search for: dnonamelessstruct

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

2002 Dec 07
1
need help installing wine...Please!
...ot run at all", but stills has problems. When i run wineinstall now it starts doing its magic but stops with this error. Compiling regedit... gcc -c -I. -I. -I../../include -I../../include -I../../include/msvcrt -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT -o regedit.o regedit.c gcc -c -I. -I. -I../../include -I../../include -I../../include/msvcrt -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT -o regproc.o regproc.c cd ../../tools && make `basename ../../tools/wineb...
2002 Jul 14
6
20020710 & winetest
...20710 does not.) wine 20020710 make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT `perl -MExtUtils::Embed -e ccflags` -D_REENTRANT -I/usr/X11R6/include -o winetest.o winetest.c winetest.c:27: EXTERN.h: No such file or directory winetest.c:28: perl.h: No such file or directory make[2]: *** [winetest.o] Error 1 make[2]: Leaving directory `/home/hurtta/game/wine-20020710/programs/...
2001 Nov 28
1
wine's winhelp doesn't compile
Hi, using latest cvs code, i can't compile the winhelp program. There's a conflict for the gethostname fonction : gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT -I/usr/X11R6/include -o lex.yy.o lex.yy.c In file included from ../../include/winsock2.h:30, from ../../include/windows.h:39, from macro.h:7, from ./macro.lex.l:10: ../../include/winsock.h:886: conflicting types for `gethostname'...
2002 Mar 04
1
String Resources & Popup Problem
...{ MENUITEM "&New...", 0x100 En.rc is included by #include "En.rc" in rsrc.rc. And gcc complies about it when compiling : [syl@snoop notepad]$ make gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT -I/usr/X11R6/include -o language.o language.c language.c: In function `LANGUAGE_LoadMenus': language.c:98: `MAIN_MENU' undeclared (first use in this function) > I would recommend to have a look at > dlls/user/resources/user32.rc, > user32_xx.rc and try to use the sam...