[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fwd: compiling xtl?]



Hi!

One of the developers of LyX tried to use the LyX development branch
which includes XTL. However, he failed with his egcs-1.1.2 compiler.

Attached, you'll find his problem report. You are welcome to correspond
directly with Angus in order to debug this problem.

Egcs 1.1.2 is so common a compiler that if we can not get XTL to work
with this compiler, I think we will have to drop XTL in LyX. However,
I'm sure that we can find a solution. Hey, even the brain-dead Visual
C++ compiler is close to working out of the box.

Greets,

Asger


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