|
From: Petr M. <mi...@ph...> - 2008-04-11 06:46:53
|
> > Your patch for gnuplot > > [ 1627936 ] Gnuplot Win32 in console mode > > http://sourceforge.net/tracker/index.php?func=detail&aid=1627936&group_id=2055&atid=302055 > > is dated Janury 2007. > > > From previous mails from Tatsuro MATSUOKA, I've got an impression the patch > > you maintain is for gnuplot 4.3 because of the "refresh" command, but it's > > actually for 4.2.2, right? I've tried it, and there are rejects for both > > 4.3cvs and 4.2.3. > > It's only for 4.2.2. I didn't try with more recent versions. I stick with stable > releases for all packages I compile. Gnuplot 4.2.3 is the stable version at the moment. There are just two minor rejects when applying the patch, thus it should be very easy to do the update for 4.2.3. > > In order to propagate your work into the gnuplot source code, I propose: > > > > - you move the work on the patch to gnuplot's Patches: > > [ 1627936 ] Gnuplot Win32 in console mode > > > > - do you prefer to work on the patch for 4.2.3 or for 4.3cvs? > > > > - you should split the patch into three independent parts: > > - the wxt-MSW patches -- to be discussed with the authors of wx > > terminal, put into cvs independently > > - the OCTAVE_BUILD default settings -- another way how to set > > its defaults should be found > > - the core of your patch > > > > - please add patches to makefile.mgw so that others can compile it by the > > MingW compiler > > I'll try to address these later. I'm quite busy for the moment and I don't > have that much time. We are looking forward. > It's a real console version: you get a DOS prompt where you can enter > commands. In that sense, it works like the OS/2 or UNIX versions. Great! > > - If it is a pipe-only wgnuplot, then it should be really called "pgnuplot", > > not gnuplot. > [snip] > > And also other Windows programs using gnuplot drawing engine expect > > pgnuplot.exe, so let's keep the name. > > In my patch I used pgnuplot for the console version I developed, and > renamed the old pipe-to-wgnuplot to pgnuplot_win. So you end up with > 3 programs: wgnuplot, pgnuplot_win and pgnuplot. This is probably > not the optimal way to do it. Then pgnuplot_win is not needed and there will be wgnuplot wgnuplot_pipes pgnuplot (and the cygwin's x11 binaries). Let's continue on this issue after you have submitted the patches onto #1627936. Greetings, Petr |