Hi, Rainer Tammer <[EMAIL PROTECTED]> writes:
> Ludovic Courtès wrote: >> So what does "grep inline config.log" show?! >> > There is a "inline" but this version is not compatible... Note that this does not answer my question. :-) > The "inline" produces the following error: > > "strings.c", line 132.10: 1506-780 (S) Reference to "scm_double_cell" > with internal linkage is not allowed within inline definition of > "scm_i_take_stringbufn". Yes, this is fixed in the forthcoming 1.8.4 (hopefully released later today). > /* Define to 1 if you have the `hstrerror' function. */ > #define HAVE_HSTRERROR 1 Then you should only get a warning at compilation-time about `hstrerror ()' being undeclared, but the build process should continue and Guile should link fine. I'm reluctant to adding a `#define _USE_IRS' without any compelling reason, since (i) the leading underscore makes it look like an internal macro, and (ii) I don't know what it's really supposed to do. Thanks, Ludovic.
