Re: Eclipse cannot find GTK+ libraries

2005-06-13 Thread Yann Normand
Owen Taylor a crit: On Sat, 2005-06-11 at 19:24 +, [EMAIL PROTECTED] wrote: Rpm of Gtk+2.0 requested too many other packages, so I compiled all of them. You said you were using FC3 ... if you did a standard workstation install, you'll already have everything

Re: Eclipse cannot find GTK+ libraries

2005-06-12 Thread polat
I have checked the makefile and the project (a Standard Make Project) compiled. Thanks a lot everyone, Polat ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Eclipse cannot find GTK+ libraries

2005-06-11 Thread polat
Hi, I'm using Fedora Core 3 and trying to compile a simple Hello World program by using GTK+ and Eclipse 3.0.2. But Eclipse cannot find either config.h or gtk/gtk.h (the source is given below and taken from http://bo.majewski.name/bluear/gnu/GTK/plain/index.htm ) First I thought I didn't have

Re: Eclipse cannot find GTK+ libraries

2005-06-11 Thread Owen Taylor
On Sat, 2005-06-11 at 16:21 +, [EMAIL PROTECTED] wrote: Hi, I'm using Fedora Core 3 and trying to compile a simple Hello World program by using GTK+ and Eclipse 3.0.2. But Eclipse cannot find either config.h or gtk/gtk.h (the source is given below and taken from

Re: Eclipse cannot find GTK+ libraries

2005-06-11 Thread polat
Rpm of Gtk+2.0 requested too many other packages, so I compiled all of them. After I have installed gtk+-devel-1.2.10-33.i386.rpm, pkg-config gtk+ --cflags returned: -I/usr/include/gtk-1.2 -I/usr/X11R6/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include pkg-config gtk+ -- libs returned

Re: Eclipse cannot find GTK+ libraries

2005-06-11 Thread Afonso Costa
Hi, You must install Gtk+ 2.0 not Gtk+ 1.2. Take a look at http://www.gtk.org/ for more information about Gtk+ 2.0 and its dependencies. If you want to use Gtk+ 1.2 you need to change your Makefile adding your Gtk+ 1.2 flags. BR, Afonso On 6/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: Eclipse cannot find GTK+ libraries

2005-06-11 Thread Owen Taylor
On Sat, 2005-06-11 at 19:24 +, [EMAIL PROTECTED] wrote: Rpm of Gtk+2.0 requested too many other packages, so I compiled all of them. You said you were using FC3 ... if you did a standard workstation install, you'll already have everything needed. If not, you need to install gtk2-devel and