bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] configure error related to glib2


From: Louis Zulli
Subject: [Bug-gnubg] configure error related to glib2
Date: Sun, 2 Nov 2008 12:54:42 -0500

I am attempting to build the latest snapshot of gnubg on my iMac running OS X 10.4.11 (Tiger). I have already successfully built gnubg for OS X 10.5 (Leopard).

I have successfully compiled and installed all the pre-requisites, including the latest gtk+. I installed current versions of m4, autoconf, automake and libtool in /usr/local/, to replace the old versions (in /usr) that come with Tiger. I installed the latest version of pkgconfig in /usr/local, to replace the version in /usr/ X11R6.

I modified the autogen.sh for gnubg to this, and also placed /usr/ local/bin at the head of my PATH:

#! /bin/sh

set -x
/usr/local/bin/aclocal -I m4
/usr/local/bin/libtoolize --force --copy
/usr/local/bin/autoheader
/usr/local/bin/automake --add-missing --copy -Wno-portability
/usr/local/bin/autoconf

pkg-config seems to be working:

~/Desktop/gnubg] pkg-config --modversion glib-2.0
2.18.2

But after running autogen.sh with no problems, running configure ends with

checking whether yytext is a pointer... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... configure: error: You need to have glib2 to compile GNU backgammon

Attached is my config.log

Any help would be much appreciated. This seems similar to the problem reported by Stelios Togias. What are we missing?

Thanks,
Louis

Attachment: config.log
Description: Binary data


 

reply via email to

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