PlaneShift
Development => Development Deliberation => Topic started by: Aerig on December 06, 2004, 04:38:55 am
-
It looks like I have managed to get cal3d and cs compiled without major problems (one file in each - related to python in both cases I think)
But when I try to run the walktest I get about a dozen get warnings like ....
SCF_NOTIFY: class crystalspace.graphic.image.io.jpg (from H:\\cygwin\\usr\\local\\lib\\crystalspace\\csjpgimg.dll) has already been registered in a different context:
\'crystalspace\' vs. \'app\' (from H:\\cygwin\\home\\Aerig\\dev\\CS\\csjpgimg.dll); this
message appears only in debug builds
These then seem to knock on to errors like ...
crystalspace.system:
Loading map \'flarge\'.
LoadLibraryEx(H:\\cygwin\\home\\Aerig\\dev\\CS\\csjngimg.dll) error 126: The specified module could not be found.
That DLL and all the others noted in the error messages are present in the same directory.
From reading another post, it looked like I might only have to set the PATH variable to correct the problem, but this is not helping.
--------------------------------------------------------------------
Also, in running celtst I get an error saying that the physical layer is missing (this time I did get the source from CVS). Is there a flag that I should have specified?
-
I found out what the first error was (after a night of playing about trying to get the compiled source to run)
In the csconfig file the following line
#define CS_PACKAGE_NAME \"app\"
was different in two different versions I had compiled and the runtime, for some reson, seemed to be finding some files in one place and some in another.
When I changed the #define from \"crystalspace\" to \"app\" the walktest stopped crashing and ran almost perfectly.