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
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.