|
From: sfeam <sf...@us...> - 2014-02-16 20:30:26
|
On Sunday, 16 February 2014 01:24:05 PM Daniel J Sebald wrote: > On 02/16/2014 12:57 PM, Bastian Märkisch wrote: > > Building without USE_MOUSE defined has been broken for a long time on > > Windows and (if I remember correctly) on OS/2, too. The question for me > > is hence, if it is worth still supporting it. Is there a need for builds > > without mouse? > > Good question. I'm defining it out right now for development purposes, > but could probably get by manually commenting out a line or two. ./configure --disable-mouse --disable-wxwidgets --without-x builds correctly here. In other words, if you don't build the terminals that support mousing then you don't need the mouse support :-) I could imagine that someone would want to build a stripped-down configuration without these terminals, but it's probably not common. One option would be to make the configure scripts force --enable-mouse if any of the terminals that require it are selected. That definitely includes wxt, qt, and x11. Probably also caca, ggi, pm, vgagl. Maybe others. Ethan > > Dan > > > > > > Bastian > > > > Am 16.02.2014 10:20, schrieb Daniel J Sebald: > >> I'm seeing an error message when the mouse is disabled: > >> > >> gnuplot-testmouse]# ./prepare; ./configure --disable-mouse > >> > >> ... > >> > >> command.c: In function ‘timed_pause’: > >> command.c:1353:13: error: ‘struct TERMENTRY’ has no member named > >> ‘waitforinput’ > >> make[3]: *** [command.o] Error 1 > >> > >> Dan > >> > >> ------------------------------------------------------------------------------ > >> > >> Android apps run on BlackBerry 10 > >> Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > >> Now with support for Jelly Bean, Bluetooth, Mapview and more. > >> Get your Android app in front of a whole new audience. Start now. > >> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > >> > >> _______________________________________________ > >> gnuplot-beta mailing list > >> gnu...@li... > >> Membership management via: > >> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > >> > > > > > > |