On Thu, Feb 18, 2010 at 5:24 PM, Benny Prijono <bennylp at teluu.com> wrote: > On Wed, Feb 17, 2010 at 11:40 AM, Alexei Kuznetsov <eofster at gmail.com> wrote: >> Hi, >> >> It?s me again with pjsua-lib from pjproject-1.5.5. After switching >> from 1.0.3 to 1.5.5 I?ve started to get this during the compilation of >> my app. Commenting out pj/ssl_sock.h in pjlib.h helps to build >> sucessfully (and I don?t use encryption in my app). >> > > Thanks for the info. Can you share your include lines? (or give a code > snippet for us to try to compile). You want to trace the path of includes? The message below goes with the lines I?ve provided. In file included from /Users/alexei/Development/Telephone/../pjproject/pjlib/include/pjlib.h:55, from /Users/alexei/Development/Telephone/../pjproject/pjsip/include/pjsua-lib/pjsua.h:51, from /Users/alexei/Development/Telephone/AKSIPUserAgent.h:32, from /Users/alexei/Development/Telephone/AKSIPUserAgent.m:31: AKSIPUserAgent.h: http://code.google.com/p/telephone/source/browse/AKSIPUserAgent.h AKSIPUserAgent.m: http://code.google.com/p/telephone/source/browse/AKSIPUserAgent.m Those ?#import? directives in Objective-C are just #includes that make sure they are not included more than once. If you need anything more, I would be glad to help. Alexei > > Cheers > ?Benny >