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
ftoastr.h should be in lib/, so the fix is to do something like adding -I../lib to CFLAGS as used when running make in src/