Skip to content

Instantly share code, notes, and snippets.

@bararchy
Created May 13, 2018 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bararchy/23b513c627f94cb7388bdde979c9d436 to your computer and use it in GitHub Desktop.
Save bararchy/23b513c627f94cb7388bdde979c9d436 to your computer and use it in GitHub Desktop.
crsfml error
Parse: 00:00:00.000308976 ( 0.25MB)
Semantic (top level): 00:00:00.277649425 ( 43.24MB)
Semantic (new): 00:00:00.001792812 ( 43.24MB)
Semantic (type declarations): 00:00:00.062307793 ( 43.24MB)
Semantic (abstract def check): 00:00:00.001830170 ( 43.24MB)
Semantic (ivars initializers): 00:00:00.001960673 ( 43.24MB)
Semantic (cvars initializers): 00:00:00.009827818 ( 43.24MB)
Semantic (main): 00:00:00.352158312 ( 75.30MB)
Semantic (cleanup): 00:00:00.000930927 ( 75.30MB)
Semantic (recursive struct check): 00:00:00.001571462 ( 75.30MB)
Codegen (crystal): 00:00:00.401801546 ( 91.30MB)
Codegen (bc+obj): 00:00:00.160641899 ( 91.30MB)
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::setOutlineColor(sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::isAvailable()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::BlendMode::BlendMode(sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::move(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::View(sf::Rect<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::getLocalBounds() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Rect<int> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::~Shape()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::loadFromStream(sf::InputStream&, sf::Rect<int> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator*(sf::Transform const&, sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::getTexture() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::VertexBuffer()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::loadFromImage(sf::Image const&, sf::Rect<int> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getGlobalBounds() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setColor(sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::scale(sf::Vector2<float> const&, sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::flipVertically()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::setViewport(sf::Rect<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::setPixel(unsigned int, unsigned int, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::draw(sf::RenderTarget&, sf::RenderStates) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::loadFromMemory(void const*, unsigned long, sf::Rect<int> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::setScale(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::Sprite(sf::Texture const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::Font(sf::Font const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::getUnderlinePosition(unsigned int) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::VertexBuffer(sf::PrimitiveType)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator+(sf::Color const&, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Shader::Type)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::getOrigin() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::ConvexShape::ConvexShape(unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::transformPoint(sf::Vector2<float> const&) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::mapPixelToCoords(sf::Vector2<int> const&, sf::View const&) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::getInverse() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::setPrimitiveType(sf::PrimitiveType)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::createMaskFromColor(sf::Color const&, unsigned char)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Color::toInteger() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::getOutlineThickness() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::Font()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator==(sf::BlendMode const&, sf::BlendMode const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::getNativeHandle() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::View()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::scale(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::isSmooth() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::getView() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::Texture()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::bind(sf::Texture const*, sf::Texture::CoordinateType)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, float, float, float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::getUnderlineThickness(unsigned int) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Color::Color(unsigned char, unsigned char, unsigned char, unsigned char)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::setTexture(sf::Texture const&, bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::loadFromMemory(void const*, unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::Transform()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::CircleShape::setPointCount(unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::create(unsigned int, unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setLineSpacing(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::setPrimitiveType(sf::PrimitiveType)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::setRepeated(bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::~Image()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderStates::RenderStates(sf::Transform const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::getFillColor() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::setTextureRect(sf::Rect<int> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::scale(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderWindow::RenderWindow()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::transformPoint(float, float) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::resetGLStates()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::update(sf::Image const&, unsigned int, unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::mapCoordsToPixel(sf::Vector2<float> const&) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::getPrimitiveType() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::~Transformable()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator==(sf::Transform const&, sf::Transform const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::getVertexCount() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getCharacterSize() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::setOutlineThickness(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setOutlineThickness(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::setPosition(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderStates::RenderStates()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::Transformable()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::setTexture(sf::Texture const*, bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::resize(unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromMemory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Shader::Type)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::isRepeated() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::rotate(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::create(unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::swap(sf::VertexBuffer&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::append(sf::Vertex const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Texture const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::getRotation() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::scale(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::isRepeated() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getOutlineThickness() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::update(unsigned char const*, unsigned int, unsigned int, unsigned int, unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::move(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::getTexture() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RectangleShape::RectangleShape(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::getColor() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::setColor(sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::clear(sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::getViewport() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::create(unsigned int, unsigned int, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::update(unsigned char const*)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::getInfo() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::getOutlineColor() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::VertexBuffer(sf::PrimitiveType, sf::VertexBuffer::Usage)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::copyToImage() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::flipHorizontally()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::transformRect(sf::Rect<float> const&) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::setScale(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Color::Color()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator==(sf::Color const&, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::CircleShape::CircleShape(float, unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `vtable for sf::CircleShape'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::getRotation() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `vtable for sf::Text'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::move(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::popGLStates()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::rotate(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getOutlineColor() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromStream(sf::InputStream&, sf::Shader::Type)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::getTexture(unsigned int) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `typeinfo for sf::Shape'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::Text(sf::String const&, sf::Font const&, unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::isGeometryAvailable()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::VertexArray()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator!=(sf::BlendMode const&, sf::BlendMode const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Color const&, sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `vtable for sf::VertexArray'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::ConvexShape::setPointCount(unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::create(unsigned int, unsigned int, unsigned char const*)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Vector3<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getColor() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::zoom(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RectangleShape::setSize(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::getGlobalBounds() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::getVertexCount() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::loadFromStream(sf::InputStream&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::getLineSpacing(unsigned int) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::update(sf::Texture const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderStates::RenderStates(sf::BlendMode const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::Shader()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getFillColor() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::VertexBuffer(sf::VertexBuffer::Usage)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::BlendMode::BlendMode(sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation, sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromMemory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::getPixel(unsigned int, unsigned int) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::getTransform() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::loadFromStream(sf::InputStream&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::getSize() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::generateMipmap()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::getBounds() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::VertexArray(sf::PrimitiveType, unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderWindow::capture() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::getSize() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::update(sf::Vertex const*)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getFont() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::Text()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderStates::RenderStates(sf::Shader const*)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::setSrgb(bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::mapPixelToCoords(sf::Vector2<int> const&) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::getNativeHandle() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::getNativeHandle() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::RenderTexture()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator!=(sf::Transform const&, sf::Transform const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::update(sf::Texture const&, unsigned int, unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getLocalBounds() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::~Font()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::~Texture()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::translate(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::setSize(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::Sprite(sf::Texture const&, sf::Rect<int> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::copy(sf::Image const&, unsigned int, unsigned int, sf::Rect<int> const&, bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::update(sf::Window const&, unsigned int, unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::pushGLStates()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::isAvailable()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::loadFromMemory(void const*, unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Vertex::Vertex()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::VertexBuffer(sf::VertexBuffer const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::isSrgb() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::update()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setFont(sf::Font const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::getGlobalBounds() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::saveToFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::getPixelsPtr() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::getInverseTransform() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::getCenter() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::update(sf::Image const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::getKerning(unsigned int, unsigned int, unsigned int) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromStream(sf::InputStream&, sf::InputStream&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setOutlineColor(sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::~Shader()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::setSmooth(bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderWindow::RenderWindow(unsigned long, sf::ContextSettings const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setCharacterSize(unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `vtable for sf::Sprite'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::swap(sf::Texture&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::scale(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::setOrigin(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::generateMipmap()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::move(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Shader::CurrentTextureType)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::getSize() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::setView(sf::View const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::CircleShape::setRadius(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator!=(sf::Color const&, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::reset(sf::Rect<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Transform const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::View(sf::Vector2<float> const&, sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::setCenter(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::rotate(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::create(unsigned int, unsigned int, sf::ContextSettings const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getStyle() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::draw(sf::VertexBuffer const&, unsigned long, unsigned long, sf::RenderStates const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::setPosition(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::getUsage() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderWindow::RenderWindow(sf::VideoMode, sf::String const&, unsigned int, sf::ContextSettings const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::getMatrix() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::setOrigin(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::combine(sf::Transform const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::getPrimitiveType() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::scale(float, float, float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::getTransform() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::operator[](unsigned long)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::display()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::Image()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::getInverseTransform() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::getTextureRect() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator*(sf::Transform const&, sf::Transform const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::setCenter(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::update(sf::Vertex const*, unsigned long, unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `vtable for sf::ConvexShape'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::getMaximumAntialiasingLevel()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::setSize(float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Font::getGlyph(unsigned int, unsigned int, bool, float) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getString() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::getDefaultView() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::getViewport(sf::View const&) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::setRepeated(bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexArray::clear()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::getTexture() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::draw(sf::Drawable const&, sf::RenderStates const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::getTextureRect() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator-(sf::Color const&, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `vtable for sf::Shape'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Vertex::Vertex(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::bind(sf::VertexBuffer const*)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::mapCoordsToPixel(sf::Vector2<float> const&, sf::View const&) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::rotate(float, sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderStates::RenderStates(sf::Texture const*)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::rotate(float, float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::bind(sf::Shader const*)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::draw(sf::VertexBuffer const&, sf::RenderStates const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::getMaximumSize()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::operator*(sf::Color const&, sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::setParameter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, float, float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Color::Color(unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::setRotation(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::setSmooth(bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setString(sf::String const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::findCharacterPos(unsigned long) const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::View::setRotation(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `vtable for sf::Transformable'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::setTextureRect(sf::Rect<int> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderStates::RenderStates(sf::BlendMode const&, sf::Transform const&, sf::Texture const*, sf::Shader const*)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromStream(sf::InputStream&, sf::InputStream&, sf::InputStream&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTarget::draw(sf::Vertex const*, unsigned long, sf::PrimitiveType, sf::RenderStates const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::isSmooth() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::Texture(sf::Texture const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::getLocalBounds() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::getScale() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::update(sf::VertexBuffer const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setStyle(unsigned int)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::Shape()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::CircleShape::getRadius() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getLetterSpacing() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::BlendMode::BlendMode()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromMemory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shader::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::getLineSpacing() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Image::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transformable::getPosition() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setLetterSpacing(float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Shape::setFillColor(sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Sprite::Sprite()'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Text::setFillColor(sf::Color const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::ConvexShape::setPoint(unsigned long, sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::VertexBuffer::setUsage(sf::VertexBuffer::Usage)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RenderTexture::create(unsigned int, unsigned int, bool)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::translate(sf::Vector2<float> const&)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::RectangleShape::getSize() const'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Transform::Transform(float, float, float, float, float, float, float, float, float)'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `vtable for sf::RectangleShape'
/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml/libvoidcsfml-graphics.so: undefined reference to `sf::Texture::update(sf::Window const&)'
collect2: error: ld returned 1 exit status
Error: execution of command failed with code: 1: `cc "${@}" -o '/home/art/.cache/crystal/crystal-run-disconnected.tmp' -rdynamic -lsfml-graphics -L/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/graphics/../../voidcsfml -lvoidcsfml-graphics -lsfml-window -L/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/window/../../voidcsfml -lvoidcsfml-window -lsfml-system -L/home/art/Desktop/git_projects/disconnected/lib/crsfml/src/system/../../voidcsfml -lvoidcsfml-system -lpcre -lm -lgc -lpthread /usr/share/crystal/src/ext/libcrystal.a -levent -lrt -ldl -L/usr/lib -L/usr/local/lib`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment