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.
Hello again and thanks for the quick reply ! Here is what I get now:
CC -c -O -D __EXTENSIONS__ -I. -I. -I../images -I/usr/local/include
-I/usr/openwin/include lyx_cb.C
"lyx_cb.C", line 1479: Error: An integer constant expression is required for a case
label.
"lyx_cb.C", line 1483: Error: Case label defined twice.
"lyx_cb.C", line 1514: Error: An integer constant expression is required for a case
label.
"lyx_cb.C", line 1518: Error: Case label defined twice.
4 Error(s) detected.
*** Error code 4
make: Fatal error: Command failed for target `lyx_cb.o'
Jochen
---