IOhannes m zmoelnig a écrit :
On 2010-04-27 09:38, IOhannes m zmoelnig wrote:
i'm currently trying to find out what is causing the crash (which i can reproduce on puredyne and other ubuntu systems) i'll report back when i found a solution on that...
i think i found a workaround for the problem.
good.
the code for the pluginfactory became ugly again, but this probably doesn't concern you.
i'm concerned about autogen :
nusmuk@nusmuk:~/pd/Gem/src$ ./autogen.sh kernel Linux ./autogen.sh: 29: function: not found extra plugins ./autogen.sh: 38: Syntax error: "}" unexpected nusmuk@nusmuk:~/pd/Gem/src$
changing autogen 1st line from #!/bin/sh to : #!/bin/bash solve the problem.
more important, the name of the plugins now has a "gem_" prefixed, so you can delete the film*.so (and record*.so and video*,so) and link (or copy) again all the plugins/*/.libs/*.so to live beside Gem.pd_linux
ok
compilation work fine. pd start and pix_video, pix_film, pix_record instantiate fine.
so, i think everything is fine.
btw, pd log show : [pix_video]: 0: 'v4l2' video4linux2 v4l2 [pix_video]: 1: 'dv4l' ieee1394 dv4l dv pix_film:: quicktime support pix_film:: libaviplay support pix_film:: libmpeg3 support
why does iee1394 is not 2: 'dv'? and a new line is missing...
thanks a lot Cyrille
fgmasdr IOhannes