[Botan-devel] Botan 1.5.10 - Compilation issue under VS .net 2003
Jack Lloyd
lloyd at randombit.net
Tue Aug 29 14:00:50 EDT 2006
Hi Templie,
I caught this just before I left, fix is to replace the line:
capi_provs = Config::get_list("rng/ms_capi_prov_type");
with:
capi_provs = global_config().option_as_list("rng/ms_capi_prov_type");
(or pull from mainline, which has the same fix applied already)
-Jack
On Mon, Aug 28, 2006 at 02:50:00PM +0200, Templie C?dric wrote:
> Hello,
>
> I just retrieve the 1.5.10 version of Botan and try to compile it under
> VS .net 2003 and STLPort
>
> I add some compilation flags: /Zc:wchar_t /Zc:forScope /DUNICODE
> /D_UNICODE /DNDEBUG /DWIN32 /D_WINDOWS /D_USRDLL
> (Nevertheless build failed even without these flags)
>
> Here is the compilation issue I have:
>
> modules\es_capi\es_capi.cpp(77) : error C2039: 'get_list' : is not a
> member of 'Botan::Config'
> build\include\botan\config.h(21) : see declaration of
> 'Botan::Config'
> modules\es_capi\es_capi.cpp(77) : error C3861: 'get_list':
> identifier not found, even with argument-dependent lookup
> NMAKE : fatal error U1077: 'cl' : return code '0x2'
> Stop.
>
> I check the config.h file and did not find the get_list method.....
>
> Could someone help me please.
>
> Thanks in advance
>
> Templie C?dric
> _______________________________________________
> botan-devel mailing list
> botan-devel at randombit.net
> http://www.randombit.net/mailman/listinfo/botan-devel
More information about the botan-devel
mailing list