Not compiling with latest revision of doubango r823
Closed this issue · 1 comments
GoogleCodeExporter commented
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSO
bject.h
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSO
bject.h:8: Stray '@' in program
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSO
bject.h:8: Expected '=', ',', ';', 'asm' or '__attribute__' before
'NSInvocation'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSO
bject.h:9: Stray '@' in program
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSO
bject.h:9: Expected '=', ',', ';', 'asm' or '__attribute__' before 'Protocol'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSO
bject.h:13: Stray '@' in program
What steps will reproduce the problem?
1.Checkout doubango and idoubs
2.launch the ios-ngn-stack project in xcode
3.build the doubango targert
What is the expected output? What do you see instead?
Should compile
What version of the product or source code revision are you using? On what
operating system?
Macosx 10.8
iOS target 6.1
Please provide any additional information below.
The cfsocket TLS implementation was changed with doubango, new includes were
added that reference the NS framework.
There were references to the foundation framework and CF framework before and
everything was compiling.
Does anybody know how to solve this issue?
Original issue reported on code.google.com by Sp1n3.t...@gmail.com
on 20 Feb 2013 at 1:30
GoogleCodeExporter commented
Original comment by boss...@yahoo.fr
on 20 Feb 2013 at 1:34
- Changed state: Invalid