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 the program with Gtk+ 1.2.  If you use
pkg-config, the module is called gtk+, not gtk+-2.0.

Yeti


--
Anonyms eat their boogers.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to