From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx.stare.cz (mx.stare.cz [79.98.77.229]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id 834fd269 for ; Wed, 6 Apr 2016 09:16:14 -0500 (EST) Received: from www.stare.cz (localhost [127.0.0.1]) by www.stare.cz (OpenSMTPD) with ESMTP id 7d4f777c for ; Wed, 6 Apr 2016 16:16:14 +0200 (CEST) Date: Wed, 6 Apr 2016 16:16:14 +0200 From: hans To: discuss@mdocml.bsd.lv Subject: system without ohash.h has HAVE_OHASH Message-ID: <20160406141614.GA73612@www.stare.cz> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Hi Ingo, I am trying to compile mdocml (a fresh cvs checkout) on a system withou ohash, namely CentOS 6.6. Here is my configure.local PREFIX="${HOME}" HAVE_MANPATH=1 BUILD_DB=0 BUILD_CGI=0 HAVE_OHASH=0 However, ./configure thinks HAVE_OHASH=1, because if [ ${BUILD_DB} -eq 0 ]; then HAVE_OHASH=1 I believe that's broken: "doesn't want the databases" -> we HAVE_OHASH - but we don't. The compilation fails with In file included from tag.c:30: mandoc_ohash.h:18:19: error: ohash.h: No such file or directory Even the explicit HAVE_OHASH=0 does not fix it - it gets overwritten by ./configure and config.h ends up with #define HAVE_OHASH 1 Jan -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv