kvinwang / idoubs

Automatically exported from code.google.com/p/idoubs
0 stars 0 forks source link

Not compiling with latest revision of doubango r823 #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/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 9 years ago

Original comment by boss...@yahoo.fr on 20 Feb 2013 at 1:34