Originally posted by ronxena
I still get this message:
$ jam
...patience...
...found 1505 target(s)...
...updating 6 target(s)...
C++ ./out/msysx86/debug/src/client/psengine.o
In file included from src/client/psengine.cpp:121:
src/client/pscal3dcallback.h:24:32: cal3d/animcallback.h: No such file or directory
In file included from src/client/psengine.cpp:121:
From ./configure:
checking for libcal3d... no
---
I am using MINGW, have updated to newest CS-Win32-Libs...
I did not install Cal3D, since I use the cal3dlib.a and *.h from CS-Libs.
It seems planeshift is expecting a directory /cal3d/*.h but this directory is not existing... the directory is placed in C:\\work\\CrystalSpaceLibs\\include\\cal3d after installing the CS-Libs, but how do i tell planeshift to use C:\\work\\CrystalSpaceLibs\\include?
CS itself automatically finds the correct include-directory for Cal3D (no problem compiling newest CS with changed CAL3d-headers).
BTW: is it really necessary to include Cal3d in Planeshift? Why not encapsulate in CS where all the other Cal3d functions are located?
Hi,
I\'m also having trouble compiling the lastest cvs of planeshift.
Using Visual Studio .Net
Latest CVS of CS, Cel and Cal3d, plus latest cs winlibs
Had the problem you had above, so changed my vc include directories to search c:\\crystalspace\\crystalspacelibs\\include aswell.
Now I get the following:
------ Build started: Project: apppsclient, Configuration: Debug Win32 ------
Linking...
LINK : warning LNK4098: defaultlib \'MSVCRT\' conflicts with use of other libs; use /NODEFAULTLIB:library
psengine.obj : error LNK2019: unresolved external symbol \"public: __thiscall psCal3DCallbackLoader::psCal3DCallbackLoader(struct iObjectRegistry *)\" (??0psCal3DCallbackLoader@@QAE@PAUiObjectRegistry@@@Z) referenced in function \"public: __thiscall psEngine::psEngine(struct iObjectRegistry *)\" (??0psEngine@@QAE@PAUiObjectRegistry@@@Z)
psbuild\\debug\\temp\\apppsclient\\psclient.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at \"file://c:\\CrystalSpace\\planeshift\\mk\\visualc7.1\\psbuild\\debug\\apppsclient\\BuildLog.htm\"
apppsclient - 2 error(s), 1 warning(s)
Ideas?