Re: Building Libreoffice 3.6 on OpenIndiana x86 with GCC

2012-06-21 Thread Jonathan Adams
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

Re: Building Libreoffice 3.6 on OpenIndiana x86 with GCC

2012-06-21 Thread Michael Stahl
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

Re: Building Libreoffice 3.6 on OpenIndiana x86 with GCC

2012-06-16 Thread Jonathan Adams
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

Re: Building Libreoffice 3.6 on OpenIndiana x86 with GCC

2012-06-15 Thread Matúš Kukan
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

Building Libreoffice 3.6 on OpenIndiana x86 with GCC

2012-06-15 Thread Jonathan Adams
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