Hi,

> recutils: FTBFS: getopt.h:26:18: fatal error: stdc.h: No such file or 
> directory

 /usr/include/bash/include/stdc.h    bash-builtins [not ia64, s390, sparc]
 /usr/include/bash/stdc.h            bash-builtins [arm64, sparc, ia64, s390]

BASH_HEADERS is set to /usr/include/bash, so presumably it would not FTBFS
on all archs.

Also see configure.ac:

155 dnl It would be much better to use AC_CHECK_HEADER([bash/config.h]) instead
156 dnl of a fixed value like /usr/include/bash, but then it would be difficult
157 dnl to set a proper search path for the preprocessor, since the bash
158 dnl headers which are needed to compile loadable builtins are not
159 dnl very well designed.
160 
161 BASH_HEADERS=/usr/include/bash
162 AC_ARG_WITH([bash-headers],
163             AS_HELP_STRING([--with-bash-headers],
164                            [location of the bash header files (default is 
/usr/include/bash)]),
165             [BASH_HEADERS=$withval],)
166 


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Reply via email to