hi hans and list, i just tried to install a Pd-0.40.3-extended...deb on ubuntustudio 7.10 which was released yesterday. but a couple of libaries aren't availible in the repos anymore. for example there's libflac8 instaed of libflac7 and libquicktime1 instead of version 0, and i didn' succeed. is it possible to get the source, that is used for the auto-builds somewhere? so i can try to compile it by myself. will there eventually be a .deb for gusty in the nearer future? or does anyone know any other way to get Pd-extended running on gusty? if not, i'll have to install feisty again... thanks, kimm
I have no gutsy machine yet so I won't get to it for a while. Plus
somethings will have to be ported, I know that PDP, PiDiP, and
perhaps Gem will need to be ported to libquicktime 1.0.
Those of you with gutsy should try building pd-extended on your
machine. Here's the basics on how:
First, get the Pd sources, the rsync method is easiest: http://puredata.org/docs/developer/GettingPdSource
Then setup your machine for the build and run the build (this page is
a wiki page, so please add any gutsy details):
http://puredata.org/docs/developer/Debian
If you run into troubles, post to this list and we'll try to help.
.hc
On Oct 20, 2007, at 4:45 PM, kimm furt wrote:
hi hans and list, i just tried to install a Pd-0.40.3-extended...deb on ubuntustudio
7.10 which was released yesterday. but a couple of libaries aren't
availible in the repos anymore. for example there's libflac8 instaed of libflac7 and libquicktime1 instead of version 0, and i didn' succeed. is it possible to get the source, that is used for the auto-builds somewhere? so i can try to compile it by myself. will there eventually be a .deb for gusty in the nearer future? or does anyone know any other way to get Pd-extended running on gusty? if not, i'll have to install feisty again... thanks, kimm
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
All information should be free. - the hacker ethic
Hans-Christoph Steiner wrote:
perhaps Gem will need to be ported to libquicktime 1.0.
i know you probably know that already: but Gem has just to be recompiled. i am using libquicktime-1.0 since about april (according to the changelog.Debian), i have never even noticed. debian/lenny just did a non-maintainer upload for the recompilation without any problems.
i have just recently done a bit of a project with pdp, and i do not remember having any troubles in re-compiling it against the lqt-1.0.
afaik, pidip does not depend at all on libquicktime.
so no porting, just compiling. we shouldn't make things worse than they are.
fgmadsr IOhannes
so no porting, just compiling. we shouldn't make things worse than they are.
... sounds promising!
anyway - i got an error while compiling. and because i'm new to linux on have no c-skills i don't know how to fix it:
In file included from ../Pixes/filmAVIPLAY.h:32,
from filmAVIPLAY.cpp:16:
/usr/include/avifile-0.7/StreamInfo.h:5:2: error: #error Wrong usage of
StreamInfo.h - include only infotypes.h!
../Pixes/filmAVIPLAY.h:83: error: ISO C++ forbids declaration of
‘CImage’ with no type
../Pixes/filmAVIPLAY.h:83: error: expected ‘;’ before ‘*’ token
filmAVIPLAY.cpp: In constructor ‘filmAVIPLAY::filmAVIPLAY(int)’:
filmAVIPLAY.cpp:43: error: ‘m_aviimage’ was not declared in this scope
filmAVIPLAY.cpp: In member function ‘virtual pixBlock*
filmAVIPLAY::getFrame()’:
filmAVIPLAY.cpp:120: error: ‘m_aviimage’ was not declared in this scope
filmAVIPLAY.cpp:124: error: ‘m_aviimage’ was not declared in this scope
make[3]: *** [filmAVIPLAY.o] Error 1
make[3]: Leaving directory /home/kimm/Desktop/pd-extended/Gem/src/Pixes' make[2]: *** [Pixes] Error 2 make[2]: Leaving directory
/home/kimm/Desktop/pd-extended/Gem/src'
make[1]: *** [/home/kimm/Desktop/pd-extended/Gem/src/Gem.pd_linux] Error 2
make[1]: Leaving directory `/home/kimm/Desktop/pd-extended/packages'
make: *** [install] Error 2
kimm@flunder:~/Desktop/pd-extended/packages/linux_make$
libavifile-0.7-dev and libavifile-0.7c2 are installed...
until this point hans' tutorial worked fine using copy/paste... thanks! kimm
On Oct 21, 2007, at 3:36 AM, IOhannes m zmölnig wrote:
Hans-Christoph Steiner wrote:
perhaps Gem will need to be ported to libquicktime 1.0.
i know you probably know that already: but Gem has just to be
recompiled. i am using libquicktime-1.0 since about april (according to the changelog.Debian), i have never even noticed. debian/lenny just did a non-maintainer upload for the recompilation without any problems.i have just recently done a bit of a project with pdp, and i do not remember having any troubles in re-compiling it against the lqt-1.0.
afaik, pidip does not depend at all on libquicktime.
It does, there is pdp_yqt, and others, I think.
so no porting, just compiling. we shouldn't make things worse than they are.
I had to port pdp and pidip to 0.9.10, so I was just basing this
guess on my experience. Hopefully, it really is just compiling.
.hc
fgmadsr IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies,
one chapter is not torn out of the book, but translated into a better
language; and every chapter must be so translated.... -John Donne
i am running gutsy too, i have the same problem. but i downloaded the pd-0.40.3.deb file and unpack it (with file-roller for example). inside data, there's usr i think, i just copied pd in /usr/local/lib and bin in /usr/local/.
it works but i am not sure at all about what external is using libflac7. i am guessing pidip.
pat
----- Original Message ----- From: "kimm furt" kimm.furt@web.de To: "pd list" pd-list@iem.kug.ac.at Sent: Saturday, October 20, 2007 4:45 PM Subject: [PD] Pd-extended on gusty
hi hans and list, i just tried to install a Pd-0.40.3-extended...deb on ubuntustudio 7.10 which was released yesterday. but a couple of libaries aren't availible in the repos anymore. for example there's libflac8 instaed of libflac7 and libquicktime1 instead of version 0, and i didn' succeed. is it possible to get the source, that is used for the auto-builds somewhere? so i can try to compile it by myself. will there eventually be a .deb for gusty in the nearer future? or does anyone know any other way to get Pd-extended running on gusty? if not, i'll have to install feisty again... thanks, kimm
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Yeah, I think everything will work except things that require
libquicktime and libflac7.
.hc
On Oct 21, 2007, at 1:24 PM, patrick wrote:
i am running gutsy too, i have the same problem. but i downloaded the pd-0.40.3.deb file and unpack it (with file-roller for example).
inside data, there's usr i think, i just copied pd in /usr/local/lib and
bin in /usr/local/.it works but i am not sure at all about what external is using
libflac7. i am guessing pidip.pat
----- Original Message ----- From: "kimm furt" kimm.furt@web.de To: "pd list" pd-list@iem.kug.ac.at Sent: Saturday, October 20, 2007 4:45 PM Subject: [PD] Pd-extended on gusty
hi hans and list, i just tried to install a Pd-0.40.3-extended...deb on ubuntustudio
7.10 which was released yesterday. but a couple of libaries aren't
availible in the repos anymore. for example there's libflac8 instaed of
libflac7 and libquicktime1 instead of version 0, and i didn' succeed. is it possible to get the source, that is used for the auto-builds somewhere? so i can try to compile it by myself. will there eventually be a .deb for gusty in the nearer future? or does anyone know any other way to get Pd-extended running on
gusty? if not, i'll have to install feisty again... thanks, kimm
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
The arc of history bends towards justice. - Dr. Martin Luther
King, Jr.