[PD-dev] Error compiling pool from CVS on Darwin

B. Bogart ben at ekran.org
Mon Nov 8 20:27:36 CET 2004


Hey Thomas,

I did a cvs update today so that I can get the new version of pool going
(that saves data to relative paths!) so I can use memento.

Anyhow I've edited the config file as usual but when I compile I get:

admins-Computer:~/work/externals/grill/pool admin$ sh build-pd-darwin.sh
build-pd-darwin.sh: line 28: -maltivec: command not found
mkdir ./pd-darwin
touch source/main.cpp
g++ -c -O2 -malign-power -maltivec -faltivec -Wno-unused -Wno-parentheses
-Wno-switch -Wstrict-prototypes -DFLEXT_SHARED -DFLEXT_SYS=2 
-I/Users/admin/bbogart/pd/src -I/usr/local/lib/pd/flext source/main.cpp -o
pd-darwin/main.o
touch source/data.cpp
g++ -c -O2 -malign-power -maltivec -faltivec -Wno-unused -Wno-parentheses
-Wno-switch -Wstrict-prototypes -DFLEXT_SHARED -DFLEXT_SYS=2 
-I/Users/admin/bbogart/pd/src -I/usr/local/lib/pd/flext source/data.cpp -o
pd-darwin/data.o
touch source/pool.cpp
g++ -c -O2 -malign-power -maltivec -faltivec -Wno-unused -Wno-parentheses
-Wno-switch -Wstrict-prototypes -DFLEXT_SHARED -DFLEXT_SYS=2 
-I/Users/admin/bbogart/pd/src -I/usr/local/lib/pd/flext source/pool.cpp -o
pd-darwin/pool.o
source/pool.cpp: In member function `BL pooldir::SetVali(int,
   flext_shared::AtomList*)':
source/pool.cpp:252: warning: name lookup of `vix' changed for new ISO `for'
   scoping
source/pool.cpp:234: warning:   using obsolete binding at `vix'
source/pool.cpp: In member function `BL pooldir::LdDirXMLRec(std::istream&,
   int, bool, flext_shared::AtomList&)':
source/pool.cpp:801: error: `sym__' undeclared (first use this function)
source/pool.cpp:801: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
make: *** [pd-darwin/pool.o] Error 1

hints appreciated! (or a pointer to a binary somewhere)

Thanks
Ben







More information about the Pd-dev mailing list