http://bugs.winehq.org/show_bug.cgi?id=18490
adam.bognar@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adam.bognar@hotmail.com
--- Comment #28 from adam.bognar@hotmail.com 2012-09-30 07:20:27 CDT --- Regarding the patch by Naur, I may have done something wrong? I am unable to "make" when compiling the patched wine. I am using Xubuntu 12.04 and I hope someone can help me, terminal error output:
2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o context.o context.c context.c: In function ‘context_create’: context.c:1323:15: warning: missing terminating " character [enabled by default] context.c:1324:10: warning: missing terminating " character [enabled by default] context.c:2499:0: error: unterminated argument list invoking macro "__WINE_DBG_LOG" ../../include/wine/debug.h:88:8: error: ‘__WINE_DBG_LOG’ undeclared (first use in this function) ../../include/wine/debug.h:88:8: note: each undeclared identifier is reported only once for each function it appears in context.c:1323:1: error: expected ‘;’ at end of input context.c:1323:1: error: expected declaration or statement at end of input context.c:1323:1: warning: unused variable ‘__dbcl’ [-Wunused-variable] context.c:1323:1: warning: unused variable ‘__dbch’ [-Wunused-variable] context.c:1323:1: error: expected declaration or statement at end of input context.c:1323:1: error: expected declaration or statement at end of input context.c:1314:9: error: label ‘out’ used but not defined context.c:1281:9: warning: variable ‘hdc’ set but not used [-Wunused-but-set-variable] context.c:1280:11: warning: unused variable ‘ctx’ [-Wunused-variable] context.c:1279:11: warning: unused variable ‘state’ [-Wunused-variable] context.c:1278:9: warning: unused variable ‘swap_interval’ [-Wunused-variable] context.c:1277:18: warning: unused variable ‘s’ [-Wunused-variable] context.c:1276:9: warning: unused variable ‘pixel_format’ [-Wunused-variable] context.c:1275:10: warning: unused variable ‘auxBuffers’ [-Wunused-variable] context.c:1273:34: warning: unused variable ‘color_format’ [-Wunused-variable] context.c: At top level: context.c:833:13: warning: ‘context_update_window’ defined but not used [-Wunused-function] context.c:1088:13: warning: ‘context_enter’ defined but not used [-Wunused-function] context.c:1123:12: warning: ‘context_choose_pixel_format’ defined but not used [-Wunused-function] context.c:1234:13: warning: ‘bind_dummy_textures’ defined but not used [-Wunused-function] context.c: In function ‘context_create’: context.c:1323:1: warning: control reaches end of non-void function [-Wreturn-type] make[1]: *** [context.o] Error 1 make[1]: Leaving directory `/home/.../Desktop/wine-1.4.1/dlls/wined3d' make: *** [dlls/wined3d] Error 2