monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Re: [patch] netio.hh


From: Peter Simons
Subject: [Monotone-devel] Re: [patch] netio.hh
Date: 16 May 2004 12:58:32 +0200

After applying the patch, I was able to pull the latest
version of Monotone from off.net. The ID is
67609dedb843f22759a3a86259f0da9d96cf966f.

Building that version, however, fails:

make[2]: Entering directory `/usr/local/src/monotone-current'
if g++ -DLOCALEDIR=\"/usr/local/monotone/share/locale\" -DHAVE_CONFIG_H -I. -I. 
-I.    -I./lua -I./sqlite -DNDEBUG -DBOOST_DISABLE_THREADS -Wall  -O0 -MT 
monotone-keys.o -MD -MP -MF ".deps/monotone-keys.Tpo" \
  -c -o monotone-keys.o `test -f 'keys.cc' || echo './'`keys.cc; \
then mv -f ".deps/monotone-keys.Tpo" ".deps/monotone-keys.Po"; \
else rm -f ".deps/monotone-keys.Tpo"; exit 1; \
fi
keys.cc: In function `void get_passphrase(lua_hooks&, const rsa_keypair_id&, 
   CryptoPP::SecByteBlock&)':
keys.cc:83: error: `read_password' undeclared (first use this function)
keys.cc:83: error: (Each undeclared identifier is reported only once for each 
   function it appears in.)
keys.cc: In function `void generate_key_pair(lua_hooks&, const rsa_keypair_id&, 
   base64<rsa_pub_key>&, base64<arc4<rsa_priv_key> >&)':
keys.cc:170: error: parse error before `;' token
keys.cc:174: error: `pass' undeclared (first use this function)
keys.cc:177: error: `persist_phrase' undeclared (first use this function)
keys.cc:179: error: `phrases' undeclared (first use this function)
keys.cc:179: error: `keyid' undeclared (first use this function)
keys.cc:168: warning: unused variable `char*pass_2'
keys.cc:168: warning: unused variable `char*pass_1'
keys.cc:141: warning: unused variable `int pass_count'
make[2]: *** [monotone-keys.o] Error 1
make[2]: Leaving directory `/usr/local/src/monotone-current'

Peter





reply via email to

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