Hi- just checked with Mono 2.4_7 Framework - Universal from http://www.go-mono.com/mono-downloads/download.html and it works without problems. This already includes nant, pkg-config, etc. So at least fro intel OS X 10.5 it should boil down to - make sure you have X11 installed - grab the Apple Dev Tools from http://developer.apple.com/ - install Mono Framework from http://www.go-mono.com/mono-downloads/download.html - get OpenSim source - ./runrunprebuild.sh - nant
I've tried this on two machines and it works OK. However I don't have clean box, so it's quite possible that I already had something installed that's not included in the above. So if anyone has a clean OSX install at hand and wants to give this a try... -markus AKA Kusako Zitat von "Kyle Hamilton" <[email protected]>: > MacPorts has 2.4_0. The official released package from go-mono.com is 2.4_7. > > -Kyle H > > On Thu, Jun 18, 2009 at 2:36 PM, Markus Strickler<[email protected]> wrote: >> 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 >> > _______________________________________________ > 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
