[Mono-devel-list] NAnt & Mono

Griffin Caprio griffincaprio at mac.com
Wed Mar 3 10:11:03 EST 2004


I originally sent this message to the NAnt dev list, but got no 
response.  Anyone here have any ideas?

-Griffin
-------
I am trying to build NAnt 0.84 using the latest Mono from CVS.  I am 
getting a strange error, found below:

Compilation succeeded - 4 warning(s)
make linux-bootstrap-nant.dotnet
mcs -target:library -define:MONO -debug -o bin/NAnt.DotNetTasks.dll 
-r:./bin/NAnt.Core.dll -r:bin/NDoc.Core.dll 
-recurse:src/NAnt.DotNet/*.cs src/CommonAssemblyInfo.cs
Compilation succeeded
make nant
if test x = xWindows_NT; then make windows-nant; else make linux-nant; 
fi
mono bin/NAnt.exe -buildfile:NAnt.build build
failed thunk lookup at 0x2821000 (144 entries)
failed thunk lookup at 0x2821000 (144 entries)
failed thunk lookup at 0x2821000 (144 entries)
......
failed thunk lookup at 0x2858000 (128 entries)
failed thunk lookup at 0x2833000 (128 entries)
failed thunk lookup at 0x282b000 (128 entries)
make[2]: *** [linux-nant] Trace/BPT trap
make[1]: *** [nant] Error 2
make: *** [all] Error 2

this is after typing 'make' in the nant root directory.  This is on a 
Mac OS X 10.3 operating system, so is PPC compiling even supported?

Are there any steps i am missing?

-Griffin




More information about the Mono-devel-list mailing list