Re: gtk 1.0.2 Compile problems




"Christopher S. Aker" <caker@cybercomm.net> writes:

> This is probably a question that gets asked too many times on this list,
> but I am at a loss trying to get GIMP and GTK to compile on my system.
> 
> I am running RedHat 4.2, kernel 2.0.33 on a 100Mhz 486.
> 
> running make, i get:
> 
> ...
> gdk.c:24: X11/Xlocale.h: No such file or directory
> gdk.c:40: X11/Xatom.h: No such file or directory
> gdk.c:41: X11/Xlib.h: No such file or directory
> gdk.c:42: X11/Xos.h: No such file or directory
> gdk.c:43: X11/Xutil.h: No such file or directory
> gdk.c:44: X11/Xmu/WinUtil.h: No such file or directory
> gdk.c:46: X11/Xresource.h: No such file or directory
> gdk.c:48: X11/cursorfont.h: No such file or directory
> In file included from gdk.c:50:
> gdkprivate.h:23: X11/Xlib.h: No such file or directory
> gdkprivate.h:24: X11/Xutil.h: No such file or directory
> make[2]: *** [gdk.lo] Error 1
> make[2]: Leaving directory `/home/caker/GIMP Stuff/gtk+-1.0.2/gdk'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/caker/GIMP Stuff/gtk+-1.0.2'
> make: *** [all-recursive-am] Error 2
> [root@legend gtk+-1.0.2]#
> 
> Obviously, I am missing some kind of X header files.  Any comments?

Well, there are several possibilities. The first possibility
is that you haven't installed the necessary X development package
that includes the headers.

The second possiblity is that the configure test for X failed
for some reason, and because of that, the compilation flags
are not being set correctly. If this is the case, the relevant
error messages will appear in the file called 'config.log' which
was created when you ran configure.

Regards,
                                        Owen



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