http://bugs.winehq.org/show_bug.cgi?id=2088
Summary: make fails: keyboard.c:2128 error Product: Wine Version: 20040309 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ports AssignedTo: wine-bugs@winehq.org ReportedBy: ariszlo@freemail.hu
Tried to compile Wine for Yoper 1rc4 but make failed with the following error message:
keyboard.c: In function `X11DRV_ToUnicodeEx': keyboard.c:2128: `XK_EuroSign' undeclared (first use in this function) keyboard.c:2128: (Each undeclared identifier is reported only once keyboard.c:2128: for each function it appears in.) make[2]: *** [keyboard.o] Error 1 make[2]: Leaving directory `/root/packages/wine-20040309/dlls/x11drv' make[1]: *** [x11drv] Error 2 make[1]: Leaving directory `/root/packages/wine-20040309/dlls' make: *** [dlls] Error 2
What should I install or configure before compiling Wine?