Now I successfully suceed in correcting the problem, thanks again for
your help ;-)
Daniel
On 2/17/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
Hello Daniel,
* Daniel wrote on Sat, Feb 17, 2007 at 02:10:55PM CET:
>
> The process signals me some errors, one of these is related to autoheader.
Hello Daniel,
* Daniel wrote on Sat, Feb 17, 2007 at 02:10:55PM CET:
>
> The process signals me some errors, one of these is related to autoheader.
[... snipping everything but the interesting warning ...]
> autoheader: warning: missing template: WORDS_BIGENDIAN
> autoheader: Use AC_DEFINE([WORD
hi to all,
I'm working on a routers' firmware and I'm correcting some small
errors on the build process (maybe due to my environment).
The process signals me some errors, one of these is related to autoheader.
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
auto
> "Ben" == Ben Pfaff <[EMAIL PROTECTED]> writes:
Ben> autoheader from Autoconf 2.53 was griping about --warnings=
Ben> and -W . It looks like the getopt() call was wrong:
Thanks, that patch has been applied yesterday :)
--
Ashamed.
autoheader from Autoconf 2.53 was griping about --warnings=
and -W . It looks like the getopt() call was wrong:
--- tmp/autoconf-2.53/bin/autoheader.in Fri Mar 8 03:52:41 2002
+++ autoconf-2.53/bin/autoheader.in Tue Apr 23 11:26:59 2002
@@ -103,7 +103,7 @@
my $srcdir;
getopt ('I|inc
Wayne F Davis <[EMAIL PROTECTED]> writes:
> I'm getting the following error when running autoheader:
> $ autoheader
> /usr/bin/autoheader: Symbol `ENABLE_BLOWFISH' is not covered by
> /usr/share/autoconf/acconfig.h
> I have the following in my config.h.in:
> #undef ENABLE_BLOWFISH
> Shouldn't t
I'm getting the following error when running autoheader:
$ autoheader
/usr/bin/autoheader: Symbol `ENABLE_BLOWFISH' is not covered by
/usr/share/autoconf/acconfig.h
I have the following in my config.h.in:
#undef ENABLE_BLOWFISH
Shouldn't that fix the problem?
Thanks.
--
Wayne Davis - [EMAIL
On Mar 27, 2001, Akim Demaille <[EMAIL PROTECTED]> wrote:
> * autoheader.sh (config_h): Be robust to new lines when extracting
> the first argument of AC_CONFIG_HEADERS.
> Reported by Lars J. Aas.
Looks good to me, thanks! Except that you may want to quote the $2,
just i
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> The autoheader utility seems to deal fine with
Lars> AC_CONFIG_HEADERS([config.h include/Inventor/SbBasic.h
Lars> include/Inventor/system/inttypes.h])
Lars> but not with
Lars> AC_CONFIG_HEADERS([ config.h include/Inventor/SbBasic.h
La
The autoheader utility seems to deal fine with
AC_CONFIG_HEADERS([config.h include/Inventor/SbBasic.h
include/Inventor/system/inttypes.h])
but not with
AC_CONFIG_HEADERS([
config.h
include/Inventor/SbBasic.h
i
10 matches
Mail list logo