Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Yeti
On Thu, May 04, 2006 at 11:00:48AM -0600, Karihaloo, Ujjval wrote: > I don't seem to have gtk-config; here is out put of your command. > [EMAIL PROTECTED] karihalo]# pkg-config --modversion gtk+ > sh: gtk-config: command not found > sh: gtk-config: command not found > sh: gtk-config: command not f

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Michael L Torrie
On Thu, 2006-05-04 at 18:59 +0200, David Nečas (Yeti) wrote: > > configure was generated on a system lacking gtk+-devel, > ^^ > This > is the name of the development package. > > Anyway, you can fin

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Karihaloo, Ujjval
ailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 10:59 AM To: Karihaloo, Ujjval Cc: gtk-app-devel-list@gnome.org Subject: Re: GTK with GCC 4.1 on Fedora Core 5 On Thu, May 04, 2006 at 09:48:39AM -0600, Karihaloo, Ujjval wrote: > Hi, > > I am not sure if the GTK+ 1.2.10 version th

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Yeti
Thursday, May 04, 2006 2:45 AM > To: Karihaloo, Ujjval > Cc: gtk-app-devel-list@gnome.org > Subject: Re: GTK with GCC 4.1 on Fedora Core 5 > > On Wed, May 03, 2006 at 09:17:59PM -0600, Karihaloo, Ujjval wrote: > > ./configure: line 5028: syntax error near unexpected token `1.2

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Michael L Torrie
program and get the cflags and library flags automatically. Michael > > -Original Message- > From: David Necas (Yeti) [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 04, 2006 2:45 AM > To: Karihaloo, Ujjval > Cc: gtk-app-devel-list@gnome.org > Subject: Re: GTK with GC

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread Karihaloo, Ujjval
GCC 4.1 on Fedora Core 5 On Wed, May 03, 2006 at 09:17:59PM -0600, Karihaloo, Ujjval wrote: > ./configure: line 5028: syntax error near unexpected token `1.2.0,' > ./configure: line 5028: `AM_PATH_GTK(1.2.0, ,' configure was generated on a system lacking gtk+-devel, AM_PATH_GTK() wa

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-04 Thread David Necas (Yeti)
On Wed, May 03, 2006 at 09:17:59PM -0600, Karihaloo, Ujjval wrote: > ./configure: line 5028: syntax error near unexpected token `1.2.0,' > ./configure: line 5028: `AM_PATH_GTK(1.2.0, ,' configure was generated on a system lacking gtk+-devel, AM_PATH_GTK() was undefined then and thus left unexpande

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread Karihaloo, Ujjval
t: Re: GTK with GCC 4.1 on Fedora Core 5 On Wed, May 03, 2006 at 05:02:07PM -0600, Karihaloo, Ujjval wrote: > Here is another Error I am getting: > > undefined reference to `gtk_menu_ensure_uline_accel_group' > > Any idea? You are trying to compile and link a Gtk+ 1.2 program w

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread David Necas (Yeti)
On Wed, May 03, 2006 at 05:02:07PM -0600, Karihaloo, Ujjval wrote: > Here is another Error I am getting: > > undefined reference to `gtk_menu_ensure_uline_accel_group' > > Any idea? You are trying to compile and link a Gtk+ 1.2 program with Gtk+ 2.x -- and GCC is innocent here. Compile and link

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread Karihaloo, Ujjval
devel-list@gnome.org Subject: Re: GTK with GCC 4.1 on Fedora Core 5 On Wed, 3 May 2006, Karihaloo, Ujjval wrote: > I have an application which uses gtk and was compiled in GCC > 3.3.2 and now it is failing compilation in GCC 4.1 (on Fedora > Core 5) with errors like: > > GTK_TEXT -

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread Allin Cottrell
On Wed, 3 May 2006, Karihaloo, Ujjval wrote: I have an application which uses gtk and was compiled in GCC 3.3.2 and now it is failing compilation in GCC 4.1 (on Fedora Core 5) with errors like: GTK_TEXT - Undefined, First Use in Function GTK_TEXT is a macro pertaining to the (seriously!) d