http://bugs.winehq.org/show_bug.cgi?id=20476
Summary: configure uses GCC's keyword typeof Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: yann@droneaud.fr
configure script uses typeof() which is a GCC extension not available in C99.
Running configure script with a C99 compliant compiler (eg gcc --std=c99) reports errors about missing libs/features.
http://bugs.winehq.org/show_bug.cgi?id=20476
Yann Droneaud yann@droneaud.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |20474
--- Comment #1 from Yann Droneaud yann@droneaud.fr 2009-10-26 11:01:24 --- Related to bug #20474
http://bugs.winehq.org/show_bug.cgi?id=20476
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.32
http://bugs.winehq.org/show_bug.cgi?id=20476
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=20476
--- Comment #2 from Austin English austinenglish@gmail.com 2011-10-02 13:42:18 CDT --- For me, breaks: configure: libxrandr development files not found, XRandr won't be supported. configure: libxinerama development files not found, multi-monitor setups won't be supported. configure: libgnutls development files not found, no schannel support.
http://bugs.winehq.org/show_bug.cgi?id=20476
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2011-10-03 10:04:32 CDT --- Note that we are deliberately using typeof in configure because that's what the code is using too. So it would have to be fixed in the code first.
http://bugs.winehq.org/show_bug.cgi?id=20476
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to comment #2)
For me, breaks: configure: libxrandr development files not found, XRandr won't be supported. configure: libxinerama development files not found, multi-monitor setups won't be supported. configure: libgnutls development files not found, no schannel support.
Still in wine-1.7.11-206-g82b3813
https://bugs.winehq.org/show_bug.cgi?id=20476
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #5 from André H. nerv@dawncrow.de --- wine-1.7.29-7-g9a26f0f :
configure: libxrandr development files not found, XRandr won't be supported. configure: libxinerama development files not found, multi-monitor setups won't be supported. configure: pcap development files not found, wpcap won't be supported.
configure: WARNING: libgnutls development files not found, no schannel support.