Hello all
I just pulled from github, and when I compile I get the following error
undefined reference to sf::RenderWindow::RenderWindow(sf::VideoMode, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, sf::ContextSettings const&)
My code is as so
sf::RenderWindow window(sf::VideoMode(640, 480), "Name");
tx