Hey all ::<br>
I'm having problems compiling Gridflow on a fresh installation of FC4.
I downloaded Gridflow from the CVS, _configure_ and then _make_ hangs...<br>
<br>
...<br>
base/grid.h.fcs: In function 'Ruby PTR2FIX(const void*)':<br>
base/grid.h.fcs:144: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long int'<br>
base/grid.h.fcs: At global scope:<br>
base/grid.h.fcs:498: error: explicit qualification in declaration of `void* operator new(size_t)'<br>
base/grid.h.fcs:499: error: explicit qualification in declaration of `void* operator new [](size_t)'<br>
base/grid.h.fcs:500: error: explicit qualification in declaration of `void operator delete(void*)'<br>
base/grid.h.fcs:501: error: explicit qualification in declaration of `void operator delete [](void*)'<br>
make: *** [base/grid.o] Error 1<br>
<br>
Ruby 1.8.3 is installed. Any ideas??<br>
<br>
Thanks, Brad.<br>