emacs-devel
[Top][All Lists]
Advanced

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

gnutls/gnutls.h: No such file or directory


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

I have gnutls installed with prefix /usr/local/unix/gnutls and emacs
trunk used to build fine on OSX with:

PKG_CONFIG_PATH=/usr/X11/lib/pkgconfig:/usr/lib/pkgconfig:/usr/local/unix/gnutls/lib/pkgconfig:/usr/local/unix/dbus/lib/pkgconfig
 ./configure --without-jpeg --without-gif --without-tiff

But today I am getting this error:

,----
| In file included from process.h:26,
|                  from dispnew.c:43:
| gnutls.h:23:27: warning: gnutls/gnutls.h: No such file or directory
| gnutls.h:24:25: warning: gnutls/x509.h: No such file or directory
| In file included from process.h:26,
|                  from dispnew.c:43:
| gnutls.h:61: error: expected ‘)’ before ‘state’
| gnutls.h:62: error: expected ‘)’ before ‘state’
| In file included from dispnew.c:43:
| process.h:133: error: expected specifier-qualifier-list before 
‘gnutls_session_t’
| make[1]: *** [dispnew.o] Error 1
| make: *** [src] Error 2
`----

The following two lines in src/Makefile seems relevant:

,----
| LIBGNUTLS_LIBS = -L/usr/local/unix/gnutls/lib -lgnutls  
| LIBGNUTLS_CFLAGS = 
`----

Leo




reply via email to

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