Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Subject: Re: Gtk
To: cygwin@cygwin.com
X-Mailer: Lotus Notes Release 5.0.6a  January 17, 2001
Message-ID: <OFF7359901.123153A5-ONC1256AE3.0031C110@dmz.tele2.se>
From: mark.baxter@4tsolutions.se
Date: Fri, 12 Oct 2001 11:06:25 +0200
X-MIMETrack: Serialize by Router on GW/Tele2(Release 5.0.8 |June 18, 2001) at 2001-10-12
 11:04:26
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id f9C98bR30052


Until now I hadn't considered using GTK or any GNOEM stuff with Cygwin.
WHat exactly do you need to install to be abel to compile GTK programs? Is
it just GTK or do you need anythign else liek Gmome-Libs or suchlike?


Thanks,



Mark





                                                                                                                                                   
                    "Gerrit P. Haase"                                                                                                              
                    <gp@familiehaase.de>         To:     adriel cartmell <aa228@pgfn.bc.ca>                                                        
                                                 cc:     cygwin@cygwin.com                                                                         
                    Sent by:                     Subject:     Re: Gtk                                                                              
                    cygwin-owner@sources.                                                                                                          
                    redhat.com                                                                                                                     
                                                                                                                                                   
                                                                                                                                                   
                    12/10/01 08:05                                                                                                                 
                    Please respond to                                                                                                              
                    cygwin                                                                                                                         
                                                                                                                                                   
                                                                                                                                                   




adriel cartmell schrieb am 2001-10-11, 15:07:

> Forgive me if this is the wrong place for this.
>
> I need help installing GTk for cygwin...I installed Gtk where it all
>should be. but When i make a small gTk program and have the
>#include <gtk/gtk.h> it says "gtk/gtk.h no such file" even though
>the file is in the usr/include/.. any ideas why this 'anit working?
>
> sorry again if this is the wrong place to post

Sure it is in /usr/include/gtk, not /usr/local/gtk-1.x/gtk?
Most gtk programs use .../bin/gtk-config to determine were the
stuff is located, but if not, be sure to set the INCLUDES to
point to the correct directory ( -I.../include/gtk-1.2 ).
 I build it myself and the headers were placed in
/usr/local/include/gtk-1.2/gtk

Gerrit


--
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/




