On Monday 11 October 2004 10:57, Ferenc Wagner wrote:
Unfortunately, cross-building seems broken ATM. Kevin, Paul, can you comment on this? I remember Paul sending a report to wine-devel about a week ago, do we still suffer from the same problem?
Yup, the problem is still there; at least, for me.
Strangely enough, it worked twice last week: Tuesday 12th and Wednesday 13th builds. But since then its been failing with the same problem.
Here's what the script has to say:
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[20306] 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:33: 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