Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41626FD4.9050000@alltel.net> Date: Tue, 05 Oct 2004 04:56:36 -0500 From: Ken Dibble 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: "Gerrit @ cygwin" Subject: Re: Newbie GUI development References: <4162678A DOT 1050000 AT alltel DOT net> <1519916300 DOT 20041005114618 AT familiehaase DOT de> In-Reply-To: <1519916300.20041005114618@familiehaase.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 AT 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 ? Thanks, Ken -- 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/