gtk+ fails to build



Could somebody pls forward this mail to the gtk list for me as I'm not
subscribed...

When I just checked out the latest gtk+ from CVS, I went to compile with
'--disable-xim' ... It compiled pretty much ok, except when i went to link
programs with it i got:

undefined reference to GDK_ROOT_WINDOW()

When i did some hunting, I found that it was defined in:
gdk/gdkx.h:#define GDK_ROOT_WINDOW()             gdk_root_window

however, gdk/gdk.c only includes this file if USE_XIM is defined...
#ifdef USE_XIM
#include "gdkx.h"
#endif

Regards,
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Paul Duran				- Phone: (02) 9964 3592		-
= Software Engineer			= Email: pauld@hutch.com.au	=
- Hutchison Telecoms Australia (Ltd)	- Fax:   (02) 9964 3550		-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



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