|
From: Tatsuro M. <tma...@ya...> - 2009-11-27 23:09:25
|
Hello
Although strange behavior of Makefile, the lua term should be included by ignoring strange error by
'make -i'.
./configure
:
checking for LUA... yes
checking for library containing luaL_openlibs... none required
checking lua.h usability... yes
checking lua.h presence... yes
checking for lua.h... yes
:
lua/TikZ terminal: yes
:
TeX *.sty for lua/tikz terminal: yes
In config.h after configure, I can see,
/* Define if you want the lua/TikZ terminal. */
#define HAVE_LUA 1
However I cannot use lua in built gnuplot.
$ gnuplot
G N U P L O T
Version 4.5 patchlevel 0
last modified November 2009
System: CYGWIN_NT-5.1 1.7.0(0.218/5/3)
Copyright (C) 1986-1993, 1998, 2004, 2007-2009
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
mailing list: gnu...@li...
faq, bugs, etc: type "help seeking-assistance"
immediate help: type "help"
plot window: hit 'h'
Terminal type set to 'x11'
gnuplot> set term lua
^
unknown or ambiguous terminal type; type just 'set terminal' for a lis
It is grateful for me to someone gives me advises.
Regards
Tatsuro
--- Tatsuro MATSUOKA wrote:
> 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/
>
--------------------------------------
What is your No.1 Entertainment of 2009? -Yahoo! JAPAN Net BANZUKE 2009
http://pr.mail.yahoo.co.jp/banzuke/
|