Ok, I removed -mcpu=pentium out of my Makefile--but still having the same error messages.
root@/home/gerda/externals/gridflow 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
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
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 -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
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
Gerda
Georg Holzmann wrote:
Hallo!
where(file or add as an option) can I remove -mcpu=pentium?
in the makefile or maybe also in the configure script as an option ...
LG Georg
Thank you.
Gerda
David Plans Casal wrote:
On 12 Oct 2005, at 15:04, Gerda Strobl wrote:
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.My guess is that, since you're declaring both -mcpu=pentium -march=pentium , you might want to remove -mcpu=pentium
See what happens.
d
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list