|
From: Tatsuro M. <tma...@ya...> - 2011-02-26 10:53:55
|
Hello Perhaps what I met concerning '-' was environmental dependent. Using PC in my home (win XP 32 bit), '-' worked as Hans and you explained. The funny behavior for '-' was happened at PC in the University (win 7 64bit). I will confirm at university on Monday. Thank you for detailed explanations. Regards Tatsuro --- Bastian Maerkisch wrote: > Just an explanation why the '-' is there: to create the images for html > help we need the png(cairo) terminal. And I don't include cairo nor > libgd in my MinGW builds right now. But it is puzzling why this would > stop your make from working. > > Assuming make is irritated by the relative path, you could try to define > GNUPLOTEXE = ../src/$(TARGET) > end replace the offending line by > -$(GNUPLOTEXE) -e "winhelp=1" $(D)plotstyles.gnu > Just a wild guess, though. Could you please tell us the exact error > message? > > Bastian > > On 26.02.2011 07:26, Tatsuro MATSUOKA wrote: > > > > > > --- Hans-Bernhard Brセュ.稾er<HBB...@t-...> wrote: > > > >> On 24.02.2011 22:12, Tatsuro MATSUOKA wrote: > >>>>> - -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > >>>>> + ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > >>> > >>> -../src/$(TARGET) > >>> '-' before ../src/$(TARGET) gives error in my make system. > >> > >> Then maybe your make system must be broken beyond repair. 'make' > >> implementations do have their differences from each other, but > >> prepending '-' to mean "ignore error states from the following command" > >> is almost universally valid. > > Character '-' is not recognized. The line expanded -../src/....... . The character '-' is > remained and > > gives error. > > > >> You didn't way: what error does that give, anyway? > >> > >>> I think it should be corrected. > >> > >> Like I said before, there is nothing wrong with that line, thus nothing > >> to be corrected. > > OK. I will make my local temporal patch to avoid 'make' bug. > > > > Thanks for the instruction. > > > > Regards > > > > Tatsuro > > > > ------------------------------------------------------------------------------ > > 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 > > -- > Dr. Bastian M将」rkisch > Physikalisches Institut, Universit将」t Heidelberg > Philosophenweg 12 > 69120 Heidelberg > Tel.: +49-6221-549214 > Fax: +49-6221-549343 > |