Hi Mat, *,
On Fri, Apr 12, 2013 at 11:49 PM, Mat M <matm@gmx.fr> wrote:
Le Fri, 12 Apr 2013 13:30:55 +0200, Michael Stahl <mstahl@redhat.com> a écrit:
On 11/04/13 00:29, Mat M wrote:
So SRCDIR stops at langtag, but lt-database.c is in liblangtag, but we also
see make entering liblangtag subdir. The langtag Makefile needs a fix ?
current directory is not the problem (you can stick
char cCurrentPath[FILENAME_MAX];
GetCurrentDirectory(FILENAME_MAX,cCurrentPath);
cerr << "working directory: "<< cCurrentPath << endl;
into the wrapper to double-check)
The Problem is the quoted defines like these:
-DBUILDDIR=\"/cygdrive/d/src/libo/workdir/wntmsci13.pro/UnpackedTarball/langtag\"
-DSRCDIR=\"/cygdrive/d/src/libo/workdir/wntmsci13.pro/UnpackedTarball/langtag\"
-DREGDATADIR=\"/usr/local/share/liblangtag\"
-DLANGTAG_EXT_MODULE_PATH=\"/usr/local/lib/liblangtag\"
-ID:/src/libo/workdir/wntmsci13.pro/UnpackedTarball/xml2/include
-DG_LOG_DOMAIN=\"LangTag\"
That make ccache fail. I submitted a patch to disable ccache for liblangtag:
https://gerrit.libreoffice.org/3760
The other modules that use gcc-wrapper are not affected, so I think it
is OK to just disable ccache for that specific one. But of course a
patch to ccache would be better :-))
(or gcc-wrapper - didn't bother to check who is at fault - took me
enough time to figure out what makes it fail :-))
ciao
Christian
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.