"Rajkumar, Joseph" wrote:

> The control characters issue was there in Xerces-J-src-1.0.1 and it
> still persists in the Xerces-J-src-1.0.2.

Sorry, I guess I wasn't clear. By "next version" I meant the version
after 1.0.2. By the time I understood where the problem comes from, Andy
was done with the release of 1.0.2. So, yes, Makefiles in 1.0.2 still
contain control characters that you need to get rid of to compile on
unix.
By the way, you can use the following shell command to do that (remove
possible line breaks introduced by my/your mailer):

find . -name Makefile\* -exec sh -c "echo fixing {}; tr -d '\015' < {} >
tmp && mv tmp {}" \;

Simply run it from Xerces top directory.

>    I had to use Jens Muehlenhoff's suggestion of using dos2unix to fix
> all
> the control characters. I will try to compile Xerces tonight on my
> home Sparc-20
> and post any problems.

After I removed the control characters I was able to successfully
compile it both on a Linux box and a Solaris box. So I hope it works for
you too.
-- 
Arnaud  Le Hors - IBM Cupertino, XML Technology Group

Reply via email to