<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 10 Oct 2016, at 21:43, Ashod Nakashian <<a href="mailto:ashnakash@gmail.com" class="">ashnakash@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi Pierre,<br class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sat, Oct 8, 2016 at 11:38 AM, Pierre Lepage <span dir="ltr" class=""><<a href="mailto:pierrelepage3@gmail.com" target="_blank" class="">pierrelepage3@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">OK. I understood. Changes are in the include directory. And there, there is no Makefile for just recompile this directory. So, I must recompile the whole thing. Not just the basic directory.<br class=""></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br class=""></div></div></div></blockquote><div class=""><br class=""></div><div class="">You need to invoke make from the root of the source (normally). But you can compile specific libraries if you want. You can use 'make <library name>'.</div><div class=""><br class=""></div><div class="">But I strongly suggest just running make in the source directory, followed by 'make check', before trying anything more advanced. You should get clean results before you move on.</div></div></div></div></div></blockquote>you need to have a complete build before starting only compiling the directory you work in. If you do not have that, first of all make will build a lot more than you expect, and secondly you do not really know if it works.</div><div><br class=""></div><div>Please remember if you do make <foo>, then the executable will not be build, so you cannot test it.</div><div><br class=""></div><div>rgds</div><div>jan I.</div><div><br class=""><blockquote type="cite" class=""><div class="">
_______________________________________________<br class="">LibreOffice mailing list<br class=""><a href="mailto:LibreOffice@lists.freedesktop.org" class="">LibreOffice@lists.freedesktop.org</a><br class="">https://lists.freedesktop.org/mailman/listinfo/libreoffice<br class=""></div></blockquote></div><br class=""></body></html>