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 followed your steps. pd still crashes when i put a gemwin object. whats wrong?
On Fri, Nov 13, 2009 at 5:21 PM, olsen sesselastronaut@googlemail.com wrote:
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 i find the path to my pd sources?
On Fri, Nov 13, 2009 at 4:50 PM, IOhannes m zmoelnig zmoelnig@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 the README.linux to make shure you've the dependencies onboard. then ./autogen.sh ./configure --with-libv4l2 --with-pd=/pathtopdsources/ make
open pd & the help of pix_video and change the driver message to [driver v4l2] if this fits your camera
actually v4l2 should be the default (if available)
fmasdr IOhannes
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
-- ETs DNA will not be televised
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: Authors : Mark Danks (original version on irix/windows) GEM: Chris Clepper (macOS-X) GEM: Daniel Heckenberg (windows) GEM: James Tittle (macOS-X) GEM: IOhannes m zmoelnig (linux/windows)
and on putting a gemwin object, everything comes crashing down.
On Fri, Nov 13, 2009 at 6:37 PM, olsen sesselastronaut@googlemail.com wrote:
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 followed your steps. pd still crashes when i put a gemwin object. whats wrong?
On Fri, Nov 13, 2009 at 5:21 PM, olsen sesselastronaut@googlemail.com wrote:
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 i find the path to my pd sources?
On Fri, Nov 13, 2009 at 4:50 PM, IOhannes m zmoelnig zmoelnig@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 the README.linux to make shure you've the dependencies onboard. then ./autogen.sh ./configure --with-libv4l2 --with-pd=/pathtopdsources/ make
open pd & the help of pix_video and change the driver message to [driver v4l2] if this fits your camera
actually v4l2 should be the default (if available)
fmasdr IOhannes
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
-- ETs DNA will not be televised
-- ETs DNA will not be televised
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: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version on irix/windows) GEM: Chris Clepper (macOS-X) GEM: Daniel Heckenberg (windows) GEM: James Tittle (macOS-X) GEM: IOhannes m zmoelnig (linux/windows)
seems there's a version conflict as there's GEM: Graphics Environment for Multimedia GEM: ver: 0.90 & i guess you would like to use the compiled version a.k.a. gem-svn which should show up as GEM: ver: 0.93.CVS so seems like you've an old gem version(0.90) installed replace this one with your actual compiled version.
why are you opening pd with pasuspender?
and on putting a gemwin object, everything comes crashing down.
On Fri, Nov 13, 2009 at 6:37 PM, olsen sesselastronaut@googlemail.com wrote:
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 followed your steps. pd still crashes when i put a gemwin object. whats wrong?
On Fri, Nov 13, 2009 at 5:21 PM, olsen sesselastronaut@googlemail.com wrote:
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 i find the path to my pd sources?
On Fri, Nov 13, 2009 at 4:50 PM, IOhannes m zmoelnig zmoelnig@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 the README.linux to make shure you've the dependencies onboard. > then > ./autogen.sh > ./configure --with-libv4l2 --with-pd=/pathtopdsources/ > make > > open pd & the help of pix_video and change the driver message to > [driver > v4l2] if this fits your camera actually v4l2 should be the default (if available)
fmasdr IOhannes
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
-- ETs DNA will not be televised
-- ETs DNA will not be televised
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 sesselastronaut@googlemail.com wrote:
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: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version on irix/windows) GEM: Chris Clepper (macOS-X) GEM: Daniel Heckenberg (windows) GEM: James Tittle (macOS-X) GEM: IOhannes m zmoelnig (linux/windows)
seems there's a version conflict as there's GEM: Graphics Environment for Multimedia GEM: ver: 0.90 & i guess you would like to use the compiled version a.k.a. gem-svn which should show up as GEM: ver: 0.93.CVS so seems like you've an old gem version(0.90) installed replace this one with your actual compiled version.
why are you opening pd with pasuspender?
and on putting a gemwin object, everything comes crashing down.
On Fri, Nov 13, 2009 at 6:37 PM, olsen sesselastronaut@googlemail.com wrote:
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 followed your steps. pd still crashes when i put a gemwin object. whats wrong?
On Fri, Nov 13, 2009 at 5:21 PM, olsen sesselastronaut@googlemail.com wrote:
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 i find the path to my pd sources?
On Fri, Nov 13, 2009 at 4:50 PM, IOhannes m zmoelnig zmoelnig@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 the README.linux to make shure you've the dependencies >> onboard. >> then >> ./autogen.sh >> ./configure --with-libv4l2 --with-pd=/pathtopdsources/ >> make >> >> open pd & the help of pix_video and change the driver message to >> [driver >> v4l2] if this fits your camera > > actually v4l2 should be the default (if available) > > fmasdr > IOhannes > > _______________________________________________ > 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
-- ETs DNA will not be televised
-- ETs DNA will not be televised
-- ETs DNA will not be televised
you can try this build: http://dl.dropbox.com/u/1455235/Pd-0.42.5-extended-20091113.deb
fresh from today
hmm. do i need to delete previous builds? or simply install this package?
On Fri, Nov 13, 2009 at 8:13 PM, patrick puredata@11h11.com wrote:
you can try this build: http://dl.dropbox.com/u/1455235/Pd-0.42.5-extended-20091113.deb
fresh from today