Re: undefined reference to GTK_TEXT



В Птн, 27/10/2006 в 09:31 +0200, ferri_marllo gva es пишет:
> Hi!!
> I'm compiling a gtk project using devcpp 
> and i have a problem like this:
> [linker error] undefined reference to GTK_TEXT
> 
> can you help me??
> thanks!!

GTK_TEXT is macros for GtkText widget which is deprecated and will be
removed soon. So it's guarded by defines.

You probably need to add something like -DGTK_ENABLE_BROKEN to the
compiler flags in your makefiles. See the reference documentation on gtk
for more details

http://developer.gnome.org/doc/API/2.0/gtk/GtkText.html




Attachment: signature.asc
Description: =?koi8-r?Q?=FC=D4=C1?= =?koi8-r?Q?_=DE=C1=D3=D4=D8?= =?koi8-r?Q?_=D3=CF=CF=C2=DD=C5=CE=C9=D1?= =?koi8-r?Q?_=D0=CF=C4=D0=C9=D3=C1=CE=C1?= =?koi8-r?Q?_=C3=C9=C6=D2=CF=D7=CF=CA?= =?koi8-r?Q?_=D0=CF=C4=D0=C9=D3=D8=C0?=



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