;[EMAIL PROTECTED]>
Cc: "Gert Driesen" <[EMAIL PROTECTED]>; "NAnt-Devel"
<[EMAIL PROTECTED]>
Sent: Sunday, October 05, 2003 7:38 PM
Subject: Re: [nant-dev] Getting Started with Mono on Linux [2] Continued
> Matthew,
> I'm glad you got it building. If y
nday, October 05, 2003 6:11 PM
Subject: Re: [nant-dev] Getting Started with Mono on Linux [2] Continued
When I run make it returns "Compilation succeeded" for the first part of
the Makefile "make linux-bootstrap" but fails on "make linux-nant",
which calls "
ber" <[EMAIL PROTECTED]>
> To: "Ian MacLean" <[EMAIL PROTECTED]>
> Cc: "NAnt-Devel" <[EMAIL PROTECTED]>
> Sent: Sunday, October 05, 2003 6:11 PM
> Subject: Re: [nant-dev] Getting Started with Mono on Linux [2] Continued
>
>
> When I
L PROTECTED]>
Cc: "NAnt-Devel" <[EMAIL PROTECTED]>
Sent: Sunday, October 05, 2003 6:11 PM
Subject: Re: [nant-dev] Getting Started with Mono on Linux [2] Continued
When I run make it returns "Compilation succeeded" for the first part of
the Makefile "make linux-b
When I run make it returns "Compilation succeeded" for the first part of
the Makefile "make linux-bootstrap" but fails on "make linux-nant",
which calls "mono bin/NAnt.exe -buildfile:NAnt.build build". Any
suggestions?
Here's the end of the returned message:
make[3]: Leaving directory `/usr/
Well the MakeFile is certainly doing more now than before, but I'm still
getting errors during the build. How do I go about configuring
NAnt.build for Mono on Linux? Is there any documentation on this?
Thanks again,
~ Matthew
On Sun, 2003-10-05 at 01:39, Ian MacLean wrote:
> Matthew,
>
> scra
Matthew,
scratch the bit about the shell script. We have yet to add that to the
build process. For now you'll need to create a text file called nant and
put somthing like the following in it:
#!/bin/sh
/usr/local/bin/mono /home/foobar/cvs/nant/build/nant-0.8.4-debug/bin/NAnt.exe "$@"
Save to ei
Met,
You're probably better off using the latest cvs of NAnt rather than
0.8.3. The build is cleaner on mono and there is now a nant shell script
that gets copied to the build directory that you can run instead of
'mono NAnt.exe'
get the cvs here :http://sourceforge.net/cvs/?group_id=31650
or i
Perhaps you can ignore my last message as I think I'm getting somewhere,
but not far. I modified the makefile.linux till it ran (the new file is
attached). I'm getting two warnings but the compilation says it
succeeded (how do I tell?). If it truly worked, should I have a file in
bin called "nan