Fw: [Glade-users] Adding headers for threads in glade-2

Jim Deas Jim Deas" <jdeas@jadsystems.com
Sat, 12 Apr 2003 21:51:22 -0700


The falure message is undefined function and
missing header files.
 What is the proper way to add glib and gnome
headers /libs to a glade-2 project?



----- Original Message ----- 
From: 
To:
Sent: Saturday, April 12, 2003 8:51 PM
Subject: Re: [Glade-users] Adding headers for threads in glade-2


> What are the actual failure messages?  Maybe it's not glib that's the 
> problem.
> 
> Cheers,
> 
> Rikke
> 
> On 2003.04.12 20:31, Jim Deas wrote:
> > I am trying to add glib routines to main.c to
> > run a mult-threaded app.
> > I see where glib-2.0 is in the dep files but
> > adding the line
> > 
> > #include <glib-2.0/glib.h>
> > 
> > does not see to get me all the valid files.
> > I am at a loss on the dependencies and header.
> > 
> > How would I add the header and recompile the
> > Makefiles so I could use the following functions
> > in main.c
> > ----------------------------
> > g_thread_init(NULL)
> > gdk_threads_init()
> > -------------------------
> > 
> > Regards,
> > J. Deas
> > 
> > _______________________________________________
> > Glade-users maillist  -  Glade-users@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/glade-users
> > 
>