[Mono-list] MCS build failure

2003-02-04 Thread David B. Bitton
Miguel asked me to post the details. I'm on Win32 using Cygwin. I do a cvs update, a make clean, and then a make (w/o the install target), an the build dies when trying to build the DB2 client. Here is a clip: --- [nant] Mono.Data.DB2Client/Mono.Data.DB2Client.build build B

Re: [Mono-list] MCS build failure

2003-02-04 Thread Sebastien Pouliot
ity Architect, Motus Technologies, http://www.motus.com/ work: [EMAIL PROTECTED] home: [EMAIL PROTECTED] - Original Message - From: "David B. Bitton" <[EMAIL PROTECTED]> To: "mono-list" <[EMAIL PROTECTED]>; "Miguel de Icaza" <[EMAIL PROTECTED]> Sen

RE: [Mono-list] MCS build failure

2003-02-04 Thread Nick Drochak
mcs --target exe @list -o ilasm.exe | make[2]: *** [ilasm.exe] Error 255 | make[2]: Leaving directory `/home/Administrator/mcs/ilasm' | make[1]: *** [linux] Error 1 | make[1]: Leaving directory `/home/Administrator/mcs' | make: *** [all] Error 2 IMHO, makefile on cygwin should use csc to compile.

FW: [Mono-list] MCS build failure

2003-02-04 Thread John BouAntoun
Title: FW: [Mono-list] MCS build failure But doesn't using csc sort of make the self hosting statement invalid? Isn't there an easy way to specify which csharp compiler? Like maybe "export CSHARPCOMPILER = /usr/local/bin/mcs.exe"  or something? JBA -Origina

RE: [Mono-list] MCS build failure

2003-02-04 Thread Nick Drochak
| -Original Message- | From: John BouAntoun [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, February 05, 2003 12:25 PM | To: Nick Drochak | Subject: RE: [Mono-list] MCS build failure | | | But doesn't using csc sort of make the self hosting statement invalid? Perhaps I should have been

Re: [Mono-list] MCS build failure

2003-02-05 Thread David B. Bitton
ry 05, 2003 12:25 PM | To: Nick Drochak | Subject: RE: [Mono-list] MCS build failure | | | But doesn't using csc sort of make the self hosting statement invalid? Perhaps I should have been more clear. I didn't mean to make any statements invalid :). We have a build that runs on cygwin o

RE: [Mono-list] MCS build failure

2003-02-05 Thread Daniel Morgan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David B. Bitton Sent: Wednesday, February 05, 2003 7:15 PM To: Nick Drochak Cc: Mono-List Subject: Re: [Mono-list] MCS build failure but that still doesn't solve the issue that the DB2 client isn't in CVS and it's ref