Le 05/10/2013 14:39, Vincent van Ravesteijn a écrit :
If it works, we can adapt the trick used in libcurl:
m4_ifdef([_AM_PROG_CC_C_O],
[
AM_INIT_AUTOMAKE([subdir-objects])
],[
AM_INIT_AUTOMAKE
])dnl
This allows to use subdir-objects only with version 1.14, where this
_AM_PROG_CC_C_O got introdu
Op 30-9-2013 17:49, Jean-Marc Lasgouttes schreef:
29/09/2013 17:57, Vincent van Ravesteijn:
Op 17-8-2013 11:38, Jürgen Spitzmüller schreef:
It stops at .deps/AppleSpellChecker.Po and other .deps/*.Po which are
unknown.
Jürgen
This still fails for me.
Is anyone around who knows how to fix thi
29/09/2013 17:57, Vincent van Ravesteijn:
Op 17-8-2013 11:38, Jürgen Spitzmüller schreef:
It stops at .deps/AppleSpellChecker.Po and other .deps/*.Po which are
unknown.
Jürgen
This still fails for me.
Is anyone around who knows how to fix this ?
I did some searching and, amazingly, there is
Op 17-8-2013 11:38, Jürgen Spitzmüller schreef:
It stops at .deps/AppleSpellChecker.Po and other .deps/*.Po which are unknown.
Jürgen
The culprit seems to be the following line in the output of "make
distclean":
rm -rf ../.deps ../graphics/.deps ../insets/.deps .deps
while being in the direc
Op 29-9-2013 18:50, Jürgen Spitzmüller schreef:
Vincent van Ravesteijn wrote:
This still fails for me.
Is anyone around who knows how to fix this ?
Last time, removing subdir-objects from AM_INIT_AUTOMAKE in configure.ac
helped.
Jürgen
Well, I just added this again.
So.. does this mean we
Vincent van Ravesteijn wrote:
> This still fails for me.
>
> Is anyone around who knows how to fix this ?
Last time, removing subdir-objects from AM_INIT_AUTOMAKE in configure.ac
helped.
Jürgen
Op 17-8-2013 11:38, Jürgen Spitzmüller schreef:
It stops at .deps/AppleSpellChecker.Po and other .deps/*.Po which are unknown.
Jürgen
This still fails for me.
Is anyone around who knows how to fix this ?
Vincent