Hello,
Most of the time I use pd-extended on MacOS so I never bothered compiling externals or anything else. Now I have a problem because I'm using pd on Linux ppc (debian etch on a mac) and I need some externals. I couldn't find pd-extended for linux ppc and I'm not sure to understand, pd-extended only comes as run time / compiled version? there's no way to grab the sources and find an easy way to compile it for any platform?
If not then I need to compile some externals myself. I already tried and got nothing but lots of errors. I first tried to compile grid from Yves Degoyen and got stuffs like "invalid use of undefined type xxxstruct _widgetbehaviour"... I think Yves' code is pretty clean, that must be a problem on my system.
So before going further I need to know if I can get pd extended to work on linux ppc or if I have to compile the externals myself, and if anybody knows some documentation about what I need to do on a fresh debian install to get the usual make, make install... to work properly.
Thanks a lot and sorry if I'm a bit off topic with my compilation questions.
AshK
AshK wrote:
Hello,
Most of the time I use pd-extended on MacOS so I never bothered compiling externals or anything else. Now I have a problem because I'm using pd on Linux ppc (debian etch on a mac) and I need some externals. I couldn't find pd-extended for linux ppc and I'm not sure to understand, pd-extended only comes as run time / compiled version? there's no way to grab the sources and find an easy way to compile it for any platform?
pd-extended is built from the sourceforge CVS. hans has put a documentation at http://puredata.org/docs/developer/Debian/
mfga.sdr IOhannes
thanks
On Tue, 23 May 2006 16:45:17 +0200 IOhannes m zmoelnig zmoelnig@iem.at wrote:
AshK wrote:
Hello,
Most of the time I use pd-extended on MacOS so I never bothered compiling externals or anything else. Now I have a problem because I'm using pd on Linux ppc (debian etch on a mac) and I need some externals. I couldn't find pd-extended for linux ppc and I'm not sure to understand, pd-extended only comes as run time / compiled version? there's no way to grab the sources and find an easy way to compile it for any platform?
pd-extended is built from the sourceforge CVS. hans has put a documentation at http://puredata.org/docs/developer/Debian/
mfga.sdr IOhannes
ola,
AshK wrote:
Hello,
Most of the time I use pd-extended on MacOS so I never bothered compiling externals or anything else. Now I have a problem because I'm using pd on Linux ppc (debian etch on a mac) and I need some externals. I couldn't find pd-extended for linux ppc and I'm not sure to understand, pd-extended only comes as run time / compiled version? there's no way to grab the sources and find an easy way to compile it for any platform?
If not then I need to compile some externals myself. I already tried and got nothing but lots of errors. I first tried to compile grid from Yves Degoyen and got stuffs like "invalid use of undefined type xxxstruct _widgetbehaviour"... I think Yves' code is pretty clean, that must be a problem on my system.
))
mm, linux on ppc, yes i'm afraid you have to compile all. when you compile externals, you need to indicate the pd headers path to the makefile, unfortunately, you have to do it by hand.
look the Makefile and change : LINUXINCLUDE = -I../../src
( change ../../src to the location of your pd sources. )
suerte, sevy
So before going further I need to know if I can get pd extended to work on linux ppc or if I have to compile the externals myself, and if anybody knows some documentation about what I need to do on a fresh debian install to get the usual make, make install... to work properly.
Thanks a lot and sorry if I'm a bit off topic with my compilation questions.
AshK
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On May 23, 2006, at 4:53 PM, Yves Degoyon wrote:
ola,
AshK wrote:
Hello,
Most of the time I use pd-extended on MacOS so I never bothered compiling externals or anything else. Now I have a problem because I'm using pd on Linux ppc (debian
etch on a mac) and I need some externals. I couldn't find pd-extended for
linux ppc and I'm not sure to understand, pd-extended only comes as run time / compiled version? there's no way to grab the sources and
find an easy way to compile it for any platform?If not then I need to compile some externals myself. I already tried and got nothing but lots of errors. I first tried to compile grid
from Yves Degoyen and got stuffs like "invalid use of undefined type xxxstruct _widgetbehaviour"... I think Yves' code is pretty clean, that must be a problem on my system.))
mm, linux on ppc, yes i'm afraid you have to compile all. when you compile externals, you need to indicate the pd headers path to the makefile, unfortunately, you have to do it by hand.
look the Makefile and change : LINUXINCLUDE = -I../../src
( change ../../src to the location of your pd sources. )
suerte, sevy
With the Pd-extended build system, you shouldn't need to manually
edit anything. There might be some glitches because of the different
CPU, but mostly, it should work fine.
Also, the Debian HOWTO is a wiki, so please fix any typos, problems,
edit, and add to it if you see fit.
.hc
So before going further I need to know if I can get pd extended to
work on linux ppc or if I have to compile the externals myself, and if anybody knows some documentation about what I need to do on a fresh debian install to get the usual make, make install... to work
properly.Thanks a lot and sorry if I'm a bit off topic with my compilation questions.
AshK
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
News is what people want to keep hidden and everything else is
publicity.
- Bill Moyers
AshK wrote:
Now I have a problem because I'm using pd on Linux ppc (debian etch on a mac) and I need some externals.
Im not sure if there is ebuilds for all the externals that you like, but there is for Pd (0.39) [1]. I know thats gentoo, hence not debian, and you might not want to swap distro. Anyways, just wanted to mention it. Good luck with making en ppc-extended.
best, steffen