Here is the script I use.
Hi Allin,I complained before, but you probably missed ;)After a make clean and configure, make fails because build.h does not exist. Looking to win32 make, this file only contains the date of the build. Before I did created and edited by hand, but why is the automagic date failing here? This is OpenSUSE 11.3 x64.Can you please adapt Makefile, so it creates the file and adds the build date?Thanks,Héliofinal lines of ouput:libtool: compile: gcc -c -g -O2 -I.. -I../gui2 -DHAVE_CONFIG_H -I../lib/src -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I../plugin -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../plugin/zipunzip -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. excel_import.c -fPIC -DPIC -o .libs/excel_import.oexcel_import.c:36:19: fatal error: build.h: No such file or directorycompilation terminated.make[1]: *** [excel_import.lo] Error 1make[1]: Leaving directory `/home/helio/gretl/plugin'make: *** [plugin] Error 2