I'm building RPMs for Spring on Fedora, and from the (distant) looks of it you're switching your build system from Scons to CMake. Is that right ? I quickly searched the forum but didn't find a definitive decision.
The build with Scons works fine, but I tried the build with CMake and I thought I'd let you know which problems I ran into :
- CMake does not detect the Allegro library, because it misses the FindAllegro.cmake file, which I'm attaching here (it works for me but I'm no CMake developer, so it may need tweaking). Call to this file must be added to the CMakeLists.txt file, I'm attaching the patch too.
- CMake does not install the AI libs in /usr/lib/spring like Scons does, but puts them in /usr/share/spring.
Did you reach a decision on your choice of buildsystems yet, or are you just testing CMake ?