Re: [Mingw-users] [Problem] gdk/gdkx.h: No such file or directory

Tor Lillqvist <[email protected]> Fri, 16 May 2003 00:49:33 +0000
Newsgroups gmane.comp.video.gimp.windows.devel
Message-ID <[email protected]>
Christof Petig writes:
 > Axel R. wrote:
 > > I try to compile a gtk project (xchat)
 > > 
 > > about.c:39:22: gdk/gdkx.h: No such file or directory
 > > 
 > > #ifdef USE_XLIB
 > > #include <gdk/gdkx.h>
 > > #endif
 > > 
 > > And in the config.h file :
 > > #define USE_XLIB 1
 > > 
 > > I think this file is generated by the ./configure batch, did I mistake ?
 > > 
 > > I think that XLIB don't exist for windows and I think that mingw don't have to
 > > use it, did I mistake ?

I thought I already replied to this, but maybe not.

Obviously this is a problem with xchat, if its configure script
generates a config.h file that says USE_XLIB unconditionally. But as
xchat *has* been ported to Win32, you probably should ask on its list
where to find the correct version of the sources, or details on how
the porters proceeded.

--tml