bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Compilation errors in latest snapshot


From: Zulli, Louis P
Subject: [Bug-gnubg] Compilation errors in latest snapshot
Date: Thu, 23 Oct 2008 06:43:17 -0400


I ran into two issues in attempting to compile the latest snapshot on my MacBook.

1) Running configure correctly determined that I don't have gstreamer, but #define HAVE_GSTREAMER 1 appeared in config.h. This lead to an error compiling gnubg.c, which vanished once I edited config.h to #define HAVE_GSTREAMER 0.

2) I needed to add

#define ulong unsigned long

to html.c to avoid an undefined symbol error in CommandExportPositionGOL2Clipboard at the end of html.c.

After that all was well and gnubg compiled and built fine. Thanks for silencing that

Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated


Louis




reply via email to

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