Ken Raeburn <raeb...@raeburn.org> writes: > ../../guile-readline/../libguile/strings.h:26:21: error: uniconv.h: No > such file or directory > > Neither the path specified for libgmp nor the path specified for > libunistring at configure time is included here.
Arrrrg, that's what I feared with the inclusion of libunistring headers in Guile's public headers. Mike: can you fix it one way or another? Solutions are: 1. Fix `guile.pc' to have "-I${libunistring}", and fix guile-readline CPPFLAGS as well. 2. Or just don't include <uniconv.h> in public headers. This means you have to declare, say, `scm_t_string_failed_conversion_handler' as a replacement for `iconv_ilseq_handler'. I would prefer #2 for reasons explained in another message. Thanks in advance! Ludo'.