Jeff
 Thanks for your note:

(1) I had already installed the Mono intel CSDK from the source you mention. This installed Mono
       version 2.4.2.3

(2) I also added a symbolic link as per your suggestion. To verify:

     ls -l /usr/bin/pkg-config

lrwxr-xr-x 1 root wheel 54 Aug 24 20:41 /usr/bin/pkg-config - > /Library/Frameworks/Mono.framework/Commands/pkg-config


(3) Doing "nant" at the shell where the prebuild.sh was done and where there
      is a ".nant" directory, I get:

      BUILD FAILED

Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.

Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.


(4) A "mono -V" shows that Mono JIT compiler version 2.4.2.3 is installed

At the shell, "pkg-config" runs the Mono pkg-config command, so not sure .....

-paul


On Aug 24, 2009, at 8:24 PM, Jeff Ames wrote:

http://www.rustyrazorblade.com/2009/05/08/mono-install-bug-found-when-using-eclipse/
suggests that mono fails to create a link to pkg-config in a standard
bin directory, but doing so yourself may fix this:

 sudo ln -s /Library/Frameworks/Mono.framework/Commands/pkg-config
/usr/bin/pkg-config

Alternatively, adding /Library/Frameworks/Mono.framework/Commands/ to
your PATH might also work.

You may also run into a problem where pkg-config complains about not
finding glib-2.0.  If so, make sure you've also installed the mono
CSDK.  There's a link at http://www.go-mono.com/mono-downloads/download.html

Jeff
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users


Paul Fishwick, PhD
Professor
Director, Digital Arts and Sciences Programs
Computer and Information Sciences and Engineering Dept.
PO Box 116120
Bldg. CSE, Room 301
Gainesville, Florida 32611
Web: http://www.cise.ufl.edu/~fishwick
Ph: (352) 392-1414
Fax: (352) 392-1220

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to