46
General / Re: FindSFML.cmake update suggestion
« on: August 25, 2013, 11:07:06 am »
I don't know why you're having your libraries ending in @. Which arch do you have? x86 or x64 ?
If you environement was clean, you should have ran into another issue: the inability for you system to find SFML headers (since they've been messy and have renamed SFML/ to SFML-2.0/ in order to keep SFML 1.6, which was a stupid idea).
Without any more information, the only thing I can advise is, clean your environement and install SFML from source... or wait for the packages to be fixed.
Clean your environement:
If you environement was clean, you should have ran into another issue: the inability for you system to find SFML headers (since they've been messy and have renamed SFML/ to SFML-2.0/ in order to keep SFML 1.6, which was a stupid idea).
Without any more information, the only thing I can advise is, clean your environement and install SFML from source... or wait for the packages to be fixed.
Clean your environement:
sudo yum remove SFML* compat-SFML*
sudo rm -r /usr/include/SFML/*
sudo rm -r /usr/local/include/SFML/*
sudo rm /usr/lib/libsfml-*
sudo rm /usr/lib64/libsfml-*
sudo rm /usr/local/lib/libsfml-*
sudo rm /usr/local/lib64/libsfml-*
sudo rm -r /usr/include/SFML/*
sudo rm -r /usr/local/include/SFML/*
sudo rm /usr/lib/libsfml-*
sudo rm /usr/lib64/libsfml-*
sudo rm /usr/local/lib/libsfml-*
sudo rm /usr/local/lib64/libsfml-*