Hi This may be the wrong list, but has anyone managed to build xalan 1.11 with xerces 3.1 on windows msys/mingw?
I have managed to reach the point of having libxalan-c1_11_0.dll, but when make tries to build the executables, I start getting errors, for instance: xalan/src/xalanc/TestXPath/testXPath.cpp:19:50: error: xalanc/Include/PlatformDefinitions.hpp: No such file or directory In this case, I know the PlatformDefinitions.hpp file exists in the Include directory, so am a bit stumped as to why the path cannot be found. Any help would be most welcome. Ian