[Bug 35941] New: ncurses is installed but not detected by configure.
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(a)winehq.org Reporter: carlo.bramix(a)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.
http://bugs.winehq.org/show_bug.cgi?id=35941 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source --- Comment #1 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- If you know how to fix it then please see http://wiki.winehq.org/SubmittingPatches -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35941 Sergey Isakov <isakov-sl(a)bk.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl(a)bk.ru --- Comment #2 from Sergey Isakov <isakov-sl(a)bk.ru> --- I found no problem --- configure:6734: checking ncurses.h usability configure:6734: gcc-4.2 -m32 -c -arch i386 -m32 -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -I/opt/WineskinS2/include -I/opt/WineskinS2/include conftest.c >&5 configure:6734: $? = 0 configure:6734: result: yes configure:6734: checking ncurses.h presence configure:6734: gcc-4.2 -m32 -E -I/opt/WineskinS2/include conftest.c configure:6734: $? = 0 configure:6734: result: yes configure:6734: checking for ncurses.h configure:6734: result: yes --- -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35941 --- Comment #3 from Carlo Bramini <carlo.bramix(a)libero.it> --- I tried to configure and compile the latest trunk and now the ncurses are correctly detected. Perhaps something has been changed in the detection of ncurses in configure script, from the time I had written this issue... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35941 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> --- Hi, Carlo. Could you check if it was fixed with http://source.winehq.org/git/wine.git/commit/8d4e1fa7d77636a88651c9d48a48d39... Try to revert this commit and see if it breaks again. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35941 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net, | |super_man(a)post.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35941 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Version|unspecified |1.7.16 Resolution|--- |FIXED --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, no further response from OP, resolving 'FIXED'. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35941 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8d4e1fa7d77636a88651c9d48a4 | |8d39fab931c49 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35941 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.8-rc3. -- 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.
participants (1)
-
wine-bugs@winehq.org