Wouldverymuch like gridflow to run under Pd-ExtendedRC4, do these
errors seem specific to my OS?
owenco:~/src/gridflow owen$ make
ruby -w base/source_filter.rb base/grid.h base/grid.h.fcs
ruby -w base/source_filter.rb base/grid.c base/grid.c.fcs
g++ -fno-common -g -O2 -fno-common -pipe -fno-common -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 /sw/lib/ruby/1.8/powerpc-darwin -falign-functions=4
-Wall -Wno-unused -O3 -funroll-loops -fno-omit-frame-pointer -
g -fPIC -I. -I/Users/owen/src/gridflow -I -I. -I/sw/include -c
base/grid.c.fcs -o base/grid.o
base/grid.h.fcs:426: error: explicit qualification in declaration of
void* operator new(size_t)' base/grid.h.fcs:427: error: explicit qualification in declaration of
void* operator new size_t'
base/grid.h.fcs:428: error: explicit qualification in declaration of
void operator delete(void*)' base/grid.h.fcs:429: error: explicit qualification in declaration of
void operator delete void*'
base/grid.h.fcs: In function 'void COPY(Pt<T>, Pt<T>, int)':
base/grid.h.fcs:445: error: there are no arguments to 'gfmemcopy'
that depend on a template parameter, so a declaration of 'gfmemcopy'
must be available
base/grid.h.fcs:445: error: (if you use '-fpermissive', G++ will
accept your code, but allowing the use of an undeclared name is
deprecated)
make: *** [base/grid.o] Error 1
best Owen Cannon