Hello,
I have installed pd 0.39 from sources (Miller's site) on an ubuntu ppc mac pismo g3. alsa, no jack yet, no SndOjb yet. I'm trying to compile py (from cvs) > have first to compile flext (same cvs).
As said in build.txt, I run bash build.sh pd gcc with the following error:
fredo@sanza:~/pd/externals/grill/flext $ bash build.sh pd gcc
make -f ./buildsys/gnumake-sub.mak PLATFORM=lnx RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-lnx-gcc.inc
TARGETMODE=release TARGETTYPE=single _build_
make[1]: entrant dans le répertoire « /home/fred/pd/externals/grill/flext »
g++ -c -msse -mfpmath=sse -ffast-math -DNDEBUG -O3 -pthread -fPIC
-DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2
-I/usr/local/src/pd-0.39-0/src source/flbase.cpp -o
pd-linux/release-single/flbase.opp
cc1plus: error: invalid option sse' cc1plus: error: invalid option
fpmath=sse'
make[1]: *** [pd-linux/release-single/flbase.opp] Erreur 1
make[1]: quittant le répertoire « /home/fred/pd/externals/grill/flext »
make: *** [build-release-single] Erreur 2
fredo@sanza:~/pd/externals/grill/flext $
what is sse ? Do sobmebody have an experience ?
this is the config.txt (default):
# use SIMD CPU instructions (Altivec, SSE)? SIMD=1
# where is the STK installation? # (uncomment the line with # to disable STK support) #STK=/usr/local/lib/stk
# where is the Sndobjs installation? # (uncomment the line with # to disable SNDOBJ support) #SNDOBJ=/usr/local/lib/sndobj
Thank's for your help !
fv