[Opensim-users] building opensim on a mac (nant problem)
Jeff Ames
jeffames at gmail.com
Tue Aug 25 00:24:27 UTC 2009
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
More information about the Opensim-users
mailing list