[Mono-bugs] [Bug 79671][Min] New - NAnt incorrectly configured with Mac packages

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Oct 15 14:26:02 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tyler at bleepsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79671

--- shadow/79671	2006-10-15 14:26:02.000000000 -0400
+++ shadow/79671.tmp.31784	2006-10-15 14:26:02.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 79671
+Product: Mono: Runtime
+Version: 1.1
+OS: Mac OS X 10.3
+OS Details: Mac OS 10.4.8/intel
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: packaging
+AssignedTo: wberrier at novell.com                            
+ReportedBy: tyler at bleepsoft.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NAnt incorrectly configured with Mac packages
+
+Because NAnt requires that absurd tie-in to pkg-config, the nant script distributed inside the 
+mono framework for Mac OS X must implicitly set the PKG_CONFIG_PATH in order for NAnt to 
+properly build...anything.
+
+
+Steps to reproduce the problem:
+1. Install Mono.framework on Mac OS X
+2. Try to use NAnt :) 
+
+
+To make NAnt work on Mac OS X, the nant script must be modified as such:
+
+#!/bin/sh
+export 
+PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig
+
+/Library/Frameworks/Mono.framework/Versions/1.1.18/bin/mono 
+/Library/Frameworks/Mono.framework/Versions/1.1.18/lib/NAnt/NAnt.exe "$@"


More information about the mono-bugs mailing list