Hi- hm, that's odd. It just worked out of the box for me, without downloading anything from MacPorts (pkg-config should be included with the mono framework download). But admittedly I haven't tried with mono 2.4 yet. You can adjust PKG_CONFIG_PATH evironment variable, so pkg-config should find the packages. However it is probably a better idea to just stick with one distribution (i.e. use MacPorts or the official framework downloads).
-markus Am 18.06.2009 um 20:40 schrieb Kyle Hamilton: > Correction: it does contain .pc files. They're not added to the > pkg-config search path by default; the path to them is > /Library/Frameworks/Mono.framework/Versions/Current/[lib|share]/ > pkgconfig/*.pc > . > > The version of pkg-config I have is from MacPorts. I copied the above > .pc files to /opt/local/lib/pkgconfig/ and it worked. > > On Thu, Jun 18, 2009 at 11:31 AM, Kyle Hamilton<[email protected]> > wrote: >> The official Mono download does not have a pkg-config .pc file. This >> breaks the build. >> >> -Kyle H >> >> On Thu, Jun 18, 2009 at 3:18 AM, Markus >> Strickler<[email protected]> wrote: >>> Hi Paul- >>> >>> why not use the official Mono download for OS X? >>> http://www.go-mono.com/mono-downloads/download.html >>> You'll probably also need nant if it's not included int he above >>> downoad. The grab the OpneSim sources and run nant on them. >>> This should be pretty much it. >>> >>> As the services are run as separate processes they should use the >>> cores. Not sure how Mono has implemented threading on OS X, but the >>> OS will probably distribute the threads of each service over the >>> cores >>> as well. >>> >>> -markus >>> >>> Zitat von "Paul Fishwick" <[email protected]>: >>> >>>> I would like to install a set of opensim regions on a multi-core >>>> Mac Pro >>>> and had these 2 questions: >>>> >>>> (1) For a Mac, does not install the Unix installation (via >>>> MacPorts?) or >>>> is there a separate installation procedure recommended? >>>> >>>> (2) For multi-core processors such as the 4 and 8 core machines, >>>> are >>>> the cores used by distributing services (UGAIM and Regions) ? >>>> >>>> -paul >>>> >>>> >>>> -- >>>> Paul Fishwick, PhD >>>> Professor and Director, Digital Arts and Sciences Programs >>>> University of Florida >>>> Computer & Information Science and Eng. Dept. >>>> Bldg. CSE, Room 301 >>>> P.O. Box 116120 >>>> Gainesville, FL 32611 >>>> Email: [email protected] >>>> Phone: (352) 392-1414 >>>> Fax: (352) 392-1220 >>>> Web: http://www.cise.ufl.edu/~fishwick >>>> >>>> _______________________________________________ >>>> Opensim-users mailing list >>>> [email protected] >>>> https://lists.berlios.de/mailman/listinfo/opensim-users >>>> >>>> -- >>>> This message has been scanned for viruses and >>>> dangerous content by MailScanner, and is >>>> believed to be clean. >>>> >>>> >>> >>> >>> >>> ---------------------------------------------------------------- >>> This message was sent using IMP, the Internet Messaging Program. >>> >>> -- >>> This message has been scanned for viruses and >>> dangerous content by MailScanner, and is >>> believed to be clean. >>> >>> _______________________________________________ >>> Opensim-users mailing list >>> [email protected] >>> https://lists.berlios.de/mailman/listinfo/opensim-users >>> >> > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
