Well, it keeps getting a little further along before it gets into trouble. The was an 'authors' file but lower case not 'AUTHORS' so I copied that to new file 'AUTHORS'. Now I'm getting: First: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o ../../controls/combo.o ../../controls/combo.c ../../controls/combo.c: In function 'COMBO_Command': ../../controls/combo.c:1436: warning: case label value is less than minimum value for type & several other similar warnings then finally: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o ../../controls/desktop.o ../../controls/desktop.c gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o ../../controls/edit.o ../../controls/edit.c ../../windows/winproc.c:1761: warning: pointer targets in passing argument 3 of 'MultiByteToWideChar' differ in signedness ../../windows/winproc.c:1770: warning: pointer targets in passing argument 3 of 'MultiByteToWideChar' differ in signedness ../../windows/winproc.c: In function 'WINPROC_MapMsg32ATo16': ../../windows/winproc.c:2002: error: invalid lvalue in increment ../../windows/winproc.c:2145: error: invalid lvalue in increment ../../windows/winproc.c: In function 'WINPROC_MapMsg32WTo16': ../../windows/winproc.c:2619: warning: pointer targets in passing argument 5 of 'WideCharToMultiByte' differ in signedness ../../windows/winproc.c:2625: warning: pointer targets in passing argument 5 of 'WideCharToMultiByte' differ in signedness ../../windows/winproc.c:2634: warning: pointer targets in passing argument 5 of 'WideCharToMultiByte' differ in signedness ../../windows/winproc.c:2644: warning: pointer targets in passing argument 5 of 'WideCharToMultiByte' differ in signedness make[2]: *** [../../windows/winproc.o] Error 1 make[2]: Leaving directory `/mnt/hdb3/home/crashedagain/wine-20040121/dlls/user' make[1]: *** [user/__install__] Error 2 make[1]: Leaving directory `/mnt/hdb3/home/crashedagain/wine-20040121/dlls' make: *** [dlls/__install-lib__] Error 2 root@desktop:/mnt/hdb3/home/crashedagain/wine-20040121# There are a few other similar "pointer targets in passing argument 5 of 'xxxxxxxx' differ in signedness" warnings before these ones. As you can tell, I haven't really got a clue what I'm doing, I really appreciate the help. Thanks _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users