From: Stefan R. <sr...@ma...> - 2003-02-17 15:10:56
|
Hello, On Sat, Feb 15, 2003 at 07:13:35PM +0100, Alexandre Tolmos wrote: > >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 > without any problem but Occ itself does not compile at all, I get tons > of errors. The Gcc version > shipped with the Mosx dev package is 3.1. Which version do you use to > compile Occ? I use g++ 2.95.4. The CVS snapshot <http://opencxx.sourceforge.net/snapshots/opencxx-exp_branch-snap-2003-02-17.tgz> compiles out of the box; system is Debian 3.0 for x86. I just did "./configure && make". I get nasty warning messages from the GC, though, like these: Finalization cycle involving 833a140 Finalization cycle involving 8296b90 and these: GC_register_finalizer_ignore_self called with non-base-pointer 0x0 I wonder whether these are serious errors? occ seems to work so far. Stefan |