On Tue, 2006-11-28 at 08:58 -0800, steve kirby wrote: > Hi David, > > Thanks for your reply. > > I see what you mean. config.log saves all of the tests and a test > failure doesn't necessarily mean configure is failing. > > When I run configure, it is stopping with: > *** > checking for X... no > configure: error: X development libraries not found > *** > > From config.log I see: "conftest.c:63:27: X11/Intrinsic.h: No such > file or directory" > Could this be the cause for the error in configure? I found a > "Intrinsic.h", put it in "/usr/X11R6/include/X11/" then > added /usr/X11R6/include to PATH, but didn't work. > > I do have a /usr/lib/X11 and a /usr/X11R6/lib/X11. Do I need to > provide a flag on the command line of configure? > > What X libraries is it looking for and where do they need to be?
You need development packages for X11 development. libX11-devel or something like that. -- m -- Mariano Suárez-Alvarez http://www.gnome.org/~mariano _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
