Re: trying to compile 2.6 kernel

2003-07-30 Thread Keith Antoine
On Wed, 30 Jul 2003 11:11 am, Net Llama! wrote: > On 07/29/03 17:49, Keith Antoine wrote: > > Well at least my computer is stubborn and consistent: > > > > [EMAIL PROTECTED] linux-2.6.0-test1]# make gconfig > > * > > * Unable to find the GTK+ installation. Please make sure that > > * the GTK+ 2.0 d

Re: trying to compile 2.6 kernel

2003-07-30 Thread James McDonald
Keith Antoine wrote: On Tue, 29 Jul 2003 07:40 pm, James McDonald wrote: James: Well ! When you run each of the three pkg-config commands below you have to run echo $? to see the result because it just returns 0 for yes the package is install or 1 no it's not. You wont see any outp

Re: trying to compile 2.6 kernel

2003-07-29 Thread David A. Bandel
On Wed, 30 Jul 2003 10:49:54 +1000 Keith Antoine <[EMAIL PROTECTED]> wrote: [snip] > [EMAIL PROTECTED] linux-2.6.0-test1]# make gconfig > * > * Unable to find the GTK+ installation. Please make sure that > * the GTK+ 2.0 development package is correctly installed... > * You need gtk+-2.0, glib-2.0

Re: trying to compile 2.6 kernel

2003-07-29 Thread Net Llama!
On 07/29/03 17:49, Keith Antoine wrote: Well at least my computer is stubborn and consistent: [EMAIL PROTECTED] linux-2.6.0-test1]# make gconfig * * Unable to find the GTK+ installation. Please make sure that * the GTK+ 2.0 development package is correctly installed... * You need gtk+-2.0, glib-2.

Re: trying to compile 2.6 kernel

2003-07-29 Thread Keith Antoine
On Tue, 29 Jul 2003 07:40 pm, James McDonald wrote: James: Well ! > KEITH install libglade2-devel > > Mine had that exact error aswell and after Installed the devel package I > finally got the gtk interface YE HAR! > > It's on CD3 of the Mandrake distributions CDs > > Also I found th

Re: trying to compile 2.6 kernel

2003-07-29 Thread Kurt Wall
Quoth Collins Richey: [2.6-testX] > Interestingly enough, the emerge now does warn you about the input > devices gotcha. Alan Cox posted some patches to return some sanity to the default config (giving you a console, making sure you have a keyboard), so I hope Linus picks these up for -test3. K

Re: trying to compile 2.6 kernel

2003-07-29 Thread Keith Antoine
On Tue, 29 Jul 2003 04:34 pm, James McDonald wrote: > I tried to use gconfig last night and it failed miserably too Keith I > tried to do the same install stuff and got the dependency night mare > aswell. > > BUT... make xconfig (which launches the QT interface worked fine). So if > your not biase

Re: trying to compile 2.6 kernel

2003-07-29 Thread Collins Richey
On Tue, 29 Jul 2003 12:59:00 -0500 "David A. Bandel" <[EMAIL PROTECTED]> wrote: > On Tue, 29 Jul 2003 10:00:05 -0600 > Collins Richey <[EMAIL PROTECTED]> wrote: > > > for the moment at least I'm now running on 2.6.0-test1 > > > you'll want to patch up to 2.6.0-test2, test1 has a nasty habit of >

Re: trying to compile 2.6 kernel

2003-07-29 Thread David A. Bandel
On Tue, 29 Jul 2003 10:00:05 -0600 Collins Richey <[EMAIL PROTECTED]> wrote: [snip] > I'm always sad to hear about people experiencing dependancy hell. > Fortunately for me, my distro isolates me from this problem. gconfig > works just fine for me; any screwing about with pkgconfig must have >

Re: trying to compile 2.6 kernel

2003-07-29 Thread Collins Richey
On Tue, 29 Jul 2003 16:34:29 +1000 (EST) "James McDonald" <[EMAIL PROTECTED]> wrote: > > >>>do a locate *.pc and add each directory that contains pc files to > >your>>PKG_CONFIG_PATH > >>> > >>>I had the same trouble until I added the /usr/local/lib/pkgconfig > >to>> it... > >>> > >>>PKG_CONFIG_P

Re: trying to compile 2.6 kernel

2003-07-29 Thread James McDonald
Since I did the lookups I have managed to install both missing progs. But it still tells me; * * Unable to find the GTK+ installation. Please make sure that * the GTK+ 2.0 development package is correctly installed... * You need gtk+-2.0, glib-2.0 and libglade-2.0. * make[1]: *** [scripts/kconfig/

Re: trying to compile 2.6 kernel

2003-07-29 Thread Keith Antoine
On Tue, 29 Jul 2003 12:13 pm, Net Llama! wrote: Out puts as follows, guess that I have to install atk and glib. Had problems with rpms and mandrake if its not .mdk rpm its refused so will try as tarballs > Keith, > What is the output from the following: > locate .pc Huge output 99% from /usr/X1

Re: trying to compile 2.6 kernel

2003-07-28 Thread James McDonald
>>>do a locate *.pc and add each directory that contains pc files to your >>>PKG_CONFIG_PATH >>> >>>I had the same trouble until I added the /usr/local/lib/pkgconfig to >>> it... >>> >>>PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig >> >> > Keith, > What is the output from the followi

Re: trying to compile 2.6 kernel

2003-07-28 Thread Net Llama!
On 07/28/03 18:22, Keith Antoine wrote: On Mon, 28 Jul 2003 07:16 pm, James McDonald wrote: Keith Antoine wrote: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.p

Re: trying to compile 2.6 kernel

2003-07-28 Thread Keith Antoine
On Mon, 28 Jul 2003 07:16 pm, James McDonald wrote: > Keith Antoine wrote: > >checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package > > glib-2.0 was not found in the pkg-config search path. > >Perhaps you should add the directory containing `glib-2.0.pc' > >to the PKG_CONFIG_PATH en

Re: trying to compile 2.6 kernel

2003-07-28 Thread James McDonald
Keith Antoine wrote: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'glib-2.0' found do a locate *.pc

trying to compile 2.6 kernel

2003-07-28 Thread Keith Antoine
I am stopped at the first base. When I type in gconfig it says that : * Unable to find the GTK+ installation. Please make sure that * the GTK+ 2.0 development package is correctly installed... * You need gtk+-2.0, glib-2.0 and libglade-2.0. I have installed from a tarball glib-2.2.2, when I try to