[Bug 35941] New: ncurses is installed but not detected by configure.

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 7 12:53:07 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=35941

            Bug ID: 35941
           Summary: ncurses is installed but not detected by configure.
           Product: Wine
           Version: unspecified
          Hardware: x86
                OS: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build-env
          Assignee: wine-bugs at winehq.org
          Reporter: carlo.bramix at libero.it

The configure script does not find the ncurses includes and libraries, although
they are installed. This happens because the script simply checks for
ncurses.h, while it stays in ncurses/ncurses.h in my system.
Instead of doing this "raw" test, configure must use pkgconfig for checking the
presence of ncurses and getting its CFLAGS and LIBS options.
The "raw" test could be eventually left as last resort, if pkgconfig won't
provide the package.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list