From: SourceForge.net <no...@so...> - 2008-04-06 17:25:47
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4887672 By: yannche Hi, Tuxcap seems great, thanks for this open-source release !! Unfortunately, it won't compile on my MacBook (intel core 2 duo) Mac os 10.4.11 cmake runs ok, but make says this: ------------------------------------------------ MonBoMacBook:~/libtuxcap-1.3.08/tuxcap-build yann$ make [ 0%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Buffer.o In file included from /Users/yann/libtuxcap-1.3.08/tuxcap/include/Buffer.h:5, from /Users/yann/libtuxcap-1.3.08/tuxcap/lib/Buffer.cpp:2: /Users/yann/libtuxcap-1.3.08/tuxcap/include/Common.h:13:17: error: SDL.h: No such file or directory /Users/yann/libtuxcap-1.3.08/tuxcap/include/Common.h:14:24: error: SDL_keysym.h: No such file or directory /Users/yann/libtuxcap-1.3.08/tuxcap/include/Common.h:17: error: 'Uint32' does not name a type /Users/yann/libtuxcap-1.3.08/tuxcap/include/Common.h:18: error: 'Uint32' does not name a type /Users/yann/libtuxcap-1.3.08/tuxcap/include/Common.h:19: error: 'Uint32' does not name a type /Users/yann/libtuxcap-1.3.08/tuxcap/include/Common.h:20: error: 'Uint32' does not name a type make[2]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/Buffer.o] Error 1 make[1]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/all] Error 2 make: *** [all] Error 2 MonBoMacBook:~/libtuxcap-1.3.08/tuxcap-build yann$ ------------------------------------------------ looking at the commands generated by make (using make -n), I get among others the following line: /usr/bin/c++ -O3 -m32 -I/Users/yann/libtuxcap-1.3.08/tuxcap/{SDL_INCLUDE_DIR} -I/Library/Frameworks/SDL_mixer.framework/Headers ... It seems that he can't find SDL ! although SDL is correctly installed as a Xcode framework on my mac. In the "CMakeCache.txt" file, there is the following entry: "SDL_INCLUDE_DIR:PATH=/Library/Frameworks/SDL.framework/Headers" I'd LOVE to use tuxcap, but unfortunately, my knowledge of cmake is close to zero, I'm rather an xcode user thanks, yann ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |