Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - simfouy

Pages: [1]
1
General / Problem with colors on Ubuntu
« on: April 11, 2017, 12:10:27 pm »
Hi,
I recently (yesterday) installed libsfml-dev on Ubuntu 16.04, and I get a weird error while trying to load my graphic lib (using sfml) trough dlsym:
Quote
undefined symbol: _ZN2sf5Color5BlackE
I tried on an other system (ArchLinux) and everything works fine. This is the part causing problem :
Quote
sf::Color::Black
I tried to change the color (to :
Quote
sf::Color::Blue
), and the error becomes
Quote
undefined symbol: _ZN2sf5Color5BlueE
So the error is from sf::Color
Any ideas ?  :'(

Pages: [1]