Re: [blfs-support] gst-plugins-good-0.10.31 compile problem

2012-10-24 Thread Ken Moffat
On Wed, Oct 24, 2012 at 09:29:07PM +, John Burrell wrote: > > > > > > Yes, thanks. I think a sed would work: > > > > sed -i -e '/input:/d' sys/v4l2/gstv4l2bufferpool.c > > > > -- Bruce > > > > > > Yes there is only a single occurrence of input: in that file. > > But if someone subsequently

Re: [blfs-support] gst-plugins-good-0.10.31 compile problem

2012-10-24 Thread John Burrell
> > Yes, thanks. I think a sed would work: > > sed -i -e '/input:/d' sys/v4l2/gstv4l2bufferpool.c > > -- Bruce > > Yes there is only a single occurrence of input: in that file. But if someone subsequently adds another one - trouble ;) jb. -- http://l

Re: [blfs-support] gst-plugins-good-0.10.31 compile problem

2012-10-24 Thread Bruce Dubbs
Armin K. wrote: > On 10/24/2012 10:31 PM, Armin K. wrote: >> On 10/24/2012 10:02 PM, John Burrell wrote: >>> >>> If you get this error when compiling gst-plugins-good-0.10.31 >>> >>> gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new': >>> gstv4l2bufferpool.c:185:3: error: 'struct v4l2_buffer' h

Re: [blfs-support] gst-plugins-good-0.10.31 compile problem

2012-10-24 Thread Armin K.
On 10/24/2012 10:31 PM, Armin K. wrote: > On 10/24/2012 10:02 PM, John Burrell wrote: >> >> If you get this error when compiling gst-plugins-good-0.10.31 >> >> gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new': >> gstv4l2bufferpool.c:185:3: error: 'struct v4l2_buffer' has no member named >> 'i

Re: [blfs-support] gst-plugins-good-0.10.31 compile problem

2012-10-24 Thread Armin K.
On 10/24/2012 10:02 PM, John Burrell wrote: > > If you get this error when compiling gst-plugins-good-0.10.31 > > gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new': > gstv4l2bufferpool.c:185:3: error: 'struct v4l2_buffer' has no member named > 'input'Then use this edit from gnome.orgdiff --git

[blfs-support] gst-plugins-good-0.10.31 compile problem

2012-10-24 Thread John Burrell
If you get this error when compiling gst-plugins-good-0.10.31 gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new': gstv4l2bufferpool.c:185:3: error: 'struct v4l2_buffer' has no member named 'input'Then use this edit from gnome.orgdiff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2buf

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Feuerbacher, Alan
Aleksandar wrote with eloquence: > . . . > When booting, the bootloader does its thing and finds "the kernel > image", then loads it into memory and passes control to it. Now the > memory some pieces of the kernel, but not all. To complete the loading, > the part of kernel present in memory finds

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Aleksandar Kuktin
>On Wed, 24 Oct 2012 17:28:30 + >"Feuerbacher, Alan" wrote: > You've come close to answering what I really want to know. I'm so new > at this (first time around doing LFS on my home computer) that I'm > not sure I'm asking the right questions. So here's a bit more: > > The BLFS doc says to d

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Henrik /KaarPoSoft
On 10/24/12 19:28, Feuerbacher, Alan wrote: > > The BLFS doc says to do some reconfiguring (which modifies the .config file) > and then to "recompile the kernel *if necessary*". This implies to me that > some modifications to the .config file will NOT require recompilation, while > others will.

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Feuerbacher, Alan
Bruce wrote: > > The BLFS doc says to do some reconfiguring (which modifies the > .config > > file) and then to "recompile the kernel *if necessary*". This implies > > to me that some modifications to the .config file will NOT require > > recompilation, while others will. So guess my questions sho

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Bruce Dubbs
Feuerbacher, Alan wrote: > The BLFS doc says to do some reconfiguring (which modifies the > .config file) and then to "recompile the kernel *if necessary*". This > implies to me that some modifications to the .config file will NOT > require recompilation, while others will. So guess my questions >

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Henrik /KaarPoSoft
On 10/24/12 16:37, Feuerbacher, Alan wrote: > In the BLFS book's Xorg Drivers section ( > http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html ) Xorg Evdev > Driver-2.7.3, it says: > > > Kernel Configuration > > Enable the following options in the kernel configuration and recomp

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Robin
On 24 October 2012 15:37, Feuerbacher, Alan wrote: > In the BLFS book's Xorg Drivers section ( > http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html ) Xorg Evdev > Driver-2.7.3, it says: > > > Kernel Configuration > > Enable the following options in the kernel configuration an

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Bruce Dubbs
Feuerbacher, Alan wrote: > In the BLFS book's Xorg Drivers section ( > http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html ) Xorg > Evdev Driver-2.7.3, it says: > > Kernel Configuration > > Enable the following options in the kernel configuration and > recompile the kernel if nec

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Carl Thorn
From: Carl Thorn To: BLFS Support List Sent: Wed, October 24, 2012 10:22:18 AM Subject: Re: [blfs-support] How Do I Know When to Recompile the Kernel? From: "Feuerbacher, Alan" To: "BLFS Help Support (blfs-support@linu

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Carl Thorn
From: "Feuerbacher, Alan" To: "BLFS Help Support (blfs-support@linuxfromscratch.org)" Sent: Wed, October 24, 2012 9:37:31 AM Subject: [blfs-support] How Do I Know When to Recompile the Kernel? In the BLFS book's Xorg Drivers section ( http://www.linuxfroms

[blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Feuerbacher, Alan
In the BLFS book's Xorg Drivers section ( http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html ) Xorg Evdev Driver-2.7.3, it says: Kernel Configuration Enable the following options in the kernel configuration and recompile the kernel if necessary: How do I know if