In case anyone was interested my git diff to date is attached.
On 21 June 2012 13:27, Michael Stahl wrote:
> On 15/06/12 23:52, Matúš Kukan wrote:
>> On 15 June 2012 17:32, Jonathan Adams wrote:
>>> /home/sal/LibreOffice/libo/desktop/Executable_oosplash.mk:83: ***
>>> Cannot link against library
On 15/06/12 23:52, Matúš Kukan wrote:
> On 15 June 2012 17:32, Jonathan Adams 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 ($(O
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 compilin
On 15 June 2012 17:32, Jonathan Adams 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/Executa