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
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
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