This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bug report with egcs version 2.90.29 for RedHat Linux.


To reproduce this bug, download Maxwell, a free wordprocessor written in
C++ from sunsite.

1. set the following enviroment variables:
MAXROOT=/home/karl/tmp/WordProcessors/maxwell-0.5.3
MAXUSERROOT=/home/karl/tmp/WordProcessors/maxwell-0.5.3
to the location where you unpack the source.

2.  type make and the following error will result:

egcs  -pipe -Wall -c -MD
-I/home/karl/tmp/WordProcessors/maxwell-0.5.3/include -I.
-I/home/karl/tmp/WordProcessors/maxwell-0.5.3/i386-linux/include
-I/usr/X11R6/include/ -I/usr/include/X11 -g  -Wno-unused -o
/home/karl/tmp/WordProcessors/maxwell-0.5.3/tmp/mx_db_client.o
mx_db_client.C
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/geometry.h: In
method `class mx_point mx_rect::size() const':
In file included from
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/mx_geometry.h:22,
                 from
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/mx_spline.h:33,
                 from
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/mx_area.h:37,
                 from
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/mx_text_area.h:36,
                 from
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/mx_sheet.h:40,
                 from
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/mx_doc.h:44,
                 from
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/mx_wp_doc.h:39,
                 from mx_db_client.C:39:
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/geometry.h:1078:
Internal compiler error.
/home/karl/tmp/WordProcessors/maxwell-0.5.3/include/geometry.h:1078:
Please submit a full bug report to `egcs-bugs@cygnus.com'.
cpp: output pipe has been closed
make[2]: ***
[/home/karl/tmp/WordProcessors/maxwell-0.5.3/tmp/mx_db_client.o] Error 1

make[2]: Leaving directory
`/home/karl/tmp/WordProcessors/maxwell-0.5.3/db/client'
make[1]: *** [/home/karl/tmp/WordProcessors/maxwell-0.5.3/db/client.All]
Error 2
make[1]: Leaving directory
`/home/karl/tmp/WordProcessors/maxwell-0.5.3/db'
make: *** [/home/karl/tmp/WordProcessors/maxwell-0.5.3/db.All] Error 2





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]