I noticed that Alexandre fixed this; thanks!
The only issue remaining now is the following, in files/drive.c
../../files/drive.c: In function `DRIVE_GetFreeSpace': ../../files/drive.c:768: warning: implicit declaration of function `statvfs'
which was added by
revision 1.107 date: 2004/03/05 21:03:46; author: julliard; state: Exp; lines: +11 -22 Use statvfs instead of statfs, and provide a default implementation in libwine_port if necessary.
Gerald