
kgo at grant-olson
Mar 6, 2011, 10:32 PM
Post #2 of 3
(328 views)
Permalink
|
On 03/06/2011 09:46 PM, Kevin Hilton wrote: > Not that I'm helping to much, however this is what I'm getting pulling > the latest git developmental branch when trying to build: > > ecdh.c: In function `pk_ecdh_encrypt_with_shared_point': > ecdh.c:255: error: `GCRY_CIPHER_MODE_AESWRAP' undeclared (first use in > this func > tion) > ecdh.c:255: error: (Each undeclared identifier is reported only once > ecdh.c:255: error: for each function it appears in.) > make[2]: *** [ecdh.o] Error 1 > make[2]: Leaving directory `/home/admin/src/gnupg/g10' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/admin/src/gnupg' > make: *** [all] Error 2 > That probably means you either: 1) Don't have gcrypt installed. 2) Don't have a new enough version. 3) You don't have the development libraries for gcrypt, or they're not in a normal location. If you're building off of the head of the git tree, you'll probably either need to build the newest official version of gcrypt, or get latest branch of that from source control as well. I thought either ./autogen.sh or ./configure would yell if you didn't have a new enough version of gcrypt. Did you run autogen? -- -Grant "Look around! Can you construct some sort of rudimentary lathe?"
|