|
From: Tatsuro M. <tma...@ya...> - 2011-02-24 19:28:09
|
Hello
I am now trying to make wgnuplot.chm on MinGW using the cvs source.
There is a minor typo in makefile.mgw
************
--- makefile.mgw.orig 2011-02-22 02:51:47 +0900
+++ makefile.mgw 2011-02-25 04:03:48 +0900
@@ -467,7 +467,7 @@
$(BUILDHELPFILE): doc2html.exe $(D)gnuplot.doc $(D)windows/wgnuplot.hhp $(D)windows/wgnuplot.hhk
$(D)windows/wgnuplot.stp $(D)plotstyles.gnu
./doc2html $(D)gnuplot.doc $(D)windows/wgnuplot.html $(D)windows/wgnuplot.hhc
cd $(D)
- -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu
+ ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu
cd ../src
-$(HHC) $(D)windows/wgnuplot.hhp
**************
Please correct the above.
When making png files at make process,
./doc2html ../docs/gnuplot.doc ../docs/windows/wgnuplot.html ../docs/windows/wgnuplot.hhc
cd ../docs/
../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu
set output out . 'figure_lines' . ext
^
cannot open file; output not changed
"../docs/plotstyles.gnu", line 21: util.c: No such file or directory
make: *** [../docs/windows/wgnuplot.chm] Error 1
make: Leaving directory `/home/gnuplotcvs/gnuplot/src'
However, at <snip>/gnuplot/docs directory, I manually tried
***************************************************************
$ ../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu
$ /c/Progra~1/HELPWO~1/hhc ../docs/windows/wgnuplot.hhp
Microsoft HTML Help Compiler 4.74.8702
Compiling c:\usr\Tatsu\mingwhome\gnuplotcvs\gnuplot\docs\windows\wgnuplot.chm
Compile time: 0 minutes, 13 seconds
504 Topics
1,004 Local links
52 Internet links
34 Graphics
Created c:\usr\Tatsu\mingwhome\gnuplotcvs\gnuplot\docs\windows\wgnuplot.chm, 599,829 bytes
Compression decreased file by 1,118,522 bytes.
*******************************************
No error appear concerning ../docs/plotstyles.gnu.
???
Anyway I can get the wgnuplot.chm. Thanks!!
Regards
Tatsuro
|
|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-02-24 20:10:47
|
On 24.02.2011 20:27, Tatsuro MATSUOKA wrote: > There is a minor typo in makefile.mgw No. That's not a typo. It's correct make syntax to signal that the return code of this command is to be ignored. > - -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > + ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > Please correct the above. Nothing wrong there, so nothing to correct. > When making png files at make process, > > ./doc2html ../docs/gnuplot.doc ../docs/windows/wgnuplot.html ../docs/windows/wgnuplot.hhc > cd ../docs/ > ../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu > > set output out . 'figure_lines' . ext > ^ > cannot open file; output not changed Whatever's actually wrong with that is in plotstyles.gnu, not in the makefile. |
|
From: Tatsuro M. <tma...@ya...> - 2011-02-24 21:20:13
|
Hello --- Hans-Bernhard Br将モker wrote: > On 24.02.2011 20:27, Tatsuro MATSUOKA wrote: > > There is a minor typo in makefile.mgw > > No. That's not a typo. It's correct make syntax to signal that the > return code of this command is to be ignored. > > > - -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > + ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > > Please correct the above. > > Nothing wrong there, so nothing to correct. > > > When making png files at make process, > > > > ./doc2html ../docs/gnuplot.doc ../docs/windows/wgnuplot.html ../docs/windows/wgnuplot.hhc > > cd ../docs/ > > ../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu > > > > set output out . 'figure_lines' . ext > > ^ > > cannot open file; output not changed > > Whatever's actually wrong with that is in plotstyles.gnu, not in the > makefile. Indeed. But '../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu' works correct when I execute it outside of the make. Not understandable !! If someone suggest me the possibilities, it would be grateful. Regards Tatsuro Regards |
|
From: Tatsuro M. <tma...@ya...> - 2011-02-24 23:19:18
|
Hello Anyway I can make wgnuplot.chm now. I will write temporal commands to make wgnuplot.chm and make binary packages with new help system. I really appreciate Bastian M将」rkisch's Hans-Bernhard Br将モker's efforts for making windows help in chm style. Regards Tatsuro --- Tatsuro MATSUOKA wrote: > Hello > > --- Hans-Bernhard Brセュ.稾er wrote: > > > On 24.02.2011 20:27, Tatsuro MATSUOKA wrote: > > > There is a minor typo in makefile.mgw > > > > No. That's not a typo. It's correct make syntax to signal that the > > return code of this command is to be ignored. > > > > > - -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > > + ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > > > > Please correct the above. > > > > Nothing wrong there, so nothing to correct. > > > > > When making png files at make process, > > > > > > ./doc2html ../docs/gnuplot.doc ../docs/windows/wgnuplot.html ../docs/windows/wgnuplot.hhc > > > cd ../docs/ > > > ../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu > > > > > > set output out . 'figure_lines' . ext > > > ^ > > > cannot open file; output not changed > > > > Whatever's actually wrong with that is in plotstyles.gnu, not in the > > makefile. > Indeed. But '../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu' works correct when I > execute it > outside of the make. > > Not understandable !! > If someone suggest me the possibilities, it would be grateful. > > Regards > > Tatsuro > > Regards > > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |