+--On 23 septembre 2015 19:47:54 +0000 Mathieu Arnold via RT wrote: | +--On 23 septembre 2015 16:07:49 +0000 Evan Hunt via RT | wrote: ||> So I'm kinda wondering how I should go on fixing this, before I go on ||> and use a chainsaw with the sources so that it builds. || || It probably wants changing in configure.in by adding a CHECK_HEADERS || macro or two. Where does freebsd 11 keep its readline header file? | | It doesn't. It has libedit, not readline :-) Ok, after a bit more fiddeling with --with-readline, the only way for it to work on 11 is --with-readline=-lreadline and add a dependency on the readline port. It would be nice if it did not bail out if libedit is there but there are no readline headers, disabling the readline bits :-) -- Mathieu Arnold