|
From: Tatsuro M. <tma...@ya...> - 2008-02-10 15:54:42
|
Hello I have suceeded!!!!!!! Thank to Akira Kakuto to tell me about config.h by a private mail. I added: /* Define to allow zooming or refresh of volatile data. EXPERIMENTAL */ #define VOLATILE_REFRESH 1 in src/config.h from config.h in the root of the cvs, which was produced after configure. This enables me to be possible for mouse zooming!!!! I also appreciate to Ethan A Merritt giving me a lot of advices. Please consider this config.h problem for the next cvs release. # I can go to bed from now with great ease :-). Regards Tatsuro --- Tatsuro MATSUOKA <tma...@ya...> wrote: > Hello > > I have made new cvs gnuplot for the cygwin. > > After ./configure > **** > Zooming or refresh of volatile data: yes (EXPERIMENTAL) > **** > So I guess that the Makefile produced by ./configure is required. > > The date of makefile.mgw is 2007-06-03, 07:27:50. > I guess the origin of the problem is this old makefile.mgw. > Perhaps we need a new makefile.mgw and/or makefile.msc. > > Is my guess correct? > > Regards > > Tatsuro > > > --- Tatsuro MATSUOKA <tma...@ya...> wrote: > > > Dear Ethan A Merritt > > > > *************** > > > > G N U P L O T > > Version 4.3 patchlevel 0 > > last modified February 2008 > > System: MS-Windows 32 bit > > > > Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008 > > Thomas Williams, Colin Kelley and many others > > > > Type `help` to access the on-line reference manual. > > The gnuplot FAQ is available from > > http://www.gnuplot.info/faq/ > > > > Send comments and help requests to <gnu...@li...> > > > > Send bug reports and suggestions to <gnu...@li...> > > > > > > > > Terminal type set to 'windows' > > gnuplot> # Plot data from input stream > > gnuplot> plot '-' with lines > > input data ('e' ends) > 1 1 > > input data ('e' ends) > 2 3 > > input data ('e' ends) > 3 2 > > input data ('e' ends) > 4 4 > > input data ('e' ends) > 5 2 > > input data ('e' ends) > e > > gnuplot> refresh > > ^ > > invalid command > > > > gnuplot> > > ********************************************* > > For gnuplot for cygwin mentioned the previous mail > > > > gnuplot> # Plot data from input stream > > gnuplot> plot '-' with lines > > input data ('e' ends) > 1 1 > > input data ('e' ends) > 2 3 > > input data ('e' ends) > 3 2 > > input data ('e' ends) > 4 > > input data ('e' ends) > 5 5 > > input data ('e' ends) > > > > ???? > > > > I have downloaded source yesterday by > > > > export CVSROOT=:pserver:ano...@gn...:/cvsroot/gnuplot > > cvs login > > cvs -z3 checkout gnuplot > > > > For the cygwin gnuplot, your patch is OK and while for wgnuplot, your patch is not applied. > > > > What's wrong? > > > > Before make, > > I did > > ./prepare > > ./configure > > and > > make -C src -f ../config/makefile.mgw > > for wgnuplot make. > > > > I think > > ./configure > > does not affect on > > make -C src -f ../config/makefile.mgw > > > > > > If there is the problem, is it in ../config/makefile.mgw??? > > > > I'm now very confusing!!!! > > Please help me!! > > > > Regards > > > > Tatsuro > > > > > > > > > > --- Ethan A Merritt <merritt@u.washington.edu> wrote: > > > # Plot data from input stream > > > plot '-' with lines > > > 1 1 > > > 2 3 > > > 3 2 > > > 4 4 > > > 5 2 > > > e > > > refresh > > > # Test mousing operations here > > > refresh > > > > > > > > > -------------------------------------- > > Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar > > http://pr.mail.yahoo.co.jp/toolbar/ > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > gnuplot-beta mailing list > > gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > > > > -------------------------------------- > Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar > http://pr.mail.yahoo.co.jp/toolbar/ > -------------------------------------- Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar http://pr.mail.yahoo.co.jp/toolbar/ |