|
From: Ethan A M. <merritt@u.washington.edu> - 2008-02-10 07:23:23
|
On Saturday 09 February 2008 23:10, Tatsuro MATSUOKA wrote: > > For the cygwin gnuplot, your patch is OK and while for wgnuplot, your patch is not applied. > > If there is the problem, is it in ../config/makefile.mgw??? Aha! Yes, that would be the problem. In makefile.mgw, please add a line defining VOLATILE_REFRESH. I suggest to try: ifdef MOUSE CFLAGS += -DUSE_MOUSE=1 CFLAGS += -DVOLATILE_REFRESH=1 endif Ethan > 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/ > -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle 98195-7742 |