Hi,
Looks like one of last night's patches broke cross-building (at least for me).
---------- Forwarded Message ----------
Subject: Cron paulm@quisquiliae $HOME/Production/cronCrossBuild 10:00 Date: Thursday 07 October 2004 11:27 From: root of quisquiliae p.millar@physics.gla.ac.uk To: p.millar@physics.gla.ac.uk
Ran command "make depend", but it failed with following output: make[1]: Entering directory `/home/paulm/Production/wine-cross-pe/libs' make[2]: Entering directory `/home/paulm/Production/wine-cross-pe/libs/port' i686-mingw32msvc-gcc -c -I/home/paulm/Production/wine-cross-source/libs/port -I. -I/home/paulm/Production/wine-cross-source/include -I../../include -D__WINESRC__ -D_REENTRANT -Wall -pipe -fno-strength-reduce -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o fstatvfs.o /home/paulm/Production/wine-cross-source/libs/port/fstatvfs.c In file included from /home/paulm/Production/wine-cross-source/libs/port/fstatvfs.c:22: /home/paulm/Production/wine-cross-source/include/wine/port.h:286: warning: `struct timeval' declared inside parameter list /home/paulm/Production/wine-cross-source/include/wine/port.h:286: warning: its scope is only this definition or declaration, which is probably not what you want i686-mingw32msvc-gcc -c -I/home/paulm/Production/wine-cross-source/libs/port -I. -I/home/paulm/Production/wine-cross-source/include -I../../include -D__WINESRC__ -D_REENTRANT -Wall -pipe -fno-strength-reduce -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o futimes.o /home/paulm/Production/wine-cross-source/libs/port/futimes.c distcc[2412] ERROR: compile on melpomene failed In file included from /home/paulm/Production/wine-cross-source/libs/port/futimes.c:22: /home/paulm/Production/wine-cross-source/include/wine/port.h:286: warning: `struct timeval' declared inside parameter list /home/paulm/Production/wine-cross-source/include/wine/port.h:286: warning: its scope is only this definition or declaration, which is probably not what you want /home/paulm/Production/wine-cross-source/libs/port/futimes.c:31: warning: `struct timeval' declared inside parameter list /home/paulm/Production/wine-cross-source/libs/port/futimes.c:32: error: conflicting types for `futimes' /home/paulm/Production/wine-cross-source/include/wine/port.h:286: error: previous declaration of `futimes' make[2]: *** [futimes.o] Error 1 make[2]: Leaving directory `/home/paulm/Production/wine-cross-pe/libs/port' make[1]: *** [port] Error 2 make[1]: Leaving directory `/home/paulm/Production/wine-cross-pe/libs' make: *** [libs] Error 2 ERROR: make depend failed
-------------------------------------------------------