Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


thank you, worked a charm ...

After I made that change I had to find out how to tell it to include
the ICU include directory (just modified the includes in
config_host.mk, I'm surprised that it never called icu-config after
finding it)

otoh it is still compiling and I'm a lot closer to a compiling (if not
tested as working) build.

Jon

On 15 June 2012 22:52, Matúš Kukan <matus.kukan@gmail.com> wrote:
On 15 June 2012 17:32, Jonathan Adams <t12nslookup@gmail.com> wrote:
/home/sal/LibreOffice/libo/desktop/Executable_oosplash.mk:83: ***
Cannot link against library/libraries -lsocket. Libraries must be
registered in Repository.mk.  Stop.

Just remove the whole ifeq ($(OS),SOLARIS) ... endif part
from desktop/Executable_oosplash.mk

my question is, how do I tell "Repository.mk" that it should be using
"-lsocket" in tail_build ?

It's registered in solenv/gbuild/platform/solaris.mk, see
gb_Library_PLAINLIBS_NONE.
It's also in gb_STDLIBS, so we link against it ~all the time.
If there is no gb_STDLIBS in makefile and you want to add -lsocket,
just add 'socket' into gb_Foo_use_libraries.

Best,
Matus

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.