Re: GTK+ Compileing with C



On Thu, Mar 03, 2005 at 01:08:21PM -0600, Your Guardian Angel wrote:
> /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libpangoft2-1.0.so:
> undefined reference to `g_assert_warning'
> /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libpangoft2-1.0.so:
> undefined reference to `g_return_if_fail_warning'
> 
> I try to compile the first script on the tutorial on the GTK page, i
> get this error. i have pango, libpangoft, and all the like and i can't
> figure out what is wrong. please help me.

g_assert_warning() and g_return_if_fail_warning() are new in
GLib 2.6.  It seems you have headers from GLib 2.6, but link
with an older version of the library.

Yeti


--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?



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