I've just subscribed and hope someone can help. I am getting compile
errors. I am running FreeBSD 4.5. I freshly updated (cvsup all) my
ports directory and individually installed all the dependent packages
listed for gnunet.
In the /usr/ports/net/gnunet directory, I can do make (version 0.4.6),
but I get an error in make install:
===> Registering installation for gnunet-0.4.6
"Makefile", line 20: Malformed conditional (defined(WITH_COMPAT) &&
${WITH_COMPAT:L} != no)
"Makefile", line 23: if-less else
"Makefile", line 23: Need an operator
"Makefile", line 25: if-less endif
"Makefile", line 25: Need an operator
make: fatal errors encountered -- cannot continue
I downloaded the 0.5.0 from ovmj. I can't get past ./configure, which
gives me:
checking for gdbm_open in -lgdbm... no
configure: error: GNUnet needs gdbm
Exit 1
.. even though in the above 0.4.6 make is says:
checking for gdbm_open in -lgdbm... yes
(I even checked by hand and the routine is in there).
I'd really rather run 0.5.0.
Very strange. Does anyone know what my problem might be? Thanks.