On Monday, 26 November 2012 02:08:18 UTC+11, gtk wrote:
>
> Hi,
>
> I get this error trying to make crypto++ with mingw64 g++ 4.7.0.
>
>
> secblock.h:91:3: error: 'CheckSize' was not declared in this scope, and no 
> declarations were found by argument-dependent lookup at the point of 
> instantiation [-fpermissive]
> secblock.h:91:3: note: declarations in dependent base 
> 'CryptoPP::AllocatorBase<unsigned char>' are not found by unqualified lookup
> secblock.h:91:3: note: use 'this->CheckSize' instead
> make: *** [algparam.o] Error 1
>

This should fix it:

        AllocatorBase<T>::CheckSize(n);

[I tried reporting this too but GoogleGroups is really screwed up]

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.


Reply via email to