Can anyone compile NAnt on Mono Beta 1 OSX?

I am having a small problem. With a little bit of hacking, i was able to get the makefile to run, but now I am stuck. Below is the output of running 'make' in the root directory:

build:

[echo] Build Directory is /Users/griffincaprio/src/nant-0.85/build/mono-1.0.unix/nant-0.85-debug
[nant] /Users/griffincaprio/src/nant-0.85/src/NAnt.Core/NAnt.Core.build build


Buildfile: file://Users/griffincaprio/src/nant-0.85/src/NAnt.Core/NAnt.Core.build
Target(s) specified: build


            build:


BUILD SUCCEEDED

            Total time: 1.2 seconds.

[nant] /Users/griffincaprio/src/nant-0.85/src/NAnt.Console/NAnt.Console.build build

Buildfile: file://Users/griffincaprio/src/nant-0.85/src/NAnt.Console/ NAnt.Console.build
Target(s) specified: build


            build:

[csc] Compiling 3 files to '/Users/griffincaprio/src/nant-0.85/build/mono-1.0.unix/nant-0.85- debug/bin/NAnt.exe'.

            BUILD FAILED

/Users/griffincaprio/src/nant-0.85/src/NAnt.Console/ NAnt.Console.build(12,9):
[csc] /opt/local/bin/mono failed to start.
Cannot find the specified file


            Total time: 0.3 seconds.


BUILD FAILED

Nested build failed.  Refer to build log for exact reason.

Total time: 3 seconds.

make[2]: *** [linux-nant] Error 1
make[1]: *** [nant] Error 2
make: *** [all] Error 2

I don't understand how it can't find /opt/local/bin/mono because the previous calls to the csc task succeed. Anyone have any ideas?

-Griffin



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to