all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: emacs-devel@gnu.org
Subject: gnutls/gnutls.h: No such file or directory
Date: Mon, 20 Jun 2011 10:13:22 +0800	[thread overview]
Message-ID: <m1mxhd1c8t.fsf@th041141.ip.tsinghua.edu.cn> (raw)

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	other threads:[~2011-06-20  2:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-20  2:13 Leo [this message]
2011-06-20 13:34 ` gnutls/gnutls.h: No such file or directory 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1mxhd1c8t.fsf@th041141.ip.tsinghua.edu.cn \
    --to=sdl.web@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.