----- Original Message ----- 
From: "Brian Gilman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 31, 2004 10:07 PM
Subject: [Nant-users] NAnt on Mac OS X


> Hello Everyone,
> 
> Has anyone been able to get NAnt to run on mac OS X? I seem to be 
> getting the following error every time I try to compile it:
> 
> 
> if test x = xWindows_NT; then make windows-nant; else make linux-nant; 
> fi
> mono bin/NAnt.exe -buildfile:NAnt.build build
> Compat mode: the request from 
> /Users/gilmanb/Desktop/nant/bin/log4net.dll to load System.Data was 
> remapped (http://www.go-mono.com/remap.html)
> Compat mode: the request from 
> /Users/gilmanb/Desktop/nant/bin/log4net.dll to load System.Web was 
> remapped (http://www.go-mono.com/remap.html)
> NAnt 0.85 (Build 0.85.1671.0; net-1.0.win32; nightly; 07/29/2004)
> Copyright (C) 2001-2004 Gerry Shaw
> http://nant.sourceforge.net
> Compat mode: the request from 
> /Users/gilmanb/Desktop/nant/bin/lib/mono/1.0/NDoc.Core.dll to load 
> System.Windows.Forms was remapped (http://www.go-mono.com/remap.html)
> 
> BUILD FAILED
> 
> The current runtime framework 'mono-1.0' is not correctly configured in 
> the NAnt configuration file.
>      Unable to locate 'mono' module using pkg-config. Download the Mono 
> development packages from http://www.mono-project.com/downloads/.
> 
> For more information regarding the cause of the build failure, run the 
> build again in debug mode.
> 
> Try 'nant -help' for more information
> make[2]: *** [linux-nant] Error 1
> make[1]: *** [nant] Error 2
> make: *** [all] Error 2
> 
> 
> Do I need to tell NAnt about my PKG_CONFIG_PATH? I can't quite 
> understand why it's failing, can someone else help me?

Do you have the Mono dev package installed ? 

What output do you get when execute this :

$ pkg-config --variable=prefix mono

Gert

> 
> 
> Thanks!
> -B
> -- 
> Brian Gilman
> President Panther Informatics Inc.
> 9 Acadia Park #2
> Somerville, MA 02143
> Phone 617-335-8276
> E-Mail: [EMAIL PROTECTED]
>          [EMAIL PROTECTED]
> AIM: gilmanb1
> 
> 01000010 01101001 01101111
> 01001001 01101110 01100110
> 01101111 01110010 01101101
> 01100001 01110100 01101001
> 01100011 01101001 01100001
> 01101110
> 
> Confidentiality Notice
> 
> This transmission and the documents contained herein are confidential 
> and privileged.  The transmission and the  documents are intended only 
> for the individuals or entities named above.  If you are not the 
> intended recipient, any disclosure, copying, distribution or use of 
> this transmission is prohibited.  If you received this transmission in 
> error, please contact us
> immediately so that we may arrange for its return.
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by OSTG. Have you noticed the changes on
> Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
> one more big change to announce. We are now OSTG- Open Source Technology
> Group. Come see the changes on the new OSTG site. www.ostg.com
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to