Hi Eric, Sunday, October 14, 2007, 3:06:52 PM, you wrote:
> On 10/10/07, Piotr Obrzut <[EMAIL PROTECTED]> wrote: >> It claims that cs version is < 1.1: >> configure:12865: result: no >> configure:13099: checking for cs-config-1.1 >> configure:13132: result: no >> configure:13099: checking for cs-config-1.3 >> configure:13117: found \programowanie\cs/cs-config-1.3 >> configure:13129: result: \programowanie\cs/cs-config-1.3 >> configure:13272: checking if Crystal Space version >= 1.1 >> configure:13353: result: no >> and it is 1.3 version > The backslashes in the pathnames also seem highly suspicious. It may > be the case that the shell is interpreting those as "escape" tokens > rather than path delimiters, in which case it would fail. We may need > to run those paths through CS_PATH_NORMALIZE() or > CS_RUN_PATH_NORMALIZE() from CS/mk/autoconf/path.m4. I was playing with cs-config path mannually and it seems working, but later I found another problem: configure:13117: found \programowanie\cs/cs-config-1.3 configure:13129: result: \programowanie\cs/cs-config-1.3 configure:13272: checking if Crystal Space version >= 1.1 configure:13353: result: yes (version 1.3) configure:13375: \programowanie\cs/cs-config-1.3 --cxxflags crystalspace configure:13378: 0 = 0 configure:13380: \programowanie\cs/cs-config-1.3 --libs crystalspace configure:13383: 0 = 0 configure:13385: \programowanie\cs/cs-config-1.3 --includedir crystalspace configure:13388: 0 = 0 configure:13401: checking if Crystal Space SDK is usable configure:13500: g++ -mno-cygwin -o conftest.exe -I/programowanie/cs/include -I/cygdrive/e/programowanie/CrystalSpaceLibs/mingw/include -I/cygdrive/e/programowanie/CrystalSpaceLibs/common/include -L/cygdrive/e/programowanie/CrystalSpaceLibs/mingw-gcc-3.4/lib -L/cygdrive/e/programowanie/CrystalSpaceLibs/mingw/lib -L/cygdrive/e/programowanie/CrystalSpaceLibs/common/lib conftest.cpp -L/programowanie/cs/./out/msysx86/optimize/libs -lcrystalspace-1.3 /cygdrive/E/programowanie/CrystalSpaceLibs/common/lib/zlib.lib -L/cygdrive/e/programowanie/CrystalSpaceLibs/mingw-gcc-3.4/lib -L/cygdrive/e/programowanie/CrystalSpaceLibs/mingw/lib -L/cygdrive/e/programowanie/CrystalSpaceLibs/common/lib -lm -ldl -L/usr/local/lib >&5 conftest.cpp:9:22: cssysdef.h: No such file or directory conftest.cpp:10:34: csutil/csstring.h: No such file or directory conftest.cpp:11: error: `csStaticVarCleanupFN' does not name a type conftest.cpp: In function `int main()': conftest.cpp:15: error: `csString' undeclared (first use this function) conftest.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.cpp:15: error: expected `;' before "s" conftest.cpp:15: error: `s' undeclared (first use this function) configure:13506: $? = 1 the "/programowanie/cs/include" looks wrong (it should have the /cygdrive/e/programowanie/ part). It seems that I must look for a proper fix - how can I regenerate configure script? I have same situation with MinGW (though on it is working on linux), I'm the only one having this problem? -- greetings, Piotr Obrzut mailto:[EMAIL PROTECTED] ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
