Hi Lukas Erlinghagen wrote: > Hi! > > I just tried to build the split python modules on MSVC 2005, using CS > trunk revision 27806. Unfortunately, there were some errors. > > 1.: The variable called PYTHONPATH in > plugins\cscript\cspython\cspython.cpp, lines 101 ff, conflicts with a > Win32-specific #define inside the python headers, leading to a > compiler error. Changing the name to lower case solves that. > applied this one. > 2.: All of the dllpy_* projects cause linker errors due to unresolved > symbols. Making them depend on libcrystalspace resolves those errors. > Is this missing dependency intentional, or is this a bug in the build > system? seems to be a bug in the build system... > > 3.: pysimp can't load the cspace module. I changed cspython.cpp to add > scripts/python/frozen to pythonpath in addition to scripts/python. > However, I'm not sure whether this should be done unconditionally. scripts/python/frozen should not be added to pythonpath (unless msvc builds the python dlls there, but it shouldnt afaik, that dir is only intended for frozen files for users without swig). the dlls should be in DEFAULT_PYTHMOD_PATH. Maybe you can tell me where you have the module specific dlls? (note i have no idea about how msvc build works).
Greetings Pablo ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Crystal-main mailing list Crystal-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]