<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Add to wiki?<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>/Stefan<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
opensim-users-bounces@lists.berlios.de
[mailto:opensim-users-bounces@lists.berlios.de] <b>On Behalf Of </b>Timothy
Hart<br>
<b>Sent:</b> den 9 oktober 2009 00:22<br>
<b>To:</b> opensim-users@lists.berlios.de<br>
<b>Subject:</b> Re: [Opensim-users] Building on OSX<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Aha. That did it. Thanks a
million. Hope Google will pick this thread up for others to find.<o:p></o:p></p>

<div>

<p class=MsoNormal>On Thu, Oct 8, 2009 at 2:53 PM, Paul Fishwick <<a
href="mailto:fishwick@cise.ufl.edu">fishwick@cise.ufl.edu</a>> wrote:<o:p></o:p></p>

<p class=MsoNormal>I had problems with this too. For me, the following seemed
to work:<br>
<br>
1. Install XCode  first (the development environment)<br>
<br>
   <a href="http://developer.apple.com/TOOLS/Xcode/" target="_blank">http://developer.apple.com/TOOLS/Xcode/</a><br>
<br>
2. Install Mac Ports (great for getting unix utils)<br>
<br>
   <a href="http://www.macports.org/" target="_blank">http://www.macports.org/</a><br>
<br>
3. Using Mac ports at a screen, "port install nant"<br>
<br>
   I found that this automatically brings in mono as well as nant, if
I<br>
recall correctly.<br>
<br>
-p<o:p></o:p></p>

<div>

<div>

<p class=MsoNormal><br>
Timothy Hart wrote:<br>
> This has been a long issue for me and am hoping there is someone out<br>
> 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<br>
> 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<br>
> development packages from <a href="http://www.mono-project.com/downloads/"
target="_blank">http://www.mono-project.com/downloads/</a>.<br>
><br>
> For more information regarding the cause of the build failure, run the<br>
> 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<br>
> googled the crap out of it but nothing is working. I have added<br>
> 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>
><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>
><o:p></o:p></p>

</div>

</div>

<p class=MsoNormal>> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> Opensim-users mailing list<br>
> <a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
> <a href="https://lists.berlios.de/mailman/listinfo/opensim-users"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
><br>
<br>
<br>
--<br>
Paul Fishwick, PhD<br>
Professor and Director, Digital Arts and Sciences Programs<br>
University of Florida<br>
Computer & Information Science and Eng. Dept.<br>
Bldg. CSE, Room 301<br>
P.O. Box 116120<br>
Gainesville, FL 32611<br>
Email: <a href="mailto:fishwick@cise.ufl.edu">fishwick@cise.ufl.edu</a><br>
Phone: (352) 392-1414<br>
Fax: (352) 392-1220<br>
Web: <a href="http://www.cise.ufl.edu/%7Efishwick" target="_blank">http://www.cise.ufl.edu/~fishwick</a><br>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><o:p></o:p></p>

</div>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</div>

</body>

</html>