[Mono-osx] nant and pkg-config

Alex Shulgin alexander.shulgin at yessoftware.com
Mon Sep 14 12:22:54 EDT 2009


Tom Philpot wrote:
> Couldn't you also just
> export 
> PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/Library/Frameworks/Mono.framework/Versions
> /Current/bin/pkg-config

Did you mean

export 
PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig:$PKG_CONFIG_PATH

?

--
Alex


> On 9/12/09 10:56 AM, "Zaiden" <zaiden at gmail.com> wrote:
> 
>> This is what I do on a freshly installed Mac to get nant working:
>>
>> - Create a SymLink from
>> "/Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config" to
>> "/usr/bin/pkg-config"
>>
>> - Edit the file:
>> "/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig/mono.pc"
>> and comment the line starting with "Requires"
>>
>> That should do it. Worked on every mac I tried it, using Mono 2.4.x
>>
>> More info about this in my blog (spanish): http://zPod.com.ar



More information about the Mono-osx mailing list