[Wine] Re: How to recompile Wine on ARM

KenSharp wineforum-user at winehq.org
Sat Apr 30 16:07:46 CDT 2011


In latest git:


Code:
ccache arm-linux-gnueabi-gcc -c -I/home/test/wine-git/dlls/msvcrt -I. -I/home/test/wine-git/include -I../../include  -D__WINESRC__ -D_MT -D_REENTRANT -fPIC -Wall -pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -Wlogical-op  -g -O0 -mcpu=arm7tdmi  -o wcs.o /home/test/wine-git/dlls/msvcrt/wcs.c
In file included from /home/test/wine-git/dlls/msvcrt/wcs.c:38:0:
/home/test/wine-git/dlls/msvcrt/printf.h: In function ‘create_positional_ctx_a’:
/home/test/wine-git/dlls/msvcrt/printf.h:610:13: error: incompatible type for argument 9 of ‘pf_printf_a’
/home/test/wine-git/dlls/msvcrt/printf.h:338:5: note: expected ‘va_list’ but argument is of type ‘void *’
In file included from /home/test/wine-git/dlls/msvcrt/wcs.c:40:0:
/home/test/wine-git/dlls/msvcrt/printf.h: In function ‘create_positional_ctx_w’:
/home/test/wine-git/dlls/msvcrt/printf.h:610:13: error: incompatible type for argument 9 of ‘pf_printf_w’
/home/test/wine-git/dlls/msvcrt/printf.h:338:5: note: expected ‘va_list’ but argument is of type ‘void *’
/home/test/wine-git/dlls/msvcrt/wcs.c: In function ‘MSVCRT_vsprintf_p_l’:
/home/test/wine-git/dlls/msvcrt/wcs.c:886:17: error: incompatible type for argument 9 of ‘pf_printf_a’
/home/test/wine-git/dlls/msvcrt/printf.h:338:5: note: expected ‘va_list’ but argument is of type ‘void *’
/home/test/wine-git/dlls/msvcrt/wcs.c: In function ‘MSVCRT_vswprintf_p_l’:
/home/test/wine-git/dlls/msvcrt/wcs.c:940:17: error: incompatible type for argument 9 of ‘pf_printf_w’
/home/test/wine-git/dlls/msvcrt/printf.h:338:5: note: expected ‘va_list’ but argument is of type ‘void *’









More information about the wine-users mailing list