Some things have changed in the build recently. I couldn't get it to build from a DOS Window like it used to. If I start a cygwin window and type make, it works though.
The mkdir -p is a cygwin specific option. All this is one more reason that 1.0.3 should use ANT for the build, except that I couldn't get it to build using ANT either. ----- Original Message ----- From: Elliotte Rusty Harold <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 23, 2000 4:59 AM Subject: Re: [ANN] Xerces-J 1.0.2 > While we're on the subject of makefiles, I was unable to finish the > build on Windows NT because "mkdir -p" creates a directory called > "-p". Removing the -p option from the mkdir command did not seem to > be a quick fix for the problem. Has anybody succeeded in getting > Xerces-java to build on NT? > > +-----------------------+------------------------+-------------------+ > | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer | > +-----------------------+------------------------+-------------------+ > | The XML Bible (IDG Books, 1999) | > | http://metalab.unc.edu/xml/books/bible/ | > | http://www.amazon.com/exec/obidos/ISBN=0764532367/cafeaulaitA/ | > +----------------------------------+---------------------------------+ > | Read Cafe au Lait for Java News: http://metalab.unc.edu/javafaq/ | > | Read Cafe con Leche for XML News: http://metalab.unc.edu/xml/ | > +----------------------------------+---------------------------------+ >