Re: [Libreoffice] [Patch] it needs to be check by libreoffice guru
Jan Holesovsky
kendy at suse.cz
Fri May 27 14:07:01 PDT 2011
Hi Dimitri,
On 2011-05-16 at 16:32 +0200, Dimitri Duc wrote:
> At compile time, I got a linking error in desktop/unx/source folder. Compiler cannot linked splashx.o to X11 library because X11LINK_DYNAMIC is equal to nothing.
>
> So, I made a change in desktop/unx/source/makefile.mk:
>
> .IF "$(OS)"=="MACOSX"
> .IF "$(GUI)"=="UNX"
> X11LINK_DYNAMIC=-L/usr/X11/lib -lX11
> .ENDIF
> .ENDIF
I am not a Mac expert, but I'd say we don't want to link against X11 on
Mac - either we should have a native Mac implementation of oosplash.bin,
or we shouldn't use it at all; or at least display nothing, and use it
only to speedup the 2nd start...
Regards,
Kendy
More information about the LibreOffice
mailing list