Re: [PD] pd-extended build on 9.10 /gem 0.92.1 eeepc = no luck with v4l2

2009-11-05 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 olsen wrote: with the 0.92 branch from subversion i get some warnings: thanks to claude and matju, a fix should now be in svn (both trunk and 0.92 branch) fgamsdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment:

Re: [PD] pd-extended build on 9.10 /gem 0.92.1 eeepc = no luck with v4l2

2009-11-04 Thread olsen
thanks hans for this indication this is the correct flag to compile it with v4l2?! --with-libv4l2-includes=/usr/lib/libv4l2.so the package builts but still i'm gettin error: [pix_video]: could not find a backend for driver 'v4l2' i also tried a gem solo make spits this error: recordQT4L.cpp -o

Re: [PD] pd-extended build on 9.10 /gem 0.92.1 eeepc = no luck with v4l2

2009-11-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 olsen wrote: thanks hans for this indication this is the correct flag to compile it with v4l2?! --with-libv4l2-includes=/usr/lib/libv4l2.so hmm, the ..-includes flag is meant for adding _include_ directives to the compiler rather than libraries

Re: [PD] pd-extended build on 9.10 /gem 0.92.1 eeepc = no luck with v4l2

2009-11-04 Thread Mathieu Bouchard
On Wed, 4 Nov 2009, IOhannes m zmölnig wrote: recordQT4L.cpp: In function ?lqt_file_type_t guess_qtformat(const char*)?: recordQT4L.cpp:96: error: invalid conversion from ?const char*? to ?char*? yah, this is dues to an overly pedantic compiler (or probably: invalid headers: the line the

Re: [PD] pd-extended build on 9.10 /gem 0.92.1 eeepc = no luck with v4l2

2009-11-03 Thread IOhannes zmölnig
hans w. koch wrote: thanks for the quick answer, johannes. sigh, i had hoped for an easy way out :-) hans the easy (and clumsy) way out has been described on this list several times; it involves using LD_PRELOAD for enforcing a compatibility layer of libv4l. obviously the good way is to

Re: [PD] pd-extended build on 9.10 /gem 0.92.1 eeepc = no luck with v4l2

2009-11-03 Thread Hans-Christoph Steiner
You can see the gem ./configure flags used for Pd-extended in packages/ Makefile. .hc On Nov 3, 2009, at 5:48 PM, olsen wrote: hi thanks IOhannes for the help. i installed libv4l-dev recompiled the package but i'm not getting the v4l2 support, as i do not know in the pd-extended