[PD] gem on ubuntu karmic?

2009-11-13 Thread Aditya Mandayam
has anyone successfully gotten gem working on karmic? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread cyrille henry
yes, cyrille Aditya Mandayam a écrit : has anyone successfully gotten gem working on karmic? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread Aditya Mandayam
ok :-) care to expand on how you set it up? On Fri, Nov 13, 2009 at 12:45 PM, cyrille henry c...@chnry.net wrote: yes, cyrille Aditya Mandayam a écrit : has anyone successfully gotten gem working on karmic? ___ Pd-list@iem.at mailing list

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread cyrille henry
yes, of course. on karmic it's just like any other ubuntu release : get the last svn, install all dependency, go to src/ aclocal autoconf ./configure make id something fail, send the error and the output of ./configure cyrille Aditya Mandayam a écrit : ok :-) care to expand on how you set

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread Jose Luis Santorcuato
My large solution... i installed ubuntu 8.10 and PD, then upgrade to 9.04, then 9.10, when the program ask to eliminate the old packets say no... and open terminal and write: LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so pd is the form to call a gem in ubuntu, you must install libv4l and others

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread olsen
i posted this already: an elegant way to bypass the LD_PRELOAD is to install libv4l libv4l-dev configure gem-svn with: ./configure --with-libv4l2 --with-pd=/pathtopdsources/ then set the driver of pix_video with a driver v4l2 message this works for me on ubuntu karmic salutis olsen Jose Luis

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread olsen
get the current gem svn with: svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem pd-gem then change to the src directory: cd /pd-gem/trunk/Gem/src check the README.linux to make shure you've the dependencies onboard. then ./autogen.sh ./configure --with-libv4l2 --with-pd=/pathtopdsources/

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread IOhannes m zmoelnig
olsen wrote: get the current gem svn with: svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem pd-gem then change to the src directory: cd /pd-gem/trunk/Gem/src check the README.linux to make shure you've the dependencies onboard. then ./autogen.sh ./configure --with-libv4l2

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread Aditya Mandayam
how do i find the path to my pd sources? On Fri, Nov 13, 2009 at 4:50 PM, IOhannes m zmoelnig zmoel...@iem.at wrote: olsen wrote: get the current gem svn with: svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem pd-gem then change to the src directory: cd /pd-gem/trunk/Gem/src check

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread IOhannes m zmoelnig
Aditya Mandayam wrote: how do i find the path to my pd sources? it's where you have pd installed from. normally you would have the full sources of Pd, which you used to compile Pd from. if you haven't compiled it yourself, you can either download the sources used to compile Pd and point to

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread olsen
i don't know the path to your pd sources ;) but i unpacked my pd-source from http://downloads.sourceforge.net/pure-data/pd-0.42-5.src.tar.gz to /home/olsen/pd/pd-0.42-5 so my configure looks like this: ./configure --with-libv4l2 --with-pd=/home/olsen/pd/pd-0.42-5 Aditya Mandayam wrote: how do

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread olsen
hm guess at this point you might have to provide some more infos about the pd/gem-version you're using the output of your startup, which patch makes it crash the output when gem actually crashes. please cc to the list as there is more gem knowledge around! Aditya Mandayam wrote: so i

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread Aditya Mandayam
this is indeed going out to the pd list at large :-) http://lists.puredata.info/pipermail/pd-list/2009-11/073902.html i launch pd by: $ pasuspender pd and output: GEM: Graphics Environment for Multimedia GEM: ver: 0.90 GEM: compiled: May 14 2009 GEM: maintained by IOhannes m zmoelnig GEM:

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread Roman Haefeli
On Fri, 2009-11-13 at 17:02 +0100, Aditya Mandayam wrote: how do i find the path to my pd sources? On Fri, Nov 13, 2009 at 4:50 PM, IOhannes m zmoelnig zmoel...@iem.at wrote: olsen wrote: get the current gem svn with: svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem pd-gem then

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread olsen
Aditya Mandayam wrote: this is indeed going out to the pd list at large :-) okidoky http://lists.puredata.info/pipermail/pd-list/2009-11/073902.html i launch pd by: $ pasuspender pd and output: GEM: Graphics Environment for Multimedia GEM: ver: 0.90 GEM: compiled: May 14 2009 GEM:

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread Aditya Mandayam
ok. i now have gem 0.93 working fine on pd. this is after following roman and olsen's instructions: also, i used no flags with the autogen.sh script. On Fri, Nov 13, 2009 at 6:54 PM, olsen sesselastron...@googlemail.com wrote: Aditya Mandayam wrote: this is indeed going out to the pd list at

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread patrick
you can try this build: http://dl.dropbox.com/u/1455235/Pd-0.42.5-extended-20091113.deb fresh from today ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] gem on ubuntu karmic?

2009-11-13 Thread Aditya Mandayam
hmm. do i need to delete previous builds? or simply install this package? On Fri, Nov 13, 2009 at 8:13 PM, patrick pured...@11h11.com wrote: you can try this build: http://dl.dropbox.com/u/1455235/Pd-0.42.5-extended-20091113.deb fresh from today