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 - 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]