Hi,

I would really appreciate a little help on figuring out why i cant get Nant 0.85 rc1 working on mono 1.0.4 on OSX 10.3.6.

The install of mono went fine, and i can compile helloworld samples and run them with mono no problems. The mono installer also installed pkgconfig-0.15.0, using locate it shows up at /usr/lib/pkgconfig

Now i have downloaded the source dist of nant 0.85-rc1. Followed the readme.txt instructions to do make and then make install prefix=/usr/local. However it failed on the first make (transcript below).

Any suggestions are greatly appreciated.

Nik


Nik:~/dev/nant nik$ make
mono bin/NAnt.exe -f:NAnt.build build
Compat mode: the request from /Users/nik/dev/nant/bin/log4net.dll to load System was remapped (http://www.go-mono.com/remap.html)
Compat mode: the request from /Users/nik/dev/nant/bin/log4net.dll to load System.Data was remapped (http://www.go-mono.com/remap.html)
Compat mode: the request from /Users/nik/dev/nant/bin/log4net.dll to load System.Web was remapped (http://www.go-mono.com/remap.html)
NAnt 0.85 (Build 0.85.1793.0; rc1; 11/28/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net


Buildfile: file:///Users/nik/dev/nant/NAnt.build
Target(s) specified: build

    [echo] Using 'mono-1.0' framework on 'unix' platform.
  [tstamp] Tuesday, 30 November 2004 12:33:11.

init:


debug:


set-framework-configuration:


set-mono-1.0-framework-configuration:


build:

[echo] Build Directory is /Users/nik/dev/nant/build/mono-1.0.unix/nant-0.85-debug
[nant] /Users/nik/dev/nant/src/NAnt.Core/NAnt.Core.build build
Buildfile: file:///Users/nik/dev/nant/src/NAnt.Core/NAnt.Core.build
Target(s) specified: build
build:
[csc] Compiling 148 files to '/Users/nik/dev/nant/build/mono-1.0.unix/nant-0.85-debug/bin/NAnt.Core.dll'.
[csc] Compilation succeeded
BUILD SUCCEEDED
Total time: 6 seconds.
[nant] /Users/nik/dev/nant/src/NAnt.Console/NAnt.Console.build build


BUILD FAILED

The current runtime framework 'mono-1.0' is not correctly configured in the NAnt configuration file.
Function call failed.
Expression: ${not pkg-config::exists('mono')}
^^^^^^^^^^^^^^^^^^^^^^^^^^
'pkg-config' failed to start.
Cannot find the specified file




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to