[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] 0.6.3 compile error with gcry [WAS: Re: [Help-gnunet
From: |
Christian Grothoff |
Subject: |
[GNUnet-developers] 0.6.3 compile error with gcry [WAS: Re: [Help-gnunet] GNUnet 0.6.3 released] |
Date: |
Tue, 3 Aug 2004 11:19:11 +0530 |
User-agent: |
KMail/1.5 |
On Tuesday 03 Aug 2004 12:14 am, you wrote:
> HighLow Christian,
>
> running "make" makes me sad :-(
>
>
> make[6]: *** No rule to make target `rndlinux.c', needed by
> `rndlinux.lo'. Stop.
> make[6]: Leaving directory `/root/downloads/GNUnet-0.6.3/src/util/gcry'
> make[5]: *** [all-recursive] Error 1
>
>
> What the hell...?! Have you infringed a patent? ;-)
>
> SCNR
>
> Peter
Looks like a problem with the build scripts. Previously I was always
packaging with GNUnet configured for gcry, this time I packaged with GNUnet
configured for libgcrypt. The problem seems to be that in that case some
AM-defines are not present and the autotools decide not to include certain
files in the tar-ball that are required for the gcry setup.
I have two other problems that have been reported, I'll look into those and
then put out a bugfix release asap.
Christian