so

I'm building gnunet-gtk with Gnutls 3.6.5

I built this Gnuutls myself and I selected it with

--with-gnutls=$HOME/opt

In the config.log there are these 2 lines:

configure:16404: checking for gnutls
configure:16409: result: /home/catonano/opt

And yet, when I run make, I get

In file included from plugin_gtk_namestore_box.c:62:0:
plugin_gtk_namestore_tlsa.c: In function ‘import_address_cb’:
plugin_gtk_namestore_tlsa.c:964:10: error: ‘GNUTLS_CRT_RAW’ undeclared
(first use in this function); did you mean ‘GNUTLS_CRT_MAX’?
     case GNUTLS_CRT_RAW:
          ^~~~~~~~~~~~~~
          GNUTLS_CRT_MAX
plugin_gtk_namestore_tlsa.c:964:10: note: each undeclared identifier is
reported only once for each function it appears in


I can give you the whole config.log file o config.status, if you need them
_______________________________________________
GNUnet-developers mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Reply via email to