|
From: Ethan M. <merritt@u.washington.edu> - 2009-07-30 15:59:00
|
On Wednesday 29 July 2009, Allin Cottrell wrote: > On Wed, 29 Jul 2009, Allin Cottrell wrote: > > > > * Revert configure.in to revision 1.248.2.2 (or possibly later) > > > > http://gnuplot.cvs.sourceforge.net/viewvc/*checkout*/gnuplot/gnuplot/configure.in?revision=1.248.2.2 > > > > * Revert src/Makefile.am ... I have flipped the state of configuration defaults so that the new qt terminal is only built if you explicitly ./configure --enable-qt Tested on linux machines with and without qt + lrelease, but not tested on OSX. Somewhere in the process my original problem with dependencies went away. I suspect that not all of the qt-related files are being cleaned up by 'make clean' or even 'make distclean', so it currently requires a fresh download to be sure that the default state is being tested. Also, be sure to use the -d flag to "cvs update": cvs update -d Ethan |