Actually, I believe another solution would be to simply recompile the SFML library on your computer so that is uses your older version of libstdc++
Yes, I tried, but there is a problem with the dependencies:
To build SFML, I need the package libglu1-mesa-dev, but when I try to mark it for installation, I get the message:
libglu1-mesa-dev:
dependes on: libglu1-mesa (=7.0.3~rc2-1ubuntu3) but 7.0.3~rc2-1ubuntu3gnewsense3 is to be installed
so if I try to remove libglu1-mesa there is a long list of packages/programs that will be also removed.
So if I try
make, I get the following:
make[2]: Entering directory `/home/userXY/Desktop/SFML-1.6/src/SFML/Graphics'
g++ -o Drawable.o -c Drawable.cpp -W -Wall -pedantic -I../../../include -I../../ -O2 -DNDEBUG -fPIC -I/usr/include/freetype2
In file included from ../../SFML/Graphics/GraphicsContext.hpp:33,
from Drawable.cpp:29:
../../SFML/Graphics/GLEW/glew.h:1114:20: error: GL/glu.h: No such file or directory
which IMHO is because I can't install libglu1-mesa-dev.
Ah, I had a look at the package-manager... perhaps I can force my gNewSense to use the 7.0.3~rc2-1ubuntu3-version of libglu1-mesa... think I'll give it a try.
If you don't hear from me anymore, you know that this was a bad idea... :twisted: