Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Jochen Kmietsch
Hello Jean ! On 30-Jun-2000 Jean-Marc Lasgouttes wrote concerning Re: LyX 1.1.5 and missing ".h" on include files: > These are standard C++ headers, and certinly are available with g++ > 2.95.2. Do you have libstdc++ installed? Which version? libstdc++.so.2.10.0 I am fiddeling with --with-extr

LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Jochen Kmietsch
Hello ! I am trying to compile LyX 1.1.5 on a Solaris 2.7 system, using g++ 2.95.2 It seems like a whole load of include directives look like #include instead of #include which leads to errors like this: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../../src/cheaders -I

lyx-1.1.5pre1 on Solaris 2.6 with Sun CC 5.0

2000-05-04 Thread Jochen Kmietsch
Hello ! Argh... CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I/usr/local/include -I/usr/openwin/include -O -c formula.C -o formula.o "../../src/lyxparagraph.h", line 528: Error: LyXParagraph::InsetTable is not accessible from LyXParagraph::matchIT. "../../src/lyxparagraph.h", l

lyx 1.1.4-fix3 on Solaris with Sun CC

2000-05-04 Thread Jochen Kmietsch
Hello ! It's the guy with the picky compiler again :) Making all in insets /bin/sh ../../libtool --mode=compile CC -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I/usr/local/include-I/usr/openwin/include -O -c figinset.C CC -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I/usr/local/include -I/

lyx 1.0.4 compile fails as well on Solaris 2.6 with Sun CC 5.0

1999-11-17 Thread Jochen Kmietsch
Hello again, CC -c -O -I. -I. -I../images -I/usr/local/include -I/usr/openwin/include table.C "table.C", line 1422: Error: A previously specified default argument value cannot be changed. 1 Error(s) detected. this is the error message that I get this time. Again, might be a compiler issue. B

lyx 1.1.2 compile fails on Solaris 2.6 with Sun CC 5.0

1999-11-17 Thread Jochen Kmietsch
Hello, it's the Sun CC 5.0 guy again :) I get the following error when trying to compile lyx 1.1.2 on a Solaris 2.6 box using Sun CC 5.0: CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I/usr/local/include-I/usr/openwin/include -O -c math_inset.C "/usr/include/stdio.h", line

Re: lyx-1.0.3 compile fails on Solaris 2.6 with Sun CC 5.0

1999-06-04 Thread Jochen Kmietsch
Hello again ! On 04-Jun-99 Jean-Marc Lasgouttes wrote (concerning Re: lyx-1.0.3 compile fails on Solaris 2.6 with Sun CC 5.0): > The error was right, there was some wrong function prototypes > around. I append to this message a part of the changes I will soon do Thank you for that. > to cvs. P

Re: lyx-1.0.3 compile fails on Solaris 2.6 with Sun CC 5.0

1999-06-04 Thread Jochen Kmietsch
Hello again ! On 04-Jun-99 Jean-Marc Lasgouttes wrote (concerning Re: lyx-1.0.3 compile fails on Solaris 2.6 with Sun CC 5.0): > I think I'll wait for 1.1.x for that. We do not want to do much > cleanup work on 1.0.x anyway... Is 1.1.x in CVS only or can I get it as a tarball anywhere to try i

Re: lyx-1.0.3 compile fails on Solaris 2.6 with Sun CC 5.0

1999-06-03 Thread Jochen Kmietsch
Hello again ! On 03-Jun-99 Jean-Marc Lasgouttes wrote (concerning Re: lyx-1.0.3 compile fails on Solaris 2.6 with Sun CC 5.0): > Jochen> Hi Folks ! It's me again :) The VSPACE problem does not > Jochen> appear anymore but now I get > OK, One problem solved :) Thanks again for the quick work on

lyx-1.0.3 compile fails on Solaris 2.6 with Sun CC 5.0

1999-06-02 Thread Jochen Kmietsch
Hi Folks ! It's me again :) The VSPACE problem does not appear anymore but now I get CC -c -O -I. -I. -I../images -I/usr/local/include-I/usr/openwin/include insetlatexaccent.C "insetlatexaccent.C", line 227: Error: Overloading ambiguity between "operator+(const LString&, const long&)" and

Re: lyx 1.0.2 compile fails on Solaris 2.6 with Sun CC 5.0

1999-05-20 Thread Jochen Kmietsch
On 20-May-99 Jean-Marc Lasgouttes wrote (concerning Re: lyx 1.0.2 compile fails on Solaris 2.6 with Sun CC 5.0): > Ouch! Your compiler is *really* fussy! If it breaks on this kind of > things, we are probably in trouble. You might want to see in the man > page whether there are some compiler swi

Re: lyx 1.0.2 compile fails on Solaris 2.6 with Sun CC 5.0

1999-05-20 Thread Jochen Kmietsch
On 20-May-99 Jean-Marc Lasgouttes wrote (concerning Re: lyx 1.0.2 compaile fails on Solaris 2.6 with Sun CC 5.0): > It comes from the compiler, I guess. As an experiment, can you replace > in lyx_cb.C all occurences of "VSpace::NONE" with "VSpace()"? I think > it will work. Tell us what happens.

lyx 1.0.2 compaile fails on Solaris 2.6 with Sun CC 5.0

1999-05-20 Thread Jochen Kmietsch
Hello ! I am trying to compile lyx 1.0.2 on SunOS 5.6 (aka Solaris 2.6, if I got that right), using Sun CC 5.0 and it fails with CC -c -O -I. -I. -I../images -I/usr/local/include-I/usr/openwin/include lyx_cb.C "lyx_cb.C", line 3104: Error: Cannot cast from int to VSpace. "lyx_cb.C", line 3