|
From: Petr M. <mi...@ph...> - 2006-04-08 14:43:19
|
> I've updated the patch, 1027032, for connecting to the external X11 window > against the most recent CVS version. [Is SourceForge updating the CVS > version... the last update seems over a week ago and there is a bug.] > > This left off where Ethan couldn't get the TCL demo to run on his system. > Ethan, please give it a try and let me know if it is work. > > The amount of extra code is actually small but the patch is big because > "plot" is changed to "current_plot" in a lot of places. I'd propose if this > is added to CVS I go back and simply get rid of the EXPERIMENTAL option of > "--disable-external-x11-window". It would simply be bloating CVS with a > bunch of conditionals for slightly different code. The TCL demo works OK on my system. I propose to move it to cvs, without the EXPERIMENTAL message. Well, I see there are many other EXPERIMENTAL's in ./configure: Enable placement of rectangles and other objects (EXPERIMENTAL) Enable plot style image (EXPERIMENTAL) Enable verify every pixel coordinate in image (EXPERIMENTAL) Enable general binary data file reading (EXPERIMENTAL) Enable X11 polygon info in binary, not ascii (EXPERIMENTAL) Enable string variables (EXPERIMENTAL) Enable command line macros (EXPERIMENTAL) I propose to remove these flags -- these features work for some time already. --- PM |