|
From: Tatsuro M. <tma...@ya...> - 2009-11-27 09:14:02
|
Oh there is not a source like gnuplot-tikz.lua.c!!
In config.h,
/* Define if you want the lua/TikZ terminal. */
#define HAVE_LUA 1
However, 'set term' said no lua terminal :-(.
What is the problem?
Any ideas?
Regards
Tatsuro
--- Tatsuro MATSUOKA wrote:
> Sorry the previous mail is not completed, please ignore it.
>
>
> 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)
>
> Wncomment the above I have met another problem.
>
> gcc-4 -O3 -fomit-frame-pointer -L/usr/lib -o gnuplot-tikz.lua.exe -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
> /usr/lib/libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to `_WinMain@16'
>
> For the above it is better to be asked at cygwin list.
>
> BTW why are target of gnuplot-tikz.lua$(EXEEXT) commented out?
>
>
> 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/
|