|
From: Tatsuro M. <tma...@ya...> - 2012-06-21 04:45:53
|
Hello I'm trying to build the current cvs source (2012-06-19) on Cygwin, MinGW and DJGPP. gcc -c -I/deve/DJDIR/lib/glib/include -Ie:/lua/lua514/src -DHAVE_CONFIG_H -DHAVE_LUA -O3 -fomit-frame-pointer -I. =DHELPFILE=\"gnuplot.gih\" command.c command.c:77:23: fatal error: datablock.h: No such file or directory (ENOENT) compilation terminated. make.exe: ***[command.o] Error 1 I'm now using DOSBOX for DJGPP on windows 7 64bit. On the DOSBOX, file name of 8.3 format only allowed so that datablock.h permitted. I will apply local patch to overcome this issue. Regards Tatsuro |