Hi athos, -------- Original Message -------- Subject: [PD] can't compile dssi~ From: Athos Bacchiocchi <[email protected]> To: [email protected] Date: 11/04/11 14:15 > hi all, > > i'm trying to compile [dssi~] plugin on linux (ubuntu 10.10). > I installed the requested dependencies (dssi, ladspa-sdk and liblo "- > dev" packages) from synaptic, i couldn't find a -dev package for pd, so > downloaded pd-exended source code and put the content of "pd/src" in > the "include" folder, inside the folder where the makefile for dssi~ > is. > > I get this error: > > athos@athos-laptop:~/Pure Data/dssi~$ make > cc - > DPD -O3 -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno- > parentheses -Wno-switch -L/usr/local/lib/ -I ./ -I ../src - > I/usr/local/include/ -I ./include -I/usr/local/include/dssi/ -c > src/jsearch.c > cc -DPD -O3 -Wall -W -Wshadow -Wstrict-prototypes -Wno- > unused -Wno-parentheses -Wno-switch -L/usr/local/lib/ -I ./ -I ../src - > I/usr/local/include/ -I ./include -I/usr/local/include/dssi/ -c > src/jload.c > cc -DPD -O3 -Wall -W -Wshadow -Wstrict-prototypes -Wno- > unused -Wno-parentheses -Wno-switch -L/usr/local/lib/ -I ./ -I ../src - > I/usr/local/include/ -I ./include -I/usr/local/include/dssi/ -c > src/dssi~.c > cc -bundle -undefined suppress -flat_namespace -llo -o > dssi~.pd_darwin dssi~.o jload.o jsearch.o > cc: suppress: File o > directory non esistente > cc: unrecognized option '-bundle' > make: *** > [src/dssi~.pd_darwin] Errore 1 It seems make is defaulting to pd_darwin (you can verify that by doing grep current makefile) which is definitely wrong if you are on ubuntu. Try:
make pd_linux Lorenzo. > Can someone give me some hints (or > point me to a pre-compiled version of the external)? > thanks! > > athos > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
