gonzo0605 / in-the-box

Automatically exported from code.google.com/p/in-the-box
0 stars 0 forks source link

Problem with NativeCrypto.cpp.. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have to first tell that I am a newbie in iOS/MacOS programming. When I wanted 
to build the sample project without any modifications, there exists too many 
compile errors because of the C Compiler. After I have changed the compiler to 
'Apple LLVM Compiler 4.1' all of those compile errors except one is solved. I 
get the error: 'Variable length array of non-POD element type Unique_X509' in 
the line 1956 of NativeCrypto.cpp. If I write a static integer instead of 
length variable in 'Unique_X509 certificatesX509[length]' the compile error 
disappears. However the code does not work as required then. I don't know what 
to do, I need help..

I am using Xcode 4.5 on MaxOS X 10.7.4 (VMware). I have only iOS6 as deployment 
target choice.

Original issue reported on code.google.com by ibrahim....@gmail.com on 12 Jan 2013 at 10:01

GoogleCodeExporter commented 9 years ago
i have the same problem, please is anyone who has same problem? thx

Original comment by krejc...@gmail.com on 16 Apr 2013 at 10:11