This has been a long issue for me and am hoping there is someone out there who know the answer. <br><br>I am on OS X (10.5 and 10.6). Mono 2.4. Building the latest .6.6 source of OpenSim.<br><br>The error I get after running nant is...<br>
<br>Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.<br><br>    Unable to locate 'mono' module using pkg-config. Download the Mono development packages from <a href="http://www.mono-project.com/downloads/">http://www.mono-project.com/downloads/</a>.<br>
<br>For more information regarding the cause of the build failure, run the build again in debug mode.<br><br>Try 'nant -help' for more information<br><br><br>I know it has something to do with my path for pkg-config. I have googled the crap out of it but nothing is working. I have added <br>
<pre>export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig to my .bashrc file. No luck.<br><br>I also tried adding it to my /usr/bin/nant.<br>export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig<br>
<br><br>What is going on? I would greatly appreciate any help. I will make you cookies if you can get this working for me.<br></pre>