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
Message-ID: <416270BB.3090301@alltel.net>
Date: Tue, 05 Oct 2004 05:00:27 -0500
From: Ken Dibble <kdibbleNOSPAM@alltel.net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
MIME-Version: 1.0
To: cygwin <cygwin@cygwin.com>
Subject: Re: Newbie GUI development
References: <4162678A.1050000@alltel.net> <1519916300.20041005114618@familiehaase.de> <41626FD4.9050000@alltel.net>
In-Reply-To: <41626FD4.9050000@alltel.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit



Ken Dibble wrote:

>
>
> Gerrit P. Haase wrote:
>
>> Hallo Ken,
>>
>> Am Dienstag, 5. Oktober 2004 um 11:21 schriebst du:
>>
>>  
>>
>>> I'm trying to build a Linux gui app and failing miserably.
>>> Any help would be appreciated.
>>>   
>>
>>
>>  
>>
>>> $ pkg-config --libs gtk+-2.0
>>> gnome-config: not found
>>> Package gobject-2.0 was not found in the pkg-config search path.
>>> Perhaps you should add the directory containing `gobject-2.0.pc'
>>> to the PKG_CONFIG_PATH environment variable
>>> Package 'gobject-2.0', required by 'GdkPixbuf', not found
>>>   
>>
>>
>>  
>>
>>> I couldn't find gnome-config in the setup package search facility.
>>> I did find     cygobject-2.0-0.dll
>>> in                glib2-runtime/glib2-runtime
>>>   
>>
>>
>> The name of the DLL is actually 'cyggobject-2.0-0.dll', the prefix is
>> 'cyg' followed by the package name.  And it is included:
>> http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cyggobject-2.0-0.dll
>>
>> Expected output:
>> $ pkg-config --libs gtk+-2.0
>> -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
>> -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 
>> -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
>>
>> Please run: cygcheck -c gtk2-x11
>>
>> Expected output:
>> $ cygcheck -c gtk2-x11
>> Cygwin Package Information
>> Package              Version        Status
>> gtk2-x11             2.4.4-1        OK
>>
>>
>> If you get the same, then maybe your pkg-config path setting is
>> broken?
>>
>>  
>>
> kdibble@BECCOMPUTER ~
> $ cygcheck -c gtk2-x11
> Cygwin Package Information
> Package              Version        Status
> gtk2-x11             2.4.4-1        OK
>
> OK, so how do I fix aforementioned pkg-config path ?
>
oops.
$ echo $PKG_CONFIG_PATH
/usr/X11R6/lib/pkgconfig




--
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/

