|
From: Tatsuro M. <tma...@ya...> - 2009-11-27 22:23:11
|
Hello --- Ethan Merritt wrote: > Lua is a language. The file gnuplot-tikz.lua is executed by the lua interpreter > in the same way that foo.sh is interpreted by the bash or sh or ksh interpreter, > or foo.py is interpreted by python or foo.pl is interpreted by perl. > There is no need to process gnuplot-tikz.lua into some other form during "make". > I understand your explanation. In my cygwin-1.7 lua may works ********** $ lua Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio *********** Thus the error make[3]: *** No rule to make target `gnuplot-tikz.lua.exe', needed by `all-am'. Stop. is a bug of Makefile.in, isn't it? Perhaps @BUILD_LUA_TRUE@am__EXEEXT_2 = gnuplot-tikz.lua$(EXEEXT) @BUI...@gn...$(EXEEXT): $(gnuplot_tikz_lua_OBJECTS) $(gnuplot_tikz_lua_DEPENDENCIES) in the src/Makefile.in are origin of a bug. Right? Regards Tatsuro -------------------------------------- What is your No.1 Entertainment of 2009? -Yahoo! JAPAN Net BANZUKE 2009 http://pr.mail.yahoo.co.jp/banzuke/ |