help-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnunet] Compile errors


From: Blake Matheny
Subject: Re: [Help-gnunet] Compile errors
Date: Tue, 28 Jan 2003 16:26:39 -0500
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1) Gecko/20020827

The GNUnet from the ports system is out of date (eventually I'll get around to moving to 0.5.1 or so), make sure to use 0.5.0 (with the patch if possible). If gdbm is installed in /usr/local/{include,lib} you will likely need to set the following environmental variables before running configure
export LDFLAGS=-L/usr/local/lib
export CPPFLAGS=-I/usr/local/include
I think the README file documents some of these things, but please let me know if you have any other issues.

-Blake

Jay Dresser wrote:
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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]