From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12680 invoked by uid 1002); 21 May 2003 15:37:11 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 23735 invoked from network); 21 May 2003 15:37:10 -0000 From: fdnews_gentoo@partimage.org To: gentoo-dev@gentoo.org Date: Wed, 21 May 2003 17:37:12 +0000 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305211737.12856.fdnews_gentoo@partimage.org> Subject: [gentoo-dev] cannot compile koffice with gcc-3.3 X-Archives-Salt: 3b89f38b-1ff0-4287-9f3c-ff89e1df4377 X-Archives-Hash: 0da64c41ab61a6ba85daf042fa15f5c6 Hi, Here is the error: # emerge app-office/koffice ------------------------------------------- Everything compile, except at the end: /usr/lib/gcc-lib/i586-pc-linux-gnu/3.3/include/g++-v3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. formula.cc:4:23: strstream.h: No such file or directory formula.cc: In member function `void QpFormula::floatFuncReal(const char*)': formula.cc:477: error: `ostrstream' undeclared (first use this function) formula.cc:477: error: (Each undeclared identifier is reported only once for each function it appears in.) formula.cc:477: error: parse error before `;' token formula.cc:481: error: `lNum' undeclared (first use this function) formula.cc: In member function `void QpFormula::intFuncReal(const char*)': formula.cc:492: error: parse error before `;' token make[6]: *** [formula.lo] Error 1 make[6]: *** Waiting for unfinished jobs.... record.cc:13:23: strstream.h: No such file or directory record.cc: In function `int Hexout(char*, int)': record.cc:35: error: `ostrstream' undeclared (first use this function) record.cc:35: error: (Each undeclared identifier is reported only once for each function it appears in.) record.cc:35: error: `lOStr' undeclared (first use this function) record.cc:35: error: parse error before `;' token record.cc:60: error: parse error before `;' token record.cc: In member function `void QpRecCell::cellRef(char*, QpTableNames&, short int, unsigned char, unsigned char, short int)': record.cc:203: error: `strstream' undeclared (first use this function) record.cc:203: error: parse error before `(' token record.cc:229: error: `lOut' undeclared (first use this function) record.cc:200: warning: unused parameter `char*pText' record.cc: In member function `QpRecUnknown::QpRecUnknown(short int, short int, QpIStream&)': record.cc:577: warning: unused parameter `QP_INT16 pType' make[6]: *** [record.lo] Error 1 make[6]: Leaving directory `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters/kspread/qpro/libqpro/src' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters/kspread/qpro/libqpro' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters/kspread/qpro' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters/kspread' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1/filters' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/koffice-1.2.1-r1/work/koffice-1.2.1' make: *** [all] Error 2 !!! ERROR: app-office/koffice-1.2.1-r1 failed. !!! Function kde_src_compile, Line 123, Exitcode 2 !!! died running emake, kde_src_compile:make ------------------------------------------- * sys-devel/gcc Latest version available: 3.2.2 Latest version installed: 3.3 Size of downloaded files: 19,835 kB Homepage: http://www.gnu.org/software/gcc/gcc.html Description: The GNU Compiler Collection. Includes C/C++ and java compilers ------------------------------------------- * sys-libs/glibc Latest version available: 2.3.1-r4 Latest version installed: 2.3.2-r2 Size of downloaded files: 17,701 kB Homepage: http://www.gnu.org/software/libc/libc.html Description: GNU libc6 (also called glibc2) C library regards -- gentoo-dev@gentoo.org mailing list