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
-------------------------------------------------------
Am Donnerstag, 7. Oktober 2004 12:41 schrieb Paul Millar:
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:
I am also getting errors:
make[1]: Entering directory `/home/martin/wine/libs' make[2]: Entering directory `/home/martin/wine/libs/port' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o futimes.o futimes.c In file included from futimes.c:22: ../../include/wine/port.h:53: Fehler: in Konflikt stehende Typen für »mode_t« /usr/include/sys/types.h:72: Fehler: vorherige Deklaration von »mode_t« war hier ../../include/wine/port.h:56: Fehler: in Konflikt stehende Typen für »off_t« /usr/include/sys/types.h:90: Fehler: vorherige Deklaration von »off_t« war hier ../../include/wine/port.h:68: Fehler: in Konflikt stehende Typen für »fsblkcnt_t« /usr/include/sys/types.h:248: Fehler: vorherige Deklaration von »fsblkcnt_t« war hier ../../include/wine/port.h:71: Fehler: in Konflikt stehende Typen für »fsfilcnt_t« /usr/include/sys/types.h:252: Fehler: vorherige Deklaration von »fsfilcnt_t« war hier make[2]: *** [futimes.o] Fehler 1 make[2]: Leaving directory `/home/martin/wine/libs/port' make[1]: *** [port] Fehler 2 make[1]: Leaving directory `/home/martin/wine/libs' make: *** [libs] Fehler 2