Gentoo Archives: gentoo-dev

From: Lars Pechan <lars.pechan@××××××××××××.nz>
To: gentoo-dev@g.o
Subject: [gentoo-dev] GCC-3.1/KDE 3.0.1
Date: Sun, 26 May 2002 18:39:34
Message-Id: 200205271139.27014.lars.pechan@paradise.net.nz
1 Hello,
2 I'd just thought I'd post a brief mentioning of a couple of problems I ran
3 into trying to build KDE 3.0.1 on a gcc-3.1 system.
4
5 Sorry for the lack of detail but I don't have access to the build system at
6 the moment. If necessary, I can dig out the details and file these as bugs.
7
8 1) The fam-oss library doesn't build. This is the File Alteration Monitor from
9 SGI used by both KDE and Gnome I believe. The problem relates to a const
10 member of a class not getting initialized (IIRC Scheduler.c++ lines 37 and
11 37).
12
13
14 2) HTDig (required by kdevelop) doesn't build. It craps out during configure
15 complaining about
16 missing libstdc++. I had a quick look and it looks for <fstream.h> to trigger
17 whether there's a c++ library in place or not. That file does exist but
18 possibly in a directory that isn't on the default search path. C++ standards
19 call for the header to be called <fstream> and there is indeed an <fstream>
20 in the /usr/include/g++-3.1/libstdc++ or thereabouts ;-).
21
22 I'm a bit surprised I haven't seen anyone else mentioning this? There seems to
23 be lots of people building gcc-3.1-systems...
24
25 /Lasse

Replies

Subject Author
Re: [gentoo-dev] GCC-3.1/KDE 3.0.1 Matthew Kennedy <mkennedy@g.o>