Howdy,<br><br>I was attempting to run a regression test, and kept running into errors when trying to compile a bisect between wine 0.9.34 and 0.9.35. After trying all sorts of things to fix it, I tried compiling between wine 0.9.34 and the current git, which worked fine, eventually leading me to the troubled patch. However, building between 0.9.34 and 0.9.35 still does not work. Below is the output from terminal of where it fails, seemingly on the cmd program, and more specifically, in the directory function.<br><br>make[2]: Entering directory `/home/austin/wine-git/programs/cmd'<br>gcc -c -I. -I. -I../../include -I../../include&nbsp;&nbsp; -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith&nbsp; -g -O2&nbsp; -o batch.o batch.c<br>gcc -c -I. -I. -I../../include -I../../include&nbsp;&nbsp; -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith&nbsp; -g
 -O2&nbsp; -o builtins.o builtins.c<br>gcc -c -I. -I. -I../../include -I../../include&nbsp;&nbsp; -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith&nbsp; -g -O2&nbsp; -o directory.o directory.c<br>directory.c:36: error: expected �)� before �*� token<br>directory.c: In function �WCMD_directory�:<br>directory.c:409: warning: implicit declaration of function �WCMD_list_directory�<br>directory.c: At top level:<br>directory.c:443: warning: conflicting types for �WCMD_list_directory�<br>directory.c:443: error: static declaration of �WCMD_list_directory� follows non-static declaration<br>directory.c:409: error: previous implicit declaration of �WCMD_list_directory� was here<br>make[2]: *** [directory.o] Error 1<br>make[2]: Leaving directory `/home/austin/wine-git/programs/cmd'<br>make[1]: *** [cmd] Error 2<br>make[1]: Leaving directory `/home/austin/wine-git/programs'<br>make: *** [programs] Error 2<br><br>Please CC
 me in any replies, as I am not subscribed to this mailing list.<br><br>Austin<br>