[email protected] (Ludovic Courtès) writes: > Hi Giuseppe, > > Giuseppe Scrivano <[email protected]> writes: > >> this is the error I get inside libguile/ on a pristine `master': >> >> gen-scmconfig.c:128:21: error: uniconv.h: No such file or directory > > <uniconv.h> comes from GNU libunistring. So it looks like we got the > CPPFLAGS wrong or something. > > Now, I remember that `configure' won't bail out if libunistring is not > found (but it really should!). Can you grep for "libunistring" in > `config.log'?
This is what I get: ac_cv_libunistring='no, consider installing GNU libunistring' Now I remember that I don't have this same problem on another machine where libunistring is installed. I don't know if there are differences between libunistring and the gnulib modules, in case they are the same wouldn't be better to use the latter, considering that guile is already using gnulib? Cheers, Giuseppe
