Hi,
I'm trying to compile flext and pool on OS X 10.3 but I'm running into some errors. After I edit my config-pd-darwin.txt i get this error on compile for flext:
build-pd-darwin.sh: line 28: -malign-power: command not found
g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power
-maltivec -faltivec -I/Applications/pd/pd-0.37-0/src -I./source
source/flbase.cpp -o pd-darwin/flbase.o
/var/tmp//cc6mY9Y2.s:unknown:FATAL:can't create output file:
pd-darwin/flbase.o
make: *** [pd-darwin/flbase.o] Error 1
Any idea what i should do to fix this?
I'm not even trying to compile pool until I get this sorted out.
I want to be able to use and develop RRAD abstractions, so I really need to get this stuff working.
Thanks for any help.
/* Matt Nish-Lapidus
www.ekran.org/mn-l matt@ekran.org // mattn-l@rogers.com
"What's this fish doing in my ear?" */
Hallo, Matthew Nish-Lapidus hat gesagt: // Matthew Nish-Lapidus wrote:
I'm trying to compile flext and pool on OS X 10.3 but I'm running into some errors. After I edit my config-pd-darwin.txt i get this error on compile for flext:
build-pd-darwin.sh: line 28: -malign-power: command not found
Did you unintentionally wrap lines while editing config-pd-darwin.txt?
This should be in one line: UFLAGS=-DFLEXT_USE_SIMD -malign-power -maltivec -faltivec
(Btw. Shouldn't this be UFLAGS="-DFLEXT_USE_SIMD -malign-power -maltivec -faltivec" anyways?)
Frank Barknecht _ ______footils.org__
Hi Matt,
build-pd-darwin.sh: line 28: -malign-power: command not found
this is "normal" and doesn't cause the compiler to bail out...
g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/pd/pd-0.37-0/src -I./source source/flbase.cpp -o pd-darwin/flbase.o /var/tmp//cc6mY9Y2.s:unknown:FATAL:can't create output file: pd-darwin/flbase.o make: *** [pd-darwin/flbase.o] Error 1
Any idea what i should do to fix this?
Normally the pd-darwin directory will be created be the makefile, so the only thing i can imagine is a lack of write permissions....
best greetings, Thomas
Now for the next problem.
I checked out all the externals form cvs.. but for some reason the pool dir doesn't have a source dir in it. .. so when i try to compile i get:
make: *** No rule to make target pd-darwin/main.o', needed by
pd-darwin/pool.pd_darwin'. Stop.
the pd-darwin dir is empty, and there don't seem to be any source files for pool.
/* Matt Nish-Lapidus
www.ekran.org/mn-l matt@ekran.org // mattn-l@rogers.com
"What's this fish doing in my ear?" */
On 11-Jan-04, at 11:58 AM, Thomas Grill wrote:
Hi Matt,
build-pd-darwin.sh: line 28: -malign-power: command not found
this is "normal" and doesn't cause the compiler to bail out...
g++ -c -dynamic -O2 -DFLEXT_SYS=2 -DFLEXT_USE_SIMD -malign-power -maltivec -faltivec -I/Applications/pd/pd-0.37-0/src -I./source source/flbase.cpp -o pd-darwin/flbase.o /var/tmp//cc6mY9Y2.s:unknown:FATAL:can't create output file: pd-darwin/flbase.o make: *** [pd-darwin/flbase.o] Error 1
Any idea what i should do to fix this?
Normally the pd-darwin directory will be created be the makefile, so the only thing i can imagine is a lack of write permissions....
best greetings, Thomas
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hi Matt,
Now for the next problem.
I checked out all the externals form cvs.. but for some reason the pool dir doesn't have a source dir in it. .. so when i try to compile i get:
i changed the location of the files recently... now, there indeed is a "source" directory. If your cvs client hasn't fetched it from the repository try to "cvs checkout ... externals/grill/pool/source" manually.
best greetings, Thomas