1
Graphics / [Solved] Problem with Graphics after updating to 1.6
« on: April 08, 2010, 07:35:55 pm »
It depends what you did before... I you have juste replaced the SFML 1.4 (in the depots of Ubuntu), just remove with apt-get all the libsfml1.4-* packages.
If you have installed some previous version of SFML by compiling it, you can try to re-install them using "make checkinstall" if it works. Then, uninstall with apt-get. Else, you can do it in a dirty way: delete SFML in include and all the libsfml-* in lib.
Before doing such critical actions, you should try to make a local install of SFML 1.6 to see if graphics works well. Just modify Makefile in src/SFML/ (in the SFML-1.6 directory of sources) to change the DESTDIR path. Next you will just re-direct g++ with -I and -L.
If you have installed some previous version of SFML by compiling it, you can try to re-install them using "make checkinstall" if it works. Then, uninstall with apt-get. Else, you can do it in a dirty way: delete SFML in include and all the libsfml-* in lib.
Before doing such critical actions, you should try to make a local install of SFML 1.6 to see if graphics works well. Just modify Makefile in src/SFML/ (in the SFML-1.6 directory of sources) to change the DESTDIR path. Next you will just re-direct g++ with -I and -L.