emacs-devel
[Top][All Lists]
Advanced

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

Re: gnutls/gnutls.h: No such file or directory


From: Leo
Subject: Re: gnutls/gnutls.h: No such file or directory
Date: Mon, 20 Jun 2011 22:21:47 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.7)

On 2011-06-20 21:34 +0800, Ted Zlatanov wrote:
> What does `pkg-config --cflags gnutls' say on your system?  If it's
> blank (as the src/Makefile snippet implies), then it seems `pkg-config'
> is not giving the right include path to the compiler.

I was able to build and use gnutls with zlib 1.2.3 (default in OSX) but
the gnutls.pc requires zlib like this:

Requires.private: zlib

So pkg-config --cflags gnutls gives this error:

Package zlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zlib.pc'
to the PKG_CONFIG_PATH environment variable
Package 'zlib', required by 'GnuTLS', not found

BTW, zlib.pc is not found on OSX.

Leo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]