From: Alexandre T. <kt...@fr...> - 2003-02-15 18:17:50
|
Hugh > Hello, > > On Fri, Feb 14, 2003 at 09:44:39AM +0800, Grzegorz Jakacki wrote: >> On Thu, 13 Feb 2003, Alexandre Tolmos wrote: >>> I would like to use OpenC++ on MacOs X. Compiling occ itself =20 >>> shouldn't >>> be a big issue (Darwin, the core Os is FreeBSD based) but the garbage >>> collector is Os and architecture dependent. So, my questions are: >>> >>> - Is there a Mosx port of GC? >> >> It seems to me that recent versions of Hans Boehm's GC supports MacOS = =20 >> X. > [...] >> Try to build with one of them and let me know if it works. MacOS X =20 >> port >> of OpenC++ would be very welcome. > > JFTR: I have built OpenC++ with a different GC than the included > one. Here's what I did: > + clear the "gc" subdirectory from the OpenC++ source tree > + install the garbage collector into that directory > + symlink all files from "gc/include" into "gc". OpenC++ wants > to say "#include <gc/gc.h>". > > The versions I tried were GC 6.1 and OpenC++ 2.5.12; I still > have to try the CVS version. I replaced the current Gc in the Cvs version with Gc 6.1. It compiles =20 without any problem but Occ itself does not compile at all, I get tons =20 of errors. The Gcc version shipped with the Mosx dev package is 3.1. Which version do you use to =20 compile Occ? Note: to compile Occ, I duplicated "Makefile.FreeBSD" in "src/Unix" and =20 used "make -f Makefile.Darwin all". Alex ------------------------------------------------------------------------=20 - Alexandre Tolmos E-mail:=A0...@fr... ICQ: 92964905 ------------------------------------------------------------------------=20 - "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn." ------------------------------------------------------------------------=20 - |