On Saturday 03 November 2007, David Reiser wrote: > When I try to compile gnutls 2.0.2 on my mac, the build fails with: > gnutls_openpgp.c:675: error: too many arguments to function > 'cdk_stream_tmp_from_mem' > gnutls_openpgp.c:675: warning: assignment makes integer from pointer > without a cast > gnutls_openpgp.c: In function 'gnutls_certificate_set_openpgp_keyring_mem': > gnutls_openpgp.c:952: error: too many arguments to function > 'cdk_stream_tmp_from_mem' > gnutls_openpgp.c:952: warning: assignment makes integer from pointer > without a cast > make[3]: *** [gnutls_openpgp.lo] Error 1 > > > Is this a bug, or am I missing a dependency?
It seems you're missing opencdk or you have an old version of it. Try the latest (0.6.5). regards, Nikos _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
