On Sunday, January 26, 2020 at 10:24:19 PM UTC-5, Jean wrote: > > Hi Jeffrey ! > > Thanks for your very quick reply! > I didn't expect an answer so soon, especially a sunday afternoon. > > > The aria_simd.cpp recipe should use -mssse3. Other *_simd.cpp files > > have similar requirements; see > > https://www.cryptopp.com/wiki/BASE+SIMD#Arch_Options. > > > > What operating system are you using? > Windows 10 Pro > 64 bit Operating System, x64-based processor >
You will need this commit for the (1) arch compile error: https://github.com/weidai11/cryptopp/commit/cc23a39fb9e0 . You will need this commit for the (2) realpath compile error: https://github.com/weidai11/cryptopp/commit/9f0b2e27bbae The second error, (2) realpath, will not affect the library. It does affect the self tests since cryptest.exe does not build. You may need this patch, if you have problems with localtime or asctime: https://github.com/weidai11/cryptopp/commit/b706548e6cd5 Jeff -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/cryptopp-users/09be5001-e776-4f5b-8490-7039f638b8f7%40googlegroups.com.
