From MAILER-DAEMON Wed Feb 07 09:27:59 2018 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ejQha-0001RM-Va for mharc-bug-zile@gnu.org; Wed, 07 Feb 2018 09:27:59 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejIVo-0005qL-TF for bug-zile@gnu.org; Wed, 07 Feb 2018 00:43:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejIVo-0005xO-3x for bug-zile@gnu.org; Wed, 07 Feb 2018 00:43:16 -0500 Received: from mail-ot0-x234.google.com ([2607:f8b0:4003:c0f::234]:43115) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejIVn-0005wB-UL for bug-zile@gnu.org; Wed, 07 Feb 2018 00:43:16 -0500 Received: by mail-ot0-x234.google.com with SMTP id q12so4074815otg.10 for ; Tue, 06 Feb 2018 21:43:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to; bh=08ZgAhdFFR1GSocJypfH9zyLCgx6lRK4OLNVIXlp57c=; b=HezhyALspusu5diyejx9LMK15j4jZ3cnRmvWV6JL/vHjcI+IAMfk5ZrM6LRMXkBXG0 ruvnMRVOyXixZPtq0TadT1VTjwAAvkZHoBeMLFkaJxAd3jn1U1jPFNaLpRwA33bCDo1p atEAxk5ud7lJ7RwTLKdlG9r2FCijc/BwbzZ/AwQK5stsD3cB/TX2QEt1NKuqjlrcfNcj lrOV0TferBp0MFA5x21YS61MnVkkzbtnQkxZQxbhj3GQtY1ydUMsFTtSAPF5fXyYvjpU qd0X9kO78EyqeOnWFlRgalIfrE3KYT2LzH/N4fJP05fD199a/ekY1vnMrDjB0SxPBxQQ xGlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=08ZgAhdFFR1GSocJypfH9zyLCgx6lRK4OLNVIXlp57c=; b=JhO4vPNWNel8bIkc5s4om8+fGrWVcgVuDBSqOkUGbL3lDF16e8q5P6/PG1NB924jGR WoyDxzVrNMiXB/3+gSZLNH6gTQAk7omInJgH2FOEbaFMfLlQfQszwxPV+t26I1c6tim3 zM2G5K5uTOfkd9OmzEZvqQT7PcVM3cePq91WdZacF3STfhZFAhO+o3nkyVHCJqfoOYtx jfhdirdN7V5o4JtI0PcbJlGtNQ4+JgwBF1T5ztB7yZXTy4QSktpOmfMmcmcwu+WA7Rhh 0ONyru1ZZ4tWctvyvTlDfiKWC7eiSTOfgjd0+yPWxdwJcUn1fd/hMeFHjOKRpiprrknk rX8g== X-Gm-Message-State: APf1xPDbapWHEC3T3T4JLrijmfuAsu/36HR5jET3FaGFNXZS94S6uQMb SWomhceE6RUC0Hym1NX4Nclz6YedfNC3XQhk8qQO9B3b X-Google-Smtp-Source: AH8x224pHv7nAcdlznhRKJLkynGIIVxlCHJ6yDS5qe1W2JOiO3RLEbNBqc5e2R5bSl2u35y4YzK1acg/xHspVZkt4HU= X-Received: by 10.157.32.193 with SMTP id x59mr3286198ota.18.1517982194720; Tue, 06 Feb 2018 21:43:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.74.57.24 with HTTP; Tue, 6 Feb 2018 21:43:14 -0800 (PST) Reply-To: noloader@gmail.com From: Jeffrey Walton Date: Wed, 7 Feb 2018 00:43:14 -0500 Message-ID: To: bug-zile@gnu.org Content-Type: text/plain; charset="UTF-8" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4003:c0f::234 X-Mailman-Approved-At: Wed, 07 Feb 2018 09:27:57 -0500 Subject: [Bug-zile] Configure can't find Termcap in /usr/local X-BeenThere: bug-zile@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2018 05:43:17 -0000 My environment is: PKGCONFIG: /usr/local/lib/pkgconfig CPPFLAGS: -I/usr/local/include -DNDEBUG CFLAGS: -g2 -O2 -march=native -fPIC CXXFLAGS: -g2 -O2 -march=native -fPIC LDFLAGS: -L/usr/local/lib -Wl,-R,/usr/local/lib -Wl,--enable-new-dtags LIBS: -ldl -lpthread My Configure is: $ ./configure --prefix=/usr/local --libdir=/usr/local/lib64 --enable-shared --enable-threads=posix Make'ing results in: ... CC src/term_redisplay.o CC src/term_curses.o src/term_curses.c:36:4: error: #error "SysV or X/Open-compatible Curses header file required" # error "SysV or X/Open-compatible Curses header file required" ^~~~~ src/term_curses.c:38:10: fatal error: term.h: No such file or directory #include ^~~~~~~~ compilation terminated. term.h is in /usr/local: $ find /usr/local -name term.h /usr/local/include/ncursesw/term.h I was not sure how --with-ncurses and --without-ncursesw interacted, so I did not use them. It seems like ncursesw is used unless disabled using --without-ncursesw. Any ideas? Thanks in advance. Jeff