On Wed 26 Jan 2011, Lennart Borgman wrote: > I just tried to build on w32 (with the tools I used before) and got > the error below. Is that expected at the moment? > > gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -Ic:/g/include > -fno-crossjumping -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_N > TGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo/i386/print.o print.c > print.c:53:21: ftoastr.h: No such file or directory > make[2]: *** [oo/i386/print.o] Error 1 > make[2]: Leaving directory `C:/emacs-lp/bld/emacs/trunk/src' > make[1]: *** [bootstrap-temacs] Error 2 > make[1]: Leaving directory `C:/emacs-lp/bld/emacs/trunk/src' > make: *** [bootstrap-gmake] Error 2
Yes. The build has been updated to use up to date files for upstream gnulib (mostly in the new m4 and lib dirs). The change to the build layout has broken the Win32 build scripts, and nobody has patched things up yet. AndyM