Thanks, that worked!

Here's what I get:

louis@LZsT5610:~/Documents/Backgammon/gnubg-1.04.001$ lsb_release -rs
0.2.1
louis@LZsT5610:~/Documents/Backgammon/gnubg-1.04.001$ lsb_release -is
elementary OS

Louis

PS---Was almost ready to switch back to OS X.

On 12/28/2014 03:21 PM, Michael Petch wrote:

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



_______________________________________________
Bug-gnubg mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to