On 2014-12-28 1:10 PM, Louis Zulli wrote:
> Well, here's a strange one.
> 
> I just built gnubg-1.04.001 from source under Linux (Elementary
> OS---basically Ubuntu).
> 

This sounds very familiar. Such a bug exists in Ubuntu builds because of
issues with overlay scrollbars not being entirely compatible with the
existing GNUbg code.

As an experiment do the normal ./autogen.sh and ./configure process but
before doing a 'make' modify the config.h by adding this line:

#define NO_OVERLAYSCROLLBARS 1

My guess is that your current config.h probably has this in it:

/* Needed for now on recent Ubuntu releases */
/* #undef NO_OVERLAYSCROLLBARS */

If building with "#define NO_OVERLAYSCROLLBARS 1" works then something
that would be useful is to know what you get from these two commands:

lsb_release -rs
lsb_release -is


-- 
Michael Petch
GNU Backgammon Maintainer / Developer
OpenPGP FingerPrint=D81C 6A0D 987E 7DA5 3219 6715 466A 2ACE 5CAE 3304

_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to