Re: configure error: "Can't find X11 headers and libs"
Re: configure error: "Can't find X11 headers and libs"
- Subject: Re: configure error: "Can't find X11 headers and libs"
- From: "Piotr Grzybowski" <email@hidden>
- Date: Mon, 7 Jul 2008 18:16:52 +0200
Hullo Ben,
send us the config.log, there you can learn what went wrong.
my first suggestion would be to add CFLAGS and LDFLAGS
variables before running ./configure, the x11 includes and
libs are in /usr/X11/include and /usr/X11/lib repectively
(on my mac os x 10.5.4). if you have those directories
or have the X11/include somewhere else you should run
CFLAGS="-I/usr/X11/inlude" LDFLAGS="-L/usr/X11/lib" ./configure
if you do not have the includes and/or libs you need them,
follow the Martin's advice in installing the sdk.
pete
On 7/7/08, Ben Aurel <email@hidden> wrote:
> I try to build ratpoison from source on mac os x 10.5.4 (Intel).
>
> - the latest X11 package is installed X112.2.3
> (http://xquartz.macosforge.org/trac/wiki/X112.2.3)
>
> - installation of the latest ratpoison (1.4.3):
> -- $ mkdir -p ~/installs/ratpoison
> -- $ wget
> http://download.savannah.gnu.org/releases/ratpoison/ratpoison-1.4.3.tar.gz
> -- $ tar xfvz ratpoison-1.4.3.tar.gz && cd ratpoison-1.4.3
> -- $ ./configure
> ....
> configure: error: *** Can't find X11 headers and libs
>
> (for the complete ./configure output see at the bottom of the email)
>
> What can be done here?
> - specify the path of headers and libs?
> - installing a devel version of X11?
> - ... ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden