Gentoo Archives: gentoo-desktop

From: mail <lists@×××××.net>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure
Date: Thu, 22 Feb 2007 14:47:43
Message-Id: 1172155418.6448.55.camel@bong.greenbuzz.net
1 On Thu, 2007-02-22 at 15:18 +0100, Christoph Nodes wrote:
2 > On 2/22/07, mail <lists@×××××.net> wrote:
3 > >
4 > > I am still having the same problem.
5 > > Anybody know what this could be?
6 >
7 > The error results from "extra tokens at end of #endif directive" in
8 > /usr/lib/glib/include/glibconfig.h.
9 > What does "sed -n 39p /usr/lib/glib/include/glibconfig.h" give you?
10 >
11 > The compiler flag -Werror is not very reasonable for most packages as
12 > it issues an error on any warning (like the "extra tokens"-warning).
13 > Did you set this flag in your CFLAGS variable?
14
15 Thanks, this compile stuff is a bit foggy to me...
16
17 here is the result of your command
18
19 # sed -n 39p /usr/lib/glib/include/glibconfig.h
20
21 #endif#define G_HAVE_GINT64 1
22
23 Here is the top of my make.conf file:
24
25 CFLAGS="-O2 -march=i686 -pipe"
26 CHOST="i686-pc-linux-gnu"
27 CXXFLAGS="${CFLAGS}"
28 MAKEOPTS="-j2"
29
30 This is on an old 450Mhz PIII. I had gnucash running before, but I had a
31 hd crash and am now reinstalling everything.
32
33 Thanks again
34 rick
35
36 --
37 gentoo-desktop@g.o mailing list

Replies

Subject Author
Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure Christoph Nodes <cnodes@×××××.com>
Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure Christoph Nodes <cnodes@×××××.com>