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
After a long time of leaving it, I recently tried to compile
LibreOffice again from updated source.
the ICU that needs to be compiled in 3.6 does not compile on
Solaris/OpenIndiana ... I have managed to get the latest source
(icu4c) from icu-project and fix it so that it compiles on Solaris
with