- To: "Asger K. Alstrup Nielsen" <alstrup@diku.dk>
- Subject: Re: compiling xtl?
- From: Angus Leeming <a.leeming@ic.ac.uk>
- Date: Mon, 27 Mar 2000 09:49:51 +0100
- Delivered-To: alstrup@sophusmedical.dk
- Delivered-To: e-box.dk+-alstrup@e-box.dk
- Organization: Imperial College
- References: <200003251441.PAA00647@tyr.diku.dk>
- Reply-To: Angus Leeming <a.leeming@ic.ac.uk>
I'm afraid this isn't very informative but for what it's
worth:
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/include -I../../.. -I../../.. -g -O -fno-rtti -fno-exceptions -ansi -W -Wall -Wno-return-type -Wp,-MD,.deps/FormPrint.pp -c FormPrint.C -o FormPrint.o
FormPrint.C:325: warning: #warning check this works when we have working gui again
../../../src/xtl/objio.h: In method `class obj_output<Format,References> & obj_output<Format,References>::object(Base *&, T0 *, T1 *)':
In file included from ../../../src/support/lxtl.h:25,
from ../../../src/PrinterParams.h:18,
from FormPrint.C:14:
../../../src/xtl/objio.h:391: Internal compiler error.
../../../src/xtl/objio.h:391: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
../../../src/xtl/objio.h:391: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make: *** [FormPrint.lo] Error 1
This is gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
with gnu's stl.
Any ideas?
Angus
On Sat, 25 Mar 2000, you wrote:
> > can you propose a (temporary?) hack to get around these xtl
> > compile problems that I'm suffering from.
>
> What errors do you get?
>
> Greets,
>
> Asger