Hi, I've got some difficulties trying to compile pd-extended on my 64 bits gentoo. I have downloaded latest pd from the svn and use the latest pd official release (0.41-2 https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk
here is my error message :
.... make -C /home/mysthr2/logiciels/musique/pure-data/externals/OSCx make[3]: entrant dans le rÃ(c)pertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx » cd libOSC && make make[4]: entrant dans le rÃ(c)pertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/libOSC » make[4]: Rien à faire pour « all ». make[4]: quittant le rÃ(c)pertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/libOSC » cd src && make make[4]: entrant dans le rÃ(c)pertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src » cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm ../libOSC/libOSC.a /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpd collect2: ld a retournÃ(c) 1 code d'Ã(c)tat d'exÃ(c)cution make[4]: *** [sendOSC.pd_linux] Erreur 1 make[4]: quittant le rÃ(c)pertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src » make[3]: *** [all] Erreur 2 make[3]: quittant le rÃ(c)pertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx » make[2]: *** [/home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src/OSCroute.pd_linux] Erreur 2 make[2]: quittant le rÃ(c)pertoire « /home/mysthr2/logiciels/musique/pure-data/externals » make[1]: *** [externals_install] Erreur 2 make[1]: quittant le rÃ(c)pertoire « /home/mysthr2/logiciels/musique/pure-data/packages » make: *** [install] Erreur 2
Does Pd-extended is compatible with 64 bits arch ? Do I missed something ?
ps : liblo is installed and I had to put -fPIC option for CFLAGS
Thank you for your help
hi
Mysth-R wrote:
Hi, I've got some difficulties trying to compile pd-extended on my 64 bits gentoo. I have downloaded latest pd from the svn and use the latest pd official release (0.41-2 https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk
here is my error message :
[...]
make[4]: entrant dans le répertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src » cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm ../libOSC/libOSC.a /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpd
for whatever reasons you are trying to link against libpd which does not exist. try removing the "-lpd" from the makefile.
Does Pd-extended is compatible with 64 bits arch ? Do I missed something ?
i don't know, but this is not the problem here....
btw, i would suggest to remove OSCx from pd-extended and replace it by some abstractions based on osc/net (i have them lying around somewhere)
fgamdsr. IOhannes
2008/3/9, IOhannes m zmölnig zmoelnig@iem.at:
hi
Mysth-R wrote:
Hi, I've got some difficulties trying to compile pd-extended on my 64 bits gentoo. I have downloaded latest pd from the svn and use the latest pd official release (0.41-2 https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk
here is my error message :
[...]
make[4]: entrant dans le répertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src »
cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm ../libOSC/libOSC.a
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lpd
for whatever reasons you are trying to link against libpd which does not exist.
Well, I don't know, I have just downloaded pd-extended from svn...
try removing the "-lpd" from the makefile.
yes thank you it works.
Does Pd-extended is compatible with 64 bits arch ? Do I missed something ?
i don't know, but this is not the problem here....
btw, i would suggest to remove OSCx from pd-extended and replace it by some abstractions based on osc/net (i have them lying around somewhere)
Ok but at this moment I have some patch working with OSCx so, I would like to make it work. But yes perhaps I should use another one.
Thank you for the help :)
If you get this working it would be great if you can submit a patch to the tracker:
http://sourceforge.net/tracker/?group_id=55736&atid=478072
Or at the very least a bug report:
http://sourceforge.net/tracker/?group_id=55736&atid=478072
.hc
On Mar 9, 2008, at 4:47 PM, Mysth-R wrote:
2008/3/9, IOhannes m zmölnig zmoelnig@iem.at: hi
Mysth-R wrote:
Hi, I've got some difficulties trying to compile pd-extended on my 64
bits
gentoo. I have downloaded latest pd from the svn and use the latest pd
official
release (0.41-2 https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk
here is my error message :
[...]
make[4]: entrant dans le répertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src »
cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o
htmsocket.o
OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm ../libOSC/
libOSC.a
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-
linux-gnu/bin/ld:
cannot find -lpd
for whatever reasons you are trying to link against libpd which does not exist.
Well, I don't know, I have just downloaded pd-extended from svn...
try removing the "-lpd" from the makefile.
yes thank you it works.
Does Pd-extended is compatible with 64 bits arch ? Do I missed something ?
i don't know, but this is not the problem here....
btw, i would suggest to remove OSCx from pd-extended and replace it by some abstractions based on osc/net (i have them lying around somewhere)
Ok but at this moment I have some patch working with OSCx so, I would like to make it work. But yes perhaps I should use another one.
Thank you for the help :)
--
- {^_^} Mysth-R {^_^}
- <= Aide Auditive =>
- http://myspace.com/mysthr
- http://myspace.com/aideauditive
- http://mysthr.free.fr/Joomla => Site dédié à l'audio sous Fedora/
PlanetCCRMA.
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
------------------------------------------------------------------------ ----
¡El pueblo unido jamás será vencido!
2008/3/9, Hans-Christoph Steiner hans@eds.org:
If you get this working it would be great if you can submit a patch to the tracker:
http://sourceforge.net/tracker/?group_id=55736&atid=478072
Or at the very least a bug report:
http://sourceforge.net/tracker/?group_id=55736&atid=478072
.hc
Yes of course. I am not a developper but I posted a bug report. Cheers,
Mysth-R
On Mar 9, 2008, at 4:47 PM, Mysth-R wrote:
2008/3/9, IOhannes m zmölnig zmoelnig@iem.at:
hi
Mysth-R wrote:
Hi, I've got some difficulties trying to compile pd-extended on my 64 bits gentoo. I have downloaded latest pd from the svn and use the latest pd
official
release (0.41-2 https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk
here is my error message :
[...]
make[4]: entrant dans le répertoire « /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src »
cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o
htmsocket.o
OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm
../libOSC/libOSC.a
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lpd
for whatever reasons you are trying to link against libpd which does not exist.
Well, I don't know, I have just downloaded pd-extended from svn...
try removing the "-lpd" from the makefile.
yes thank you it works.
Does Pd-extended is compatible with 64 bits arch ? Do I missed something ?
i don't know, but this is not the problem here....
btw, i would suggest to remove OSCx from pd-extended and replace it by some abstractions based on osc/net (i have them lying around somewhere)
Ok but at this moment I have some patch working with OSCx so, I would like to make it work. But yes perhaps I should use another one.
Thank you for the help :)
--
- {^_^} Mysth-R {^_^}
- <= Aide Auditive =>
- http://myspace.com/mysthr
- http://myspace.com/aideauditive
- http://mysthr.free.fr/Joomla => Site dédié ŕ l'audio sous
Fedora/PlanetCCRMA.
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
ˇEl pueblo unido jamás será vencido!
Mysth-R wrote:
btw, i would suggest to remove OSCx from pd-extended and replace it by some abstractions based on osc/net (i have them lying around somewhere)
Ok but at this moment I have some patch working with OSCx so, I would like to make it work. But yes perhaps I should use another one.
you can build the OSCx objects as abstractions based on mrpeach's net- and osc-objects.
gfmasdr IOhannes
2008/3/10, IOhannes m zmoelnig zmoelnig@iem.at:
Mysth-R wrote:
btw, i would suggest to remove OSCx from pd-extended and replace it
by
some abstractions based on osc/net (i have them lying around
somewhere)
Ok but at this moment I have some patch working with OSCx so, I would like to make it work. But yes perhaps I should use another one.
you can build the OSCx objects as abstractions based on mrpeach's net- and osc-objects.
Ok thank you I will try :)
gfmasdr
IOhannes