<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 4, 2014 at 1:00 PM, Michael Stahl <span dir="ltr"><<a href="mailto:mstahl@redhat.com" target="_blank">mstahl@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 04/03/14 06:59, Sandeep K Chaudhary wrote:<br>
> Hi Michael,<br>
><br>
> thanks for the reply !<br>
><br>
> Here is the o/p for the three grep commands, and 'make l10ntools<br>
> PARALLELISM=1 VERBOSE=t'<br>
><br>
> sandeep@ubuntu:~/libreoffice$ grep LIBXML <a href="http://config_host.mk" target="_blank">config_host.mk</a><br>
</div>> <<a href="http://config_host.mk" target="_blank">http://config_host.mk</a>><br>
<div>> export LIBXML_CFLAGS=$(gb_SPACE)-isystem/usr/local/include/libxml2<br>
> export LIBXML_JAR=<br>
> export LIBXML_LIBS=$(gb_SPACE)-L/usr/local/lib -lxml2<br>
> export SYSTEM_LIBXML=TRUE<br>
> sandeep@ubuntu:~/libreoffice$ grep LIBXSLT <a href="http://config_host.mk" target="_blank">config_host.mk</a><br>
</div>> <<a href="http://config_host.mk" target="_blank">http://config_host.mk</a>><br>
<div>> export LIBXSLT_CFLAGS=$(gb_SPACE)-isystem/usr/local/include/libxml2<br>
> export LIBXSLT_LIBS=$(gb_SPACE)-L/usr/local/lib -lxslt -lxml2<br>
> export LIBXSLT_MAJOR=<br>
> export SYSTEM_LIBXSLT=TRUE<br>
> export SYSTEM_LIBXSLT_FOR_BUILD=TRUE<br>
> sandeep@ubuntu:~/libreoffice$ grep LIBEXSLT <a href="http://config_host.mk" target="_blank">config_host.mk</a><br>
</div>> <<a href="http://config_host.mk" target="_blank">http://config_host.mk</a>><br>
<div>> export LIBEXSLT_CFLAGS=$(gb_SPACE)-isystem/usr/local/include/libxml2<br>
> export LIBEXSLT_LIBS=$(gb_SPACE)-L/usr/local/lib -lexslt -lxslt -lxml2<br>
<br>
</div>i wonder why you've got these /usr/local paths in there - do you have<br>
some custom built libxml2/libxslt installed in /usr/local, or does<br>
"xml2-config --libs" really output that on Ubuntu? (which would be<br>
surprising, but then again, it's Ubuntu...)<br></blockquote><div><br></div><div>Yes, I have custom built libxml2 installed. It's required for my work. What should be the workaround?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><br>
> sandeep@ubuntu:~/libreoffice$ make l10ntools PARALLELISM=1 VERBOSE=t<br>
> cd /home/sandeep/libreoffice/l10ntools && /usr/bin/make -j 1 -r<br>
> [build PKG] icu<br>
> make[1]: Entering directory `/home/sandeep/libreoffice/l10ntools'<br>
> /home/sandeep/libreoffice/solenv/gbuild/Package.mk:81: *** Something<br>
> depends on package icu which does not exist.. Stop.<br>
> make[1]: Leaving directory `/home/sandeep/libreoffice/l10ntools'<br>
> make: *** [l10ntools] Error 2<br>
<br>
</div>hmmm that was not enlightening, try:<br>
make l10ntools.all PARALLELISM=1 VERBOSE=t LDFLAGS="-Wl,--trace"<br>
<br>
I will try that. I am not on my computer right now. Will try this, and report back.</blockquote><div><br></div><div>Thanks,</div><div>Sandeep.</div></div></div></div>