[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnats/214: Can't compile koffice due to internal compiler error
From: |
sklass |
Subject: |
gnats/214: Can't compile koffice due to internal compiler error |
Date: |
6 Jul 2001 15:49:55 -0000 |
>Number: 214
>Category: gnats
>Synopsis: Can't compile koffice due to internal compiler error
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jul 06 08:54:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Steven M. Klass
>Release: gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>Organization:
>Environment:
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>Description:
Downloaded koffice-1.1-beta3.tar.bz2 from
http://ftp.sourceforge.net/pub/mirrors/kde/unstable/koffice-1.1-beta3/src/
included patches kword-1.1-beta3-fix.patch and killustrator-1.1-beta3-fix.patch
patched the files using cat {patch} | patch -p0 in respective directories
./configure
make
Then the following error occurs
make[2]: Leaving directory `/home/src/kde/koffice/koffice-1.1-beta3/doc'
Making all in kchart
make[2]: Entering directory `/home/src/kde/koffice/koffice-1.1-beta3/kchart'
Making all in kdchart
make[3]: Entering directory
`/home/src/kde/koffice/koffice-1.1-beta3/kchart/kdchart'
/bin/sh ../../libtool --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I.
-I../.. -I../include -I/usr/local/kde/include -I/usr/local/qt/include
-I/usr/X11R6/include
-O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT
-DQT_NO_ASCII_CAST -c KDChartAreaPainter.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../include -I/usr/local/kde/include
-I/usr/local/qt/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new
-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c
KDChartAreaPainter.cpp -fPIC -DPIC -o .libs/KDChartAreaPainter.o
/bin/sh ../../libtool --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I.
-I../.. -I../include -I/usr/local/kde/include -I/usr/local/qt/include
-I/usr/X11R6/include
-O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT
-DQT_NO_ASCII_CAST -c KDChartAxesPainter.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../include -I/usr/local/kde/include
-I/usr/local/qt/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new
-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c
KDChartAxesPainter.cpp -fPIC -DPIC -o .libs/KDChartAxesPainter.o
KDChartAxesPainter.cpp: In method `void
KDChartAxesPainter::calculateLabelTexts(class QPainter &, const class
KDChartTableData &, const class KDChartParams &, unsigned int, double, enum
KDChartAxisParams::AxisPos, const class QPoint &, double, double &, double &,
double &, double &, double &, double &, double &, int &)':
KDChartAxesPainter.cpp:1294: Internal compiler error.
KDChartAxesPainter.cpp:1294: Please submit a full bug report to address@hidden'.
KDChartAxesPainter.cpp:1294: See
<URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make[3]: *** [KDChartAxesPainter.lo] Error 1
make[3]: Leaving directory
`/home/src/kde/koffice/koffice-1.1-beta3/kchart/kdchart'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/src/kde/koffice/koffice-1.1-beta3/kchart'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/src/kde/koffice/koffice-1.1-beta3'
make: *** [all-recursive-am] Error 2
>How-To-Repeat:
I tried this initially using the ./configure --enable-final flag and that is
what initially failed it. However, I thought this was a problem so I rm
config.cache and then ./configure. The problem repeated itself..
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnats/214: Can't compile koffice due to internal compiler error,
sklass <=