Hey Boris,

2008/4/16 Boris Kolpackov <[EMAIL PROTECTED]>:

>  It will be straightforward to add its own automake setup to
>  Xerces-SWIG that will build the util library. The only thing that
>  needs to be decided is how the Xerces-C++ distribution will be
>  located depending on whether it will be inside Xerces-SWIG or
>  Xerces-SWIG will depend on outside Xerces-C++ installation. I
>  can help setup automake for Xerces-SWIG once this decision is
>  made.

OK. So I have the compile working after the reorganization.

The setup looks as follows:

xerces-p/
xerces-p/swig/
xerces-p/swig/util/
xerces-p/xerces-c-src/...

So swig/ is inside xerces-p/ and xerces-c-src/ is also inside xerces-p/

I was only able to get automake working if swig/ is inside
xerces-c-src/ - so if you can show me how to make it work side-by-side
that would be really helpful.

What I have worked out with Jay is that Xerces-C's config.status will
need to be installed as part of the Xerces-C installation - and
Xerces-P will look for it in the standard place - and if it exists it
will copy it to the xerces-c-src/ directory and just run ./configure
to generate the swig/util/Makefile from the swig/util/Makefile.in...

Otherwise I will './configure && make' inside xerces-c-src/

Cheers, jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to