>>>>> "Michael" == Michael Hanke <[EMAIL PROTECTED]> writes:

Michael> Hallo,

Michael> I tried to compile the above mentioned version on Solaris
Michael> 2.5.1 using the native compiler from workshop 4.2. I got the
Michael> following error message:

Michael> CC -c -xtarget=native -xO4 -I. -I. -I../images
Michael> -I/afs/nada.kth.se/home/num/hanke/Private/include
Michael> -I/usr/local/include -I/usr/openwin/include lyx_gui.C
Michael> "lyx_gui.C", line 163: Error: LyX_XErrHandler(_XDisplay*,
Michael> XErrorEvent*) is expected to return a value.  1 Error
Michael> detected.

Michael> Is there something missing?

It is just that the compiler is overly picky... Try to add a
   return 0;
on line 163 (the very last line of the function, just after the
abort();). Tell us if it works, I'll commit the change.

JMarc

-- 
                +++ the lyx project user mailing list +++
                To unsubscribe from this list send mail to 
                         [EMAIL PROTECTED]
                    with the **Subject** unsubscribe.

Reply via email to