Hi,
I'm trying to build CS 1.4.0 on OSX 10.6.7, following the instructions here;
http://www.crystalspace3d.org/docs/online/manual/MacOS_002fX-Building.html#0but the "make -k all" command always fails. Here are the last few lines from the latest error;
g++ -c -o ./out/macosx/optimize/plugins/video/cursor/cursor.o -I/CS/. -I./include -I/CS/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -force_cpusubtype_ALL -fno-common -fno-exceptions -O3 -fomit-frame-pointer -ffast-math -g2 /CS/plugins/video/cursor/cursor.cpp
...skipped cscursor.csbundle for lack of crystalspace...
rm -f cscursor.csplugin
cp /CS/plugins/video/cursor/cscursor.csplugin cscursor.csplugin
make: *** [all] Error 1
I'm not sure what to make of that. I think I have all the supporting libraries I need. If I try using the --prefix option, I get this error instead;
/CS/plugins/video/canvas/wxgl/GLWXDriver2D.cpp:729: error: ‘WXK_PRIOR’ was not declared in this scope
/CS/plugins/video/canvas/wxgl/GLWXDriver2D.cpp:730: error: ‘WXK_NEXT’ was not declared in this scope
/CS/plugins/video/canvas/wxgl/GLWXDriver2D.cpp:746: error: ‘WXK_NUMPAD_NEXT’ was not declared in this scope
/CS/plugins/video/canvas/wxgl/GLWXDriver2D.cpp:760: error: ‘WXK_NUMPAD_PRIOR’ was not declared in this scope
...skipped wxgl.csbundle for lack of <plugins!video!canvas!wxgl!>GLWXDriver2D.o...
...skipped csbmpimg.csbundle for lack of crystalspace...
...skipped csddsimg.csbundle for lack of crystalspace...
...skipped csgifimg.csbundle for lack of crystalspace...
...skipped csjpgimg.csbundle for lack of crystalspace...
...skipped imgplex.csbundle for lack of crystalspace...
...skipped cstgaimg.csbundle for lack of crystalspace...
...skipped gl3d.csbundle for lack of crystalspace...
...skipped soft3d.csbundle for lack of crystalspace...
...skipped shadermgr.csbundle for lack of crystalspace...
...skipped glshader_arb.csbundle for lack of crystalspace...
...skipped glshader_cg.csbundle for lack of crystalspace...
...skipped glshader_fixed.csbundle for lack of crystalspace...
...skipped glshader_ps1.csbundle for lack of crystalspace...
...skipped softshader.csbundle for lack of crystalspace...
...skipped vproc_std.csbundle for lack of crystalspace...
...skipped shaderweaver.csbundle for lack of crystalspace...
...skipped xmlshader.csbundle for lack of crystalspace...
...skipped null3d.csbundle for lack of crystalspace...
...skipped cscursor.csbundle for lack of crystalspace...
make: *** [all] Error 1
Can anybody tell me what's going wrong? Googling the error only brought me to pages with the same question but no answer...