nbtheory.cpp(1026,90): error E2268: E2268 Call to undefined function 'log'
nbtheory.cpp(1033,90): error E2268: E2268 Call to undefined function 'log' 

  fixed by addinb std::log

[bcc32 Fatal Error] adhoc.cpp(1): F1009 Unable to open input file 
'adhoc.cpp'
   
   fixed by excluding from the build

finally I got the .lib 
[TLIB Warning] Warning: library was too large for page size, rebuilt with 
page size 1024

But I got a lot of errors when I build the .exe

[bcc32 Error] bench1.cpp(64): E2268 Call to undefined function 'log'
[bcc32 Error] bench1.cpp(100): E2268 Call to undefined function 'log'
[bcc32 Warning] bench1.cpp(407): W8012 Comparing signed and unsigned values
[bcc32 Error] factory.h(104): E2040 Declaration terminated incorrectly
[bcc32 Error] factory.h(105): E2451 Undefined symbol 's_registry'
[bcc32 Error] factory.h(105): E2357 Reference initialized with 'undefined', 
needs lvalue of type 'ObjectFactoryRegistry<RandomNumberGenerator,0>'
[bcc32 Error] factory.h(104): E2040 Declaration terminated incorrectly
[bcc32 Error] factory.h(105): E2451 Undefined symbol 's_registry'
[bcc32 Error] factory.h(105): E2357 Reference initialized with 'undefined', 
needs lvalue of type 'ObjectFactoryRegistry<NIST_DRBG,0>'
[bcc32 Error] factory.h(104): E2040 Declaration terminated incorrectly
[bcc32 Error] factory.h(105): E2451 Undefined symbol 's_registry'
[bcc32 Error] factory.h(105): E2357 Reference initialized with 'undefined', 
needs lvalue of type 'ObjectFactoryRegistry<HashTransformation,0>'
[bcc32 Error] factory.h(104): E2040 Declaration terminated incorrectly
[bcc32 Error] factory.h(105): E2451 Undefined symbol 's_registry'
[bcc32 Error] factory.h(105): E2357 Reference initialized with 'undefined', 
needs lvalue of type 'ObjectFactoryRegistry<AuthenticatedSymmetricCipher,0>'
[bcc32 Error] factory.h(104): E2040 Declaration terminated incorrectly
[bcc32 Error] factory.h(105): E2451 Undefined symbol 's_registry'
[bcc32 Error] factory.h(105): E2357 Reference initialized with 'undefined', 
needs lvalue of type 'ObjectFactoryRegistry<MessageAuthenticationCode,0>'
[bcc32 Error] factory.h(104): E2040 Declaration terminated incorrectly
[bcc32 Error] factory.h(105): E2451 Undefined symbol 's_registry'
[bcc32 Error] factory.h(105): E2357 Reference initialized with 'undefined', 
needs lvalue of type 'ObjectFactoryRegistry<SymmetricCipher,0>'

Thank you in advance.
GZ








-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to