Gentoo Archives: gentoo-dev

From: "José Fonseca" <j_r_fonseca@××××××××.uk>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2
Date: Mon, 03 Jun 2002 14:38:02
Message-Id: 20020603193944.GA28550@localhost.localdomain
In Reply to: Re: [gentoo-dev] Problems emerging gnome-1.4.x apps after emerging gnome2 by "José Fonseca"
1 On Mon, Jun 03, 2002 at 07:24:31PM +0100, José Fonseca wrote:
2 > ...
3 >
4 > >
5 > > The gnome-vfs error is another beast, thats gcc 3.1 include file
6 > > reordering thats not working properly, and is a problem that has to be
7 > > fixed on gcc 3.1 side of problems (I only have 2.95.3 for testing)
8 > >
9 >
10 > Although the compiler complains about reordering the includes, that's
11 > not the cause for the compiler failure. If look at gcc command line
12 > you'll notice that -I/usr/include/gtk-1.2 isn't even there, so the
13 > problem comes from the configure scripts and/or makefiles.
14 >
15 > ...
16
17 Yes. I've determined the cause of the problem. $(GTK_CFLAGS) and others
18 are missing in the gnome-vfs-1.0.5/libgnomevfs/Makefile.am .
19
20 I've compared with the old gentoo profile that I had in another
21 partition and what happens is that -I/usr/include/gtk-1.2 was set in
22 other flags such as GCONF_FLAGS.
23
24 When I'm finished I'm going to make a patch to correct this, but this
25 should be sent upstream. Any advices?
26
27 José Fonseca