comp.lang.ada
 help / color / mirror / Atom feed
From: Al Christians <achrist@easystreet.com>
Subject: Re: XML for Win32
Date: Mon, 15 Oct 2001 12:54:58 -0700
Date: 2001-10-15T12:54:58-07:00	[thread overview]
Message-ID: <3BCB3F12.3CDBC35E@easystreet.com> (raw)
In-Reply-To: u669gkbpu.fsf@wanadoo.fr

Pascal Obry wrote:
> 
> Al Christians <achrist@easystreet.com> writes:
> 
> >       gnatmake: invalid switch: u
> >
> > Is this because I've got gnat 3.13p1 and not gnat 3.14?
> 
> Could be the problem. Just removes the gnatmake -u option.
> 

It's not that easy.  I don't think there is an option u set anywhere.
Somehow, the 'unicode' parameter is being interpreted as an option 
switch, I think. When I run make with the gnu make v3.78 that is 
recommended on the Ada XML site, I get:

make -e -C unicode all_obj
make[1]: Entering directory `L:/Ada/xmlada/unicode'
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file obj already exists.
Error occurred while processing: obj.
make[1]: [dirs] Error 1 (ignored)
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file test already exists.
Error occurred while processing: test.
make[1]: [dirs] Error 1 (ignored)
The system cannot find the path specified.
make[1]: *** [unicode-ccs-iso_8859_1.o] Error 1
make[1]: Leaving directory `L:/Ada/xmlada/unicode'
make: *** [unicode] Error 2

I run make with the gnu make v3.77 that was previously in my gnat\bin
directory, I get:

make -e -C unicode all_obj
make[1]: Entering directory `L:/Ada/xmlada/unicode'
gnatmake: invalid switch: u
make[1]: *** [unicode-ccs-iso_8859_1.o] Error 4
make[1]: Leaving directory `L:/Ada/xmlada/unicode'
make: *** [unicode] Error 2


This happens whether I run make from the regular Windows NT cmd prompt
or from inside of the Cygwin bash shell.  I have run the configure 
script from within bash, and it didn't crash that I could tell, but
I don't know much about what it should have looked like.


Al



  reply	other threads:[~2001-10-15 19:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-15 17:31 XML for Win32 Al Christians
2001-10-15 18:19 ` Pascal Obry
2001-10-15 19:54   ` Al Christians [this message]
2001-10-15 20:14     ` Al Christians
2001-10-16 23:10       ` David Botton
2001-10-17  1:34         ` Al Christians
2001-10-17  1:53           ` David Botton
2001-10-17  3:00             ` Al Christians
2001-10-17 14:12               ` David Botton
2001-10-17 16:16                 ` Al Christians
2001-10-30 10:03 ` Emmanuel Briot
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox