Add the following in your Makefile and add gtk lib path into your
PKG_CONFIG environment .
GTKCFLAGS = `pkg-config --cflags gtk+-2.0` -DGTK_ENABLE_BROKEN
GTKLDFLAGS += `pkg-config --libs gtk+-2.0`
On 7/29/05, Raghavendra wrote:
>
> Hi
> we are developing a application for Simputer(basically E
Hi All:
A GtkSocket problem confused me for a long time.
By all ways I can not solve the problem, so I post it in this mail
list to find help from gtk experts.
Thanks lot.
Here is the source code:
static pid_t kbd_pid;
static const char *xkbd_path = "xkbd";
static guint xkbd_xid = 0;
static void
Hi All:
A GtkSocket problem confused me for a long time.
By all ways I can not solve the problem, so I post it in this mail
list to find help from gtk experts.
Thanks lot.
Here is the source code:
static pid_t kbd_pid;
static const char *xkbd_path = "xkbd";
static guint xkbd_xid = 0;
static void