Hello guys! i have been using sfml for a bit and now i've decided to put some music in my game ( not sf::Sound ) the problem is that whenever i initialize sf::Music music; compiler ( Code::Blocks 10.05 ) gives me en error :
undefined reference to 'sf::Thread::~Thread()' i guessed that SFML use thread to handle music so i imported all the modules... but still this error.
I've been googling around but haven't found no problems like mine. Thank you for your time... waiting for answer