|
From: Tatsuro M. <tma...@ya...> - 2009-11-27 06:04:23
|
Hello
I have found that cygwin-1.7 supports the lua so that I have installed lua and tried to build lua
terminal.
The './configure' went well as,
*************:
:
lua/TikZ terminal: yes
:
gnuplot will install the following additional materials:
lasergnu printer script: no (use --with-lasergnu to enable)
gnuplot-mode for X/Emacs: yes
LaTeX tutorial: yes
TeX *.sty for lua/tikz terminal: yes
Help file: yes (always), in ${datarootdir}/gnuplot/4.5/gnuplot.gih
PostScript prologue files: yes (always)
***************
However at the make,
cc-4 -O3 -fomit-frame-pointer -L/usr/lib -o gnuplot_x11.exe gplt_x11.o gpexecute.o getcolor_x11.o
-lX11 -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpixman-1 -lglitz -lpng12 -lxcb-render-util -lXrender
-lxcb-render -lX11 -lxcb -lXau -lXdmcp -lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz
-lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv
make[3]: *** No rule to make target `gnuplot-tikz.lua.exe', needed by `all-am'. Stop.
make[3]: Leaving directory `/cygdrive/d/usr/Tatsu/cyghome-1.7/gnuplotcvs/gnuplot/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/d/usr/Tatsu/cyghome-1.7/gnuplotcvs/gnuplot/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/usr/Tatsu/cyghome-1.7/gnuplotcvs/gnuplot'
make: *** [all] Error 2
I could not make gnuplot-tikz.lua.exe
So I looked into src/Makefile and found
#gnuplot-tikz.lua$(EXEEXT): $(gnuplot_tikz_lua_OBJECTS) $(gnuplot_tikz_lua_DEPENDENCIES)
# @rm -f gnuplot-tikz.lua$(EXEEXT)
# $(LINK) $(gnuplot_tikz_lua_OBJECTS) $(gnuplot_tikz_lua_LDADD) $(LIBS)
Why are target of gnuplot-tikz.lua$(EXEEXT) commented out?
Uncomment the above I cloud get gnuplot-tikz.lua.exe.
Please give me comments for this matter.
Regards
Tatsuro
Is there any reason why? I myself do not want to use lua terminal and have no knowledge of it.
Please give m
--------------------------------------
What is your No.1 Entertainment of 2009? -Yahoo! JAPAN Net BANZUKE 2009
http://pr.mail.yahoo.co.jp/banzuke/
|