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@winehq.org Reporter: carlo.bramix@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.
http://bugs.winehq.org/show_bug.cgi?id=35941
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- If you know how to fix it then please see http://wiki.winehq.org/SubmittingPatches
https://bugs.winehq.org/show_bug.cgi?id=35941
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #2 from Sergey Isakov isakov-sl@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 ---
https://bugs.winehq.org/show_bug.cgi?id=35941
--- Comment #3 from Carlo Bramini carlo.bramix@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...
https://bugs.winehq.org/show_bug.cgi?id=35941
--- Comment #4 from Nikolay Sivov bunglehead@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.
https://bugs.winehq.org/show_bug.cgi?id=35941
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net, | |super_man@post.com
https://bugs.winehq.org/show_bug.cgi?id=35941
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Version|unspecified |1.7.16 Resolution|--- |FIXED
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
no further response from OP, resolving 'FIXED'.
Regards
https://bugs.winehq.org/show_bug.cgi?id=35941
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8d4e1fa7d77636a88651c9d48a4 | |8d39fab931c49
https://bugs.winehq.org/show_bug.cgi?id=35941
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.8-rc3.