Hi list, hi Matthieu!
I'm coming closer to solving:
root@/home/gerda/externals/gridflow make
g++ -fPIC -Wall -g -O2 -fPIC
-I/Applications/Pd.app/Contents/Resources/include -I/sw/include
-I/usr/local/include -I/include -xc++ -fno-operator-names
-fno-omit-frame-pointer -I/usr/X11R6/include -I
/usr/lib/ruby/1.8/i486-linux -falign-functions=4 -mcpu=pentium
-march=pentium -Wall -Wno-unused -O3 -funroll-loops
-fno-omit-frame-pointer -g -fPIC -I.
-I/home/gerda/externals/gridflow -I -I. -c base/grid.c.fcs -o base/grid.o
-mcpu=' is deprecated. Use
-mtune=' or '-march=' instead.
base/grid.h.fcs: In function 'Ruby PTR2FIX(const void*)':
base/grid.h.fcs:151: warning: format '%08x' expects type 'unsigned int',
but argument 3 has type 'long int'
base/grid.h.fcs: At global scope:
base/grid.h.fcs:380: error: explicit qualification in declaration of
`void* operator new(size_t)'
base/grid.h.fcs:381: error: explicit qualification in declaration of
void* operator new [](size_t)' base/grid.h.fcs:382: error: explicit qualification in declaration of
void operator delete(void*)'
base/grid.h.fcs:383: error: explicit qualification in declaration of
`void operator delete [](void*)'
make: *** [base/grid.o] Error 1
I am using gcc version 3.3.6. (OS debian 2613) -use a different compiler version?-if yes-how to tell gridflow installation?
Thank you.
Gerda