unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnutls/gnutls.h: No such file or directory
@ 2011-06-20  2:13 Leo
  2011-06-20 13:34 ` Ted Zlatanov
  0 siblings, 1 reply; 8+ messages in thread
From: Leo @ 2011-06-20  2:13 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-06-21 13:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20  2:13 gnutls/gnutls.h: No such file or directory Leo
2011-06-20 13:34 ` Ted Zlatanov
2011-06-20 14:21   ` Leo
2011-06-20 14:52     ` Ted Zlatanov
2011-06-21  8:59       ` Leo
2011-06-21 11:44         ` Ted Zlatanov
2011-06-21 12:55           ` Ted Zlatanov
2011-06-21 13:03           ` Stephen J. Turnbull

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).