Re: [CinCV] Compile error with kernel 3.0

2011-09-06 Thread Paul Taggart
On Sun, Sep 4, 2011 at 12:50 PM, Paolo Valtorta wrote: >>> /usr/bin/ld: playback3d.o: undefined reference to symbol 'glPixelStorei' >>> /usr/bin/ld: note: 'glPixelStorei' is defined in DSO >>> /usr/lib/libGL.so.1 so try adding it to the linker command line >>> /usr/lib/libGL.so.1: could not read s

Re: [CinCV] Compile error with kernel 3.0

2011-09-04 Thread Einar Rünkaru
On Sun, Sep 4, 2011 at 12:50 PM, Paolo Valtorta wrote: >>> /usr/bin/ld: playback3d.o: undefined reference to symbol 'glPixelStorei' >>> /usr/bin/ld: note: 'glPixelStorei' is defined in DSO >>> /usr/lib/libGL.so.1 so try adding it to the linker command line >>> /usr/lib/libGL.so.1: could not read s

Re: [CinCV] Compile error with kernel 3.0

2011-09-04 Thread Paolo Valtorta
>> /usr/bin/ld: playback3d.o: undefined reference to symbol 'glPixelStorei' >> /usr/bin/ld: note: 'glPixelStorei' is defined in DSO >> /usr/lib/libGL.so.1 so try adding it to the linker command line >> /usr/lib/libGL.so.1: could not read symbols: Invalid operation >> collect2: ld returned 1 exit st

Re: [CinCV] Compile error with kernel 3.0

2011-09-03 Thread Einar Rünkaru
On Fri, Sep 2, 2011 at 7:45 PM, Paolo Valtorta wrote: >> Command is: >> patch -p1 < remove-support-v4l-buzz-3.diff > > OK, the "v4l" problem is solved. > Now I've another error: > > /usr/bin/ld: playback3d.o: undefined reference to symbol 'glPixelStorei' > /usr/bin/ld: note: 'glPixelStorei' is def

Re: [CinCV] Compile error with kernel 3.0

2011-09-02 Thread Paolo Valtorta
> Command is: > patch -p1 < remove-support-v4l-buzz-3.diff OK, the "v4l" problem is solved. Now I've another error: /usr/bin/ld: playback3d.o: undefined reference to symbol 'glPixelStorei' /usr/bin/ld: note: 'glPixelStorei' is defined in DSO /usr/lib/libGL.so.1 so try adding it to the linker comm

Re: [CinCV] Compile error with kernel 3.0

2011-09-02 Thread Einar Rünkaru
On Fri, Sep 2, 2011 at 5:23 PM, Nicola Ferralis wrote: > It should be: > > patch -p0 -i remove-support-v4l-buzz-3.diff > > BTW, any hope t see this merged into the main tree? > Soon, we hope. Einar ___ Cinelerra mailing list Cinelerra@skolelinux.no htt

RE: [CinCV] Compile error with kernel 3.0

2011-09-02 Thread Nicola Ferralis
It should be: patch -p0 -i remove-support-v4l-buzz-3.diff BTW, any hope t see this merged into the main tree? Regards, NF > Subject: Re: [CinCV] Compile error with kernel 3.0 > From: eina...@smail.ee > To: cinelerra@skolelinux.no > Date: Fri, 2 Sep 2011 16:27:45 +0300 >

Re: [CinCV] Compile error with kernel 3.0

2011-09-02 Thread Einar Rünkaru
On Fri, Sep 2, 2011 at 11:44 AM, Paolo Valtorta wrote: > I've downloaded the patch "remove-support-v4l-buzz-3.diff" for > recompile cinelerra-cv with kernel 3.0, but I don't understand the > command for apply the patch. > I trougth with "patch -i remove-support-v4l-buzz-3.diff" but the result is:

[CinCV] Compile error with kernel 3.0

2011-09-02 Thread Paolo Valtorta
I've downloaded the patch "remove-support-v4l-buzz-3.diff" for recompile cinelerra-cv with kernel 3.0, but I don't understand the command for apply the patch. I trougth with "patch -i remove-support-v4l-buzz-3.diff" but the result is: patch unexpectedly ends in middle of line patch: Only garb