monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] nvm.stripped & botan on FreeBSD [Was: propose to land .


From: Lapo Luchini
Subject: [Monotone-devel] nvm.stripped & botan on FreeBSD [Was: propose to land .stripped on Tuesday]
Date: Mon, 16 Feb 2009 10:04:17 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090114)

Lapo Luchini wrote:
> FreeBSD:
> migrate_ancestry.cc: In member function
> 'void<unnamed>::anc_graph::write_certs()':
> migrate_ancestry.cc:198: error: 'class key_store' has no member named
> 'get_rng'
> migrate_ancestry.cc: At global scope:
> migrate_ancestry.cc:608: warning: 'current_rev_debugger' has a field
> 'current_rev_debugger::agraph' whose type uses the anonymous namespace

Seems to be because:

key_store.hh:46 #if BOTAN_VERSION_CODE >= BOTAN_VERSION_CODE_FOR(1,7,7)
key_store.hh:47   Botan::RandomNumberGenerator & get_rng();
key_store.hh:48 #endif

while migrate_ancestry.cc:198 uses it unconditionally, and FreeBSD
Ports' botan is still at 1.6.5… yes, I should probably upgrade that, but
the unconditional use at line 198 is probably wrong anyways, unless we
have 1.7.7 as a minimum supported botan version.

-- 
Lapo Luchini - http://lapo.it/





reply via email to

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