bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Much reduced board decoration with 3D board


From: Russ Allbery
Subject: Re: [Bug-gnubg] Much reduced board decoration with 3D board
Date: Sun, 06 Dec 2009 20:20:57 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Michael Petch <address@hidden> writes:

> I just did a cvs pull of head and:

> ./autogen.sh
> ./configure --enable-threads --emable-sse=sse2
> make install 

> I ran it and in 3D I see bullseyes. It seems fine here.

Note that I'm using Debian unstable -- there may be some difference there.

> If you go to Settings/Board Appearance and change QuickDraw on/off do
> you see the same thing?

QuickDraw was off.  I turned it on and saw the same thing.  I did
double-check that the option to show the targets is on, and tried toggling
it to no effect.  The computer player moves do show an animated checker,
and I think my moves show an animated checker when I finish the move
(although it's very fast), but the checker doesn't move when dragged and
there are no targets.

Attached is my config.h.

SSE2 is turned off since I'm doing a generic build for the Debian i386
architecture, which may run on systems without that support.

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>


/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define if you want to disable the SSE cpu test */
/* #undef DISABLE_SSE_TEST */

/* always defined to indicate that i18n is enabled */
#define ENABLE_NLS 1

/* The package name, for gettext */
#define GETTEXT_PACKAGE "gnubg"

/* Define if you wish to use glib threads */
#define GLIB_THREADS 1

/* Define if you want to disable deprecated gtk functions */
/* #undef GTK_DISABLE_DEPRECATED */

/* Define if you want to disable deprecated glib functions */
/* #undef G_DISABLE_DEPRECATED */

/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#define HAVE_BIND_TEXTDOMAIN_CODESET 1

/* Define if you want to use libcairo */
#define HAVE_CAIRO 1

/* Define if you want to use gstreamer */
#define HAVE_CANBERRA 1

/* Define to 1 if you have the `dcgettext' function. */
#define HAVE_DCGETTEXT 1

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define if you have freetype2 */
#define HAVE_FREETYPE 1

/* Define if the GNU gettext() function is already present or preinstalled. */
#define HAVE_GETTEXT 1

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define if your <locale.h> file defines LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1

/* Define to 1 if you have the `gmp' library (-lgmp). */
#define HAVE_LIBGMP 1

/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1

/* Define if you have libpng */
#define HAVE_LIBPNG 1

/* Define if you have libreadline */
#define HAVE_LIBREADLINE 1

/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define if you want to use pangocairo */
#define HAVE_PANGOCAIRO 1

/* Define to 1 if you have the `random' function. */
#define HAVE_RANDOM 1

/* Define to 1 if you have the `setpriority' function. */
#define HAVE_SETPRIORITY 1

/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1

/* Define to 1 if you have the `sigvec' function. */
/* #undef HAVE_SIGVEC */

/* Define if the system supports AF_LOCAL sockets. */
#define HAVE_SOCKETS 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the `strptime' function. */
#define HAVE_STRPTIME 1

/* Define to 1 if you have the <sys/resource.h> header file. */
#define HAVE_SYS_RESOURCE_H 1

/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#define LT_OBJDIR ".libs/"

/* Name of package */
#define PACKAGE "gnubg"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "address@hidden"

/* Define to the full name of this package. */
#define PACKAGE_NAME "GNU Backgammon"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GNU Backgammon 0.90.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gnubg"

/* Define to the home page for this package. */
#define PACKAGE_URL "http://www.gnu.org/software/gnubg/";

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.90.0"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Define if you want to use the 3d boards */
#define USE_BOARD3D 1

/* Define if you want to use the gtk gui */
#define USE_GTK 1

/* Define if you want to have multithread support */
#define USE_MULTITHREAD 1

/* Define if you want to use Python inside gnubg */
#define USE_PYTHON 1

/* Define if you want to use sqlite */
#define USE_SQLITE 1

/* Define if you want to compile with SSE2 support */
/* #undef USE_SSE2 */

/* Define if you want to compile with SSE support */
/* #undef USE_SSE_VECTORIZE */

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif


/* Version number of package */
#define VERSION "0.90.0"

/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   `char[]'. */
#define YYTEXT_POINTER 1

/* Define to 1 if on MINIX. */
/* #undef _MINIX */

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
/* #undef _POSIX_1_SOURCE */

/* Define to 1 if you need to in order for `stat' and other things to work. */
/* #undef _POSIX_SOURCE */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef inline */
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

reply via email to

[Prev in Thread] Current Thread [Next in Thread]