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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 "$@" _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
