https://bugs.winehq.org/show_bug.cgi?id=37254
Bug ID: 37254 Summary: server/curses.c fails to build on NetBSD 6.1.4 Product: Wine Version: 1.7.26 Hardware: x86 OS: NetBSD Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
gcc -c -o curses.o curses.c -I. -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer -g -O2 curses.c:102:1: error: 'getmouse' undeclared here (not in a function) curses.c:102:1: warning: type defaults to 'int' in declaration of 'p_getmouse' curses.c:128:1: error: 'acs_map' undeclared here (not in a function) curses.c:128:1: warning: type defaults to 'int' in declaration of 'p_acs_map'
https://bugs.winehq.org/show_bug.cgi?id=37254
--- Comment #1 from Henri Verbeet hverbeet@gmail.com --- Are you sure that's not wineconsole?
https://bugs.winehq.org/show_bug.cgi?id=37254
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wineserver |programs Summary|server/curses.c fails to |wineconsole/curses.c fails |build on NetBSD 6.1.4 |to build on NetBSD 6.1.4
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Henri Verbeet from comment #1)
Are you sure that's not wineconsole?
It is, thanks.
https://bugs.winehq.org/show_bug.cgi?id=37254
--- Comment #3 from Austin English austinenglish@gmail.com --- Created attachment 49556 --> https://bugs.winehq.org/attachment.cgi?id=49556 hacky patch to compile
This lets it compile, but breaks wineconsole.
https://bugs.winehq.org/show_bug.cgi?id=37254
--- Comment #4 from Austin English austinenglish@gmail.com --- http://source.winehq.org/git/wine.git/commitdiff/70d497943759599d980ea7d22d9...
is a partial fix, but the acs_map issue remains.
https://bugs.winehq.org/show_bug.cgi?id=37254
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |jacek@codeweavers.com Status|NEW |RESOLVED Fixed by SHA1| |05628e169db4c8aa4ad36953d07 | |b13d71ff3a5e0
--- Comment #5 from Jacek Caban jacek@codeweavers.com --- Fixed in git: https://source.winehq.org/git/wine.git/commitdiff/05628e169db4c8aa4ad36953d0...
https://bugs.winehq.org/show_bug.cgi?id=37254
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.18.