ok,
can you now try running:
/opt/local/bin/mono /opt/local/lib/mono/1.0/mcs.exe
/fullpaths
"/doc:/Users/griffincaprio/src/nant-0.85/build/mono-1.0.unix/nant-0.85-debug/bin/NAnt.xml"
/debug
"/define:DEBUG"
"/define:TRACE"
/nologo
"/target:exe"
"/define:MONO,MONO_1_0"
"/out:/Users/griffincaprio/src/nant-0.85/build/mono-1.0.unix/nant-0.85-debug/bin/NAnt.exe"
/warnaserror
"/reference:/opt/local/lib/mono/1.0/System.Xml.dll"
"/Users/griffincaprio/src/nant-0.85/src/NAnt.Console/AssemblyInfo.cs"
"/Users/griffincaprio/src/nant-0.85/src/NAnt.Console/ConsoleStub.cs"
"/Users/griffincaprio/src/nant-0.85/src/CommonAssemblyInfo.cs"


from the command line.

It might also be useful to run NAnt clean first so that it rebuilds NAnt.Core. Then maybe comparing the two command line can give use some insight into why one builds and the other fails.
Ian


Griffin Caprio wrote:

ok.  Log attached.

-Griffin

On May 27, 2004, at 9:23 AM, Ian MacLean wrote:

interesting. Can you try running

mono bin/NAnt.exe -v

and post the output. The makefile you ran will already have built a bootstrap nant in bin. -v will tell nant to provide verbose output.

Is this mono 0.91 or somthing more recent ?

Ian
Griffin Caprio wrote:

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




--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com



--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com




-------------------------------------------------------
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