Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 8 Nov 2004 12:20:31 -0600
From: Doug Poland <doug@polands.org>
To: cygwin@cygwin.com
Subject: Re: Need help compiling gaim-1.0.2
Message-ID: <20041108182031.GB92358@polands.org>
References: <20041104211854.GD10826@omniresources.com> <20041104212724.GD16067@trixie.casa.cgf.cx> <52354.172.16.1.8.1099694515.squirrel@172.16.1.8> <418C57B2.3040907@ateb.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <418C57B2.3040907@ateb.com>
User-Agent: Mutt/1.5.6i

> Reid said:
>> Doug Poland wrote:
>>
>>checking for GTK+ - version >= 2.0.0... gnome-config: not found
>>gnome-config: not found
>>no
>>*** Could not run GTK+ test program, checking why...
>>*** The test program failed to compile or link. See the file
>>*** config.log for the exact error that occured. This usually
>>*** means GTK+ is incorrectly installed.
>>configure: error:
>>*** GTK+ 2.0 is required to build Gaim; please make sure you
>>*** have the GTK+ development headers installed. The latest
>>*** version of GTK+ is always available at http://www.gtk.org/.
>>
>>
> gnome-config: not found is a big hint.
>
Indeed

> http://www.cygwin.com/ml/cygwin/2004-10/msg00226.html
>
Thanks for the pointer.  I read this thread but am not quite sure what
the solution is.   I ran the command:

  host$ cygcheck -c gtk2-x11

Presumably, that verifies that I do have the necessary package
installed.  In fact, my system returns:

  Cygwin Package Information
  Package              Version        Status
  gtk2-x11             2.4.11-1       OK

So I have GTK 2.0 package installed.  The OP goes on to ask how to
correctly set his pkg-config path, the response being:

  $ echo $PKG_CONFIG_PATH
  /usr/X11R6/lib/pkgconfig

So I

  host$ export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig

and try configure again but get the same result as before.  Is there
more to the PKG_CONFIG_PATH that I need?  Is there documentation
somewhere that will tell me what I should set it to?

Thanks for your patience and assistance.

-- 
Regards,
Doug

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

