Thomas Porschberg wrote:
Am Mon, 02 Oct 2006 11:21:12 -0700
schrieb David Bertoni :

Hi,
thank you for the advice. I compiled now xerces-c-src_2_7_0.tar.gz
with cygwin make and I deinstalled xerces-2.5 from cygwin.
Next step was to install Xalan.
I set XERCESCROOT=/usr/src/xerces-c-src_2_7_0
and
XALANCROOT=C:\cygwin\usr\src\xml-xalan\c
and for Xalan compilation I had to use the Mingw-Make.
Why are you using a Unix-style path for XERCESCROOT, but a DOS-style
path for XALANCROOT?  That doesn't make any sense.

Also, please use the regular Cygwin make, not the Mingw make.  My
previous post was clear that I don't think using the Mingw make
utility is a good idea.

The reason I tried the Mingw-Make was, that Cygwin-Make does not work.
I get an Error:
make[2]: Entering directory `/usr/src/xml-xalan/c/src/xalanc/Utils'
Makefile:71: *** multiple target patterns. Stop.

This was the reason to start with Mingw-Make.
And for Mingw-Make I have to specify the XALANCROOT in Windows form.


Then I think the better course of action is to figure out why the Cygwin make utility is not working, rather than substituting the mingw one.

Line 71 of the my Makefile looks like this:

$(XSL_NLS_DIR)/include/LocalMsgData.hpp : $(XSL_BIN_DIR)/MsgCreator $(XLIFF_FILE_NAME)

what does your look like?

Dave

Reply via email to