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!) deprecated GtkText structure. You'll have to define

GTK_ENABLE_BROKEN

somewhere in your sources to use this dinosaur. (I think the change you're seeing is probably due to a GTK update, not the gcc update.)

Allin Cottrell
_______________________________________________
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