On Thu, Dec 23, 2010 at 9:03 PM, Robert Park <[email protected]> wrote: > checking for X... no > configure: error: X11 development libraries/headers not found
Managed to get this working by running this from a shell: ./configure --x-includes=/usr/include/X11/ --x-libraries=/usr/lib64/X11/ --prefix=/opt/gnome/ And then it configured and compiled properly. Maybe the config script for the package doesn't know about 64-bit libraries? I'm not sure who to report this bug to. -- http://exolucere.ca _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
