Hi, I have been trying to build Xalan 1.10 with the MS Windows Platform SDK 2003 compiler and CRT library. In fact I intend to build it for X64 (AMD64) - but that seems a distant goal.
For now I am stuck at more basic issues: 1. I have built Xerces (2.7). 2. I want to build Xalan 1.10 and I am faced with the following: - There are no .mak files for nmake to use in the Xalan-C++ 1.10 distribution. - I thought of generating nmake files using the Export Makefiles option of the Visual C++ 6.0 IDE. But for that I need to open the .dsp files in it first. I did that ... but somehow, the Export Makefile operation did not seem to generate any output ... either on the screen or on the disk. - Some of the parts like ApacheModuleXSLT seems to require basic Apache development headers and libraries. I am not sure where to pick them up from. I want to know how else can I generate the makefiles for nmake to use, or if they are readily available somewhere. Using VS2005 is not an option. I would really appreciate any pointers Thanks, Arindam