On Sat, 2016-06-04 at 06:41 -0400, Anthony Jagers wrote: > I'm in a Cross-LFS setup. > > This is the error. > > make[4]: Entering directory '/root/archives/gnutls-3.4.12/guile/src' > CC guile_gnutls_v_2_la-core.lo > core.c: In function 'scm_init_gnutls': > core.c:3261:31: error: expected ')' before ';' token > (void) gnutls_global_init (); > ^ > core.c:3271:1: error: invalid use of void expression
This is related to guile bindings. I'm CCing Ludo for that, but a quick work around is to use --disable-guile on configure if you don't need these bindings. regards, Nikos > This is make in debug mode with the full error > http://pastebin.com/GaLrJNjV > > This is a spec dump with gcc > http://pastebin.com/cBJBrKtd _______________________________________________ Gnutls-help mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-help
