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'