search for: d_kernel32_

Displaying 4 results from an estimated 4 matches for "d_kernel32_".

2011 Jan 26
1
Wine 1.3.12 build failed on OpenIndiana b148
Starting from version 1.3.12 unable to build Wine. I use /usr/sfw/bin/gcc compiler and gnu ld. For configure script I change only prefix. when i make gmake i get error. ........... gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith -I/usr/sfw/include -I/usr/X11/include -I/usr/include -g -I/usr/sfw/include -I/usr/X11/include -I/usr/include -g -o actctx.o actctx.c gcc -c -I. -I. -I...
2004 Oct 21
6
wine-20041019 build failed
This is my error message: make[2]: Entering directory `/home/jrt/wine-20041019/dlls/kernel' /usr/local/bin/gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -DETCDIR="\"/usr/local/etc\"" -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -I/usr/local/ssl/include -I/usr/gnome2/include -march=k6-3 -mtune=k6-3 -O2 -o heap.o heap.c heap.c: In function `GlobalLock': heap.c:252...
2005 Sep 07
1
Error compiling Wine on Mac OS X 10.4
...I better try to build my own. I did apply the patches mentioned on the Darwine website. Below is the end of the make results (I've tried both the tools/wineinstaller and manually doing the build process with the same results: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -DETCDIR="\"/usr/local/etc\"" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -ffixed-r13 -no-cpp-precomp -D__powerpc__ -o instr.o instr.c instr.c: In function 'INSTR_EmulateInstruction': instr.c:573: warning: passing argument 2 of...
2009 Aug 24
1
Compile wine source from git "Try using a Unicode string"
...LAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v make depend goes fine but make ends up with : Code: LD_LIBRARY_PATH="../../libs/wine:$LD_LIBRARY_PATH" ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -folocale_rc.res locale_rc.rc Source: ?Q?? a4 51 a4 eb Unicode: 5341 6708 Back: ?$? a2 cc a4 eb nls/cht.nls:84:16: Error: String ?Q?? does not convert identically to Unicode and back in codepage 950. Try using a Unicode string instead make[2]: *** [locale_rc.res] Error 1 make[2]: Leaving director...