On 03.16, Andrew Morton wrote: > "J.A. Magallon" <[EMAIL PROTECTED]> wrote: > > > > On 03.16, Andrew Morton wrote: > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11/2.6.11-mm4/ > > > > > ... > > > > > > +revert-gconfig-changes.patch > > > > > > Back out a recent change which broke gconfig. > > > > > > > What was broken ? > > hm. I emailed you twice, and had a feeling that things weren't getting > through. > > The patch caused those little pixmap buttons across the top of the main > window to vanish when using gtk+-1.2.10-28.1. See > http://www.zip.com.au/~akpm/linux/patches/stuff/x.jpg. > > I now note that scripts/kconfig/gconf.c doesn't compile at all with the > above backout patch. Drat. >
But gconf is not supposed to build with gtk-1.2, it needs 2.x, at least reding this: linux/scripts/kconfig/Makefile: HOSTLOADLIBES_gconf = `pkg-config gtk+-2.0 gmodule-2.0 libglade-2.0 --libs` HOSTCFLAGS_gconf.o = `pkg-config gtk+-2.0 gmodule-2.0 libglade-2.0 --cflags` \ -D LKC_DIRECT_LINK ... # GTK needs some extra effort, too... $(obj)/.tmp_gtkcheck: @if `pkg-config gtk+-2.0 gmodule-2.0 libglade-2.0 --exists`; then \ if `pkg-config gtk+-2.0 --atleast-version=2.0.0`; then \ touch $@; \ else \ echo "*"; \ echo "* GTK+ is present but version >= 2.0.0 is required."; \ echo "*"; \ false; \ fi \ else \ echo "*"; \ echo "* Unable to find the GTK+ installation. Please make sure that"; \ echo "* the GTK+ 2.0 development package is correctly installed..."; \ echo "* You need gtk+-2.0, glib-2.0 and libglade-2.0."; \ echo "*"; \ false; \ fi endif I can try just to make it compile, and then polish all the edges... If you swear to me it does not have to build under gtk-1.2 (which with current Makefile I do not know how can it be done), there are many stock things that can be done automagically in 2.x, and not manually like in gtk-1.2. TIA -- J.A. Magallon <jamagallon()able!es> \ Software is like sex: werewolf!able!es \ It's better when it's free Mandrakelinux release 10.2 (Cooker) for i586 Linux 2.6.11-jam5 (gcc 3.4.3 (Mandrakelinux 10.2 3.4.3-6mdk)) #1 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/