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.

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.


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"



________________________________
From: David Bertoni <dbert...@apache.org>
To: xalan-c-users@xml.apache.org
Sent: Mon, 1 March, 2010 22:15:26
Subject: Re: msys/mingw

On 2/28/2010 1:02 AM, ian balanza-davis wrote:
> Hi
>
> This may be the wrong list, but has anyone managed to build xalan 1.11
> with xerces 3.1 on windows msys/mingw?
There is no official release of Xalan-C 1.11, although that's the 
version number in the repository.

> 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.
I haven't had any problems building in the past, although I haven't 
tried lately. Are you setting the XALANCROOT environment variable correctly?

Dave



      

Reply via email to