Hello, I have offered to update the xerces docs regarding building with mingw-msys and it was requested I document how to build a mingw targeted xerces-c from cygwin. Unfortunately I am not having success in doing that. My runconfigure looks like this:
$ ./runConfigure -pmingw-msys -cgcc -xg++ -z-mno-cygwin -l-mno-cygwin -nwinsock -tWin32 and the failure during make is shown below. (CP) /tmp/xerces-c-src_2_8_0/include/xercesc/util/Platforms/Cygwin (C++) CygwinPlatformUtils.o CygwinPlatformUtils.cpp:61:68: xercesc/util/Transcoders/Iconv/IconvTransService. hpp: No such file or directory CygwinPlatformUtils.cpp: In static member function `static xercesc_2_8::XMLTrans Service* xercesc_2_8::XMLPlatformUtils::makeTransService()': CygwinPlatformUtils.cpp:152: error: `IconvTransService' has not been declared make[3]: *** [CygwinPlatformUtils.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [platforms] Error 2 make: *** [Util] Error 2 gcc version is 3.4.4. Can anyone let me know what I am doing wrong? Regards, Justin Dearing
