[Botan-devel] Botan 1.5.10 - Compilation issue under VS .net 2003

Templie Cédric cedric.templie at echotech.ch
Mon Aug 28 11:32:11 EDT 2006


Hello,

Thanks, I will nevertheless continue to post issues I found here :)

So in order to pass the previous issue I did the following :
I use: *global_config().option_as_list("rng/ms_capi_prov_type");* 
instead of Config::get_list(...);

A new issue appear:

    x509cert.cpp
    src\x509cert.cpp(290) : error C2326: 'bool 
Botan::create_dn::DN_Matcher::operator ()(const _STL::string &,const 
_STL::string &) const' : function cannot access         
'Botan::operator`!=''
    NMAKE : fatal error U1077: 'cl' : return code '0x2'
    Stop.

I have no clue at all about the issue.

Thanks again

Templie Cédric

Joel Low wrote:
> Jack is away at the moment, I've informed him a while earlier and he should
> be back in business sometime this week.
>
> Joel
>
>   
>> -----Original Message-----
>> From: Templie Cédric [mailto:cedric.templie at echotech.ch]
>> Sent: 28 August 2006 8:50 PM
>> To: botan-devel at randombit.net
>> Subject: [Botan-devel] Botan 1.5.10 - Compilation issue under VS .net
>> 2003
>>
>> 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
>>
>>     
>
>
>
> _______________________________________________
> 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