From: Michael H. <ho...@sa...> - 2003-03-11 12:41:27
|
Alexandre Tolmos <kt...@fr...> writes: > Btw, Grzegorz has got problems compiling with Gcc 3.2.1 (errors in > "buffer.cc" pertaining to the "placement new" operator). On my Mac I > only have Gcc 3.1. Did you encounter such problems with Gcc 3.2? No, I did not. Then again, so far I've only tried using Gcc-3.2 together with a version 6.0 of the garbage collector. This might be a problem with the old garbage collector: I believe it does not define an placement-new operator for arrays for Gcc 3.2 because an error in an #ifdef directive. If Grzegorz is using the old garbage collector, he can try the simple patch I've appended below. BTW: Is there a reason for not "cvs rm -f"-ing the redundant copy of the garbage collector in src/gc? Michael -- ho...@sa..., ho...@in... http://www.sax.de/~hohmuth/ |