On Wednesday, January 13, 2016 at 11:38:41 AM UTC-5, [email protected] wrote: > > This is happening with a jan 5 checkout of the master branch. Is this > fixed? >
Probably not since you are working from Master. > Also, I'm using SDK 9.2, which required a setenv-ios.sh edit. > If you don't mind me asking, what did you change? > $ . ./setenv-ios.sh simulator i386 > $ make -f GNUmakefile-cross -j 8 > ... > Add -DCRYPTOPP_DISABLE_ASM for now. I thought we finished the Clang Integrated Assembler cut-in, but it appears there are some loose ends. Prior to the cut-in, everything using Clang required -DCRYPTOPP_DISABLE_ASM. Clang and its integrated assembler is challenging. LLVM Clang and Apple Clang use different versioning schemes, and the integrated assembler does not consume Intel syntax. And the Linux port appears to have some additional patches, so it almost like we are dealing with 3 different compilers/assemblers. Jeff -- -- 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. --- 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]. For more options, visit https://groups.google.com/d/optout.
