Attempting to build using the source in the zip archive on Mac OS X 10.5.6 i386:

hypnotoad:cryptopp56alpha gbeier$ uname -mprsv
Darwin 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST
2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 i386
hypnotoad:cryptopp56alpha gbeier$ c++ --version
i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
hypnotoad:cryptopp56alpha gbeier$ make
c++ -DNDEBUG -g -O2 -DCRYPTOPP_DISABLE_ASM -pipe -c rijndael.cpp
rijndael.cpp:688: error: no ‘size_t
CryptoPP::Rijndael::Enc::AdvancedProcessBlocks(const byte*, const
byte*, byte*, size_t, CryptoPP::word32) const’ member function
declared in class ‘CryptoPP::Rijndael::Enc’
rijndael.cpp: In member function ‘size_t
CryptoPP::Rijndael::Enc::AdvancedProcessBlocks(const byte*, const
byte*, byte*, size_t, CryptoPP::word32) const’:
rijndael.cpp:734: error: ‘g_cacheLineSize’ was not declared in this scope
make: *** [rijndael.o] Error 1



On Sun, Mar 1, 2009 at 22:07, Wei Dai <[email protected]> wrote:
>
> I have a few things left to do for the 5.6 release, but I'd like to have
> some outside testing and feedback on the changes so far. These are:
>
> 5.6 - added AuthenticatedSymmetricCipher interface class and Filter wrappers
>    - added CCM, GCM (with SSE2 assembly), CMAC, and SEED
>    - improved AES speed on x86 and x64
>    - fixed run-time validation error on x86-64 with GCC 4.3.2 -O2
>    - fixed HashFilter bug when putMessage=true
>    - fixed warnings with GCC 4.3
>    - fixed compiler error in vmac.cpp on x86 with GCC -fPIC
>    - fixed incorrect VMAC computation on message lengths
>      that are >64 mod 128 (x86 assembly version is not affected)
>    - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
>
> You can get the code from SVN, or at
> http://www.cryptopp.com/temp/c5_20090301.zip. Remember to unzip with -a on
> Unix.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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