-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2012-02-06 00:00, [email protected] wrote: > hello, > > I didn't managed to compile the nice pdgst pack of objects on ubuntu 10.04 > It tried with the latest Gem from git and with pd 0.42.5 src, > Pd-0.42.5-extended src and pd 0.43.0 with different warnings but the same > error (see below) > libgstreamer-plugins-base0.10-dev is installed, gstreamer > I also tried to upgrade gstreamer with ppa:gstreamer-developers with no > success > > thanks for any advice > ++benjamin > > make[1]: entrant dans le répertoire « /home/benjamin/ZSofts/PD/pdgst/src » > gcc -g -O2 -fPIC -DPD -pthread -I/usr/include/gstreamer-0.10 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 > -DPDGST_PLUGIN -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 > -I/home/benjamin/ZSofts/PD/pd-0.43-0/src -I../include -o s_main.o -c s_main.c > s_main.c: In function ?sys_findprogdir?:
"s_main.c" is a source file from pd, not from pdgst. it seems, that you somehow managed to have the Pd sources at the same place sa the pdgst sources. you should not do that, but instead point PD_SRC (and GEM_SRC) to the location of the pd (resp. Gem) sources. something like: $ make PD_SRC=/home/me/dev/pd/src GEM_SRC=/home/me/dev/Gem/src fgamsdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8vsL0ACgkQkX2Xpv6ydvR6uwCcDzLOruSjd9l398JTPnmw3AYw ivgAoKG800GqBpojaX8k95STuuYM4T4l =ilR4 -----END PGP SIGNATURE-----
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ GEM-dev mailing list [email protected] http://lists.puredata.info/listinfo/gem-dev
