Re: autoheader problem

2007-02-19 Thread Daniel
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.

Re: autoheader problem

2007-02-17 Thread Ralf Wildenhues
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

autoheader problem

2007-02-17 Thread Daniel
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

Re: patch for autoheader problem with --warnings

2002-04-24 Thread Akim Demaille
> "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.

patch for autoheader problem with --warnings

2002-04-23 Thread Ben Pfaff
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

Re: autoheader problem

2001-10-22 Thread Russ Allbery
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

autoheader problem

2001-10-22 Thread Wayne F Davis
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

Re: autoheader problem

2001-03-27 Thread Alexandre Oliva
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

Re: autoheader problem

2001-03-27 Thread Akim Demaille
> "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

autoheader problem

2001-03-26 Thread Lars J. Aas
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