Gentoo Archives: gentoo-dev

From: fdnews_gentoo@×××××××××.org
To: gentoo-dev@g.o
Subject: [gentoo-dev] cannot compile koffice with gcc-3.3
Date: Wed, 21 May 2003 15:37:11
Message-Id: 200305211737.12856.fdnews_gentoo@partimage.org
1 Hi,
2
3 Here is the error:
4 # emerge app-office/koffice
5 -------------------------------------------
6 Everything compile, except at the end:
7 /usr/lib/gcc-lib/i586-pc-linux-gnu/3.3/include/g++-v3/backward/backward_warning.h:32:2:
8 warning: #warning This file includes at least one deprecated or antiquated
9 header. Please consider using one of the 32 headers found in section 17.4.1.2
10 of the C++ standard. Examples include substituting the <X> header for the
11 <X.h> header for C++ includes, or <sstream> instead of the deprecated header
12 <strstream.h>. To disable this warning use -Wno-deprecated.
13 formula.cc:4:23: strstream.h: No such file or directory
14 formula.cc: In member function `void QpFormula::floatFuncReal(const char*)':
15 formula.cc:477: error: `ostrstream' undeclared (first use this function)
16 formula.cc:477: error: (Each undeclared identifier is reported only once for
17 each function it appears in.)
18 formula.cc:477: error: parse error before `;' token
19 formula.cc:481: error: `lNum' undeclared (first use this function)
20 formula.cc: In member function `void QpFormula::intFuncReal(const char*)':
21 formula.cc:492: error: parse error before `;' token
22 make[6]: *** [formula.lo] Error 1
23 make[6]: *** Waiting for unfinished jobs....
24 record.cc:13:23: strstream.h: No such file or directory
25 record.cc: In function `int Hexout(char*, int)':
26 record.cc:35: error: `ostrstream' undeclared (first use this function)
27 record.cc:35: error: (Each undeclared identifier is reported only once for
28 each
29 function it appears in.)
30 record.cc:35: error: `lOStr' undeclared (first use this function)
31 record.cc:35: error: parse error before `;' token
32 record.cc:60: error: parse error before `;' token
33 record.cc: In member function `void QpRecCell::cellRef(char*, QpTableNames&,
34 short int, unsigned char, unsigned char, short int)':
35 record.cc:203: error: `strstream' undeclared (first use this function)
36 record.cc:203: error: parse error before `(' token
37 record.cc:229: error: `lOut' undeclared (first use this function)
38 record.cc:200: warning: unused parameter `char*pText'
39 record.cc: In member function `QpRecUnknown::QpRecUnknown(short int, short
40 int,
41 QpIStream&)':
42 record.cc:577: warning: unused parameter `QP_INT16 pType'
43 make[6]: *** [record.lo] Error 1
44 make[6]: Leaving directory
45 `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters/kspread/qpro/libqpro/src'
46 make[5]: *** [all-recursive] Error 1
47 make[5]: Leaving directory
48 `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters/kspread/qpro/libqpro'
49 make[4]: *** [all-recursive] Error 1
50 make[4]: Leaving directory
51 `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters/kspread/qpro'
52 make[3]: *** [all-recursive] Error 1
53 make[3]: Leaving directory
54 `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters/kspread'
55 make[2]: *** [all-recursive] Error 1
56 make[2]: Leaving directory
57 `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters'
58 make[1]: *** [all-recursive] Error 1
59 make[1]: Leaving directory
60 `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1'
61 make: *** [all] Error 2
62
63 !!! ERROR: app-office/koffice-1.2.1-r1 failed.
64 !!! Function kde_src_compile, Line 123, Exitcode 2
65 !!! died running emake, kde_src_compile:make
66 -------------------------------------------
67 * sys-devel/gcc
68 Latest version available: 3.2.2
69 Latest version installed: 3.3
70 Size of downloaded files: 19,835 kB
71 Homepage: http://www.gnu.org/software/gcc/gcc.html
72 Description: The GNU Compiler Collection. Includes C/C++ and java
73 compilers
74 -------------------------------------------
75 * sys-libs/glibc
76 Latest version available: 2.3.1-r4
77 Latest version installed: 2.3.2-r2
78 Size of downloaded files: 17,701 kB
79 Homepage: http://www.gnu.org/software/libc/libc.html
80 Description: GNU libc6 (also called glibc2) C library
81
82 regards
83
84
85 --
86 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] cannot compile koffice with gcc-3.3 Sven Vermeulen <swift@g.o>