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?
>
> Also, I'm using SDK 9.2, which required a setenv-ios.sh edit.
>

OK, we added two files tonight. First was an updated iOS environment 
script. It was simplified from the earlier one. You can invoke it with:

    setenv-ios.sh <SDK> <ARCH>

SDK is optional, and it can be one of the following. By default, its 
iPhoneOS.

  * iPhoneOS
  * iPhoneSimulator
  * WatchOS
  * WatchSimulator
  * AppleTVOS
  * AppleTVSimulator

ARCH is optional, and it can be one of the following. By Default, its ARMv7 
if SDK is iPhoneOS. Its i386 if SDK is iPhoneSimulator.

  * i386
  * x86_64
  * ARMv5
  * ARMv6
  * ARMv7
  * ARMv7s
  * ARM64

You no longer have to worry about things like LLVM's libc++ vs GNU's 
stdlibc++. LLVM's runtime has been default since at least Xcode 5.0, and 
allowing a choice has mostly caused linking problems under iOS.

The second file added was a test script that builds the Crypto++ library 
under whatever Xcode supports. The script is a smoke test and should help 
catch breaking changes. We still need to run 'cryptest.exe' under a 
Jailbroken device.

The files provided under "Added iOS environment and test script", Commit 
a78b9dfa0840f92f 
(http://github.com/weidai11/cryptopp/commit/a78b9dfa0840f92fed9d61f1a4a3b5ce403e55fd).
 
Please look them over, kick the tires and report any problems.

We'll get the Android stuff added next.

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.

Reply via email to