|
From: Tatsuro M. <tma...@ya...> - 2009-12-05 09:13:30
|
Hello
I have tried to build gnuplot 4.4.0rc-1 with the patch 'lua_install_30nov2009.patch'.
On the cygwin-1.7, building binaries were done successfully.
However 'make install-strip' did not create /usr/local/share/gnuplot/4.4/lua.
I manually created /usr/local/share/gnuplot/4.4/lua, copy required files there.
The tikz terminal seemed to work correct.
**************
$ patch -p 1 < ../lua_install_30nov2009.patch
patching file src/Makefile.am
patching file term/lua.trm
Hunk #1 succeeded at 43 with fuzz 2.
Hunk #2 succeeded at 542 (offset 13 lines).
Hunk #3 succeeded at 1272 (offset 20 lines).
patching file term/Makefile.am.in
patching file config/makefile.cyg
patching file config/makefile.dj2
patching file config/makefile.mgw
Hunk #1 succeeded at 104 with fuzz 2.
patching file config/makefile.os2
***********
Patch seemed worked correctly. In the case of cvs source, ./prepare was done.
However there is not prepare script in source of 4.4.
If autotools were used correctly, the 'make install' problem might not occur.
For MinGW, I need to modify makefile.mgw and lua.trm.
makefile.mgw
Modify it almost the same as that in 4.5 (The difference is only version number.)
lua.trm
declaration error in 'len'.
The above are already included in the 4.5. Therefore these are not problems.
PS 1. pngcairo/pdfcairo terminals worked as expected on both cygwin-1.7 and MinGW.
On MinGW, the wxt terminal also worked as expected.
PS 2. I also build DJGPP binary without lua/tikz terminal. It worked correctly.
Regards
Tatsuro
--------------------------------------
Learn more about HIV/AIDS - Red Ribbon Campaign 2009
http://pr.mail.yahoo.co.jp/redribbon/
|