On 3/4/2010 6:47 AM, ian balanza-davis wrote:
Hi
I downloaded xalan 1.11 from trunk and followed the instructions from
the xalan website (for 1.10) to start with.
I am using mingw version 4.4.0 and the current msys, whatever that
version is.
I have Xerces downloaded and built in /xerces ==> XERCESCROOT=/xerces
(ie, the top level folder containing "src")
I have Xalan downloaded and (trying to build) in /xalan ==>
XALANCROOT=/xalan (ie, the top level folder containing "src")
From /xalan I use ./runConfigure -p mingw-msys -c gcc -x g++
That seems to run fine, and then I run make.
Knowing about the linker problems, I run make and create the
libxalanMsg.dll symlink
Run it a second time and create the libxalan-c.dll symlink, both
pointing to the version-numbered libraries.
Hmm, I had a fix for these problems with msys Make utility, and I
thought I committed it, but perhaps not.
I do not have any .a or .la files. However hidden in the output for the
libxalan-c1_11_0.dll file is the line
"E:\mingw\bin\dllwrap.exe: no export definition file provided."
I am not building with ICU as far as I am aware (I don't want to so I
hope not) -- unless that is the default.
I don't think this is a problem, since the export macros take care of
exporting everything.
When I try make for a third time, I get the error mentioned below, plus
plenty of others in the same vein.
"xalan/src/xalanc/TestXPath/testXPath.cpp:19:50: error:
xalanc/Include/PlatformDefinitions.hpp: No such file or directory"
Can you reply with a copy and paste of the full compiler command line
for one of the files that won't build? I'm curious as to what the -I
options look like.
Dave