Please import this package from Mageia. I have already imported it, but there are some build issues.
ost_system.so /usr/lib64/libboost_date_time.so /usr/lib64/libboost_atomic.so -lpthread /usr/bin/ld: CMakeFiles/tsc.dir/src/input/mouse.cpp.o: undefined reference to symbol '_ZN5CEGUI10GUIContext14getMouseCursorEv' /usr/lib64/libCEGUIBase-0.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/tsc.dir/build.make:2623: tsc] Error 1 make[2]: Leaving directory '/home/masterz/testing/BUILD/TSC-2.1.0/build' make[1]: *** [CMakeFiles/Makefile2:229: CMakeFiles/tsc.dir/all] Error 2 make[1]: Leaving directory '/home/masterz/testing/BUILD/TSC-2.1.0/build' make: *** [Makefile:155: all] Error 2 error: Bad exit status from /home/masterz/testing/BUILDROOT/rpm-tmp.37779 (%build)
This issue happened to be the result of old development libraries from CEGUI 0.6 that have since been resovled. A build is incoming.
tsc: error while loading shared libraries: libCEGUIDevILImageCodec.so: cannot open shared object file: No such file or directory
Found a work around that might actually be an issue in cegui: I had to create a file called /etc/ld.so.conf.d/cegui.conf containing: /usr/lib64/cegui-0.8/ and then run ldconfig -X
(In reply to Zombie Ryushu from comment #4) > Found a work around that might actually be an issue in cegui: > I had to create a file called /etc/ld.so.conf.d/cegui.conf containing: > /usr/lib64/cegui-0.8/ > and then run ldconfig -X Then open a bug for cegui: reporting here is useless...