Hi, I am trying to compile PJSIP 1.7 for the simulator and have set these variables I get the following error: checking whether the C compiler works... no aconfigure: error: in `xxxx/pjproject': aconfigure: error: C compiler cannot create executables See `config.log' for more details. Any thougts On Mon, Aug 2, 2010 at 9:28 AM, <eaf at oyatel.no> wrote: > Just wanted to add to the conversation; It's also very easy to get the > pjsip library compiled for the Simulator so it can be run without adding > conditions for > wether the app is being run in the simulator or on the phone. > > Just change two environment variables before running ./configure-iphone > (can someone with access to Trac please update this on this > wiki-page: https://trac.pjsip.org/repos/wiki/Getting-Started/iPhone): > export DEVPATH=/Developer/Platforms/iPhoneSimulator.platform/Developer > export > CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/i686-apple-darwin10-gcc-4.0.1 > > and run "make dep && make". > > You can also use "lipo" to create a universal library of pjsip to support > both the simulator and device in > the same lib files. > > > Best regards, > Even Andr?, CTO Oyatel > > On 2. aug. 2010, at 15.09, Darald Trinka wrote: > > > We simply added a set of #ifdefs DISABLE_VOIP around the calls to pjsua. > Then in Xcode we defined a new "configuration" that includes DISABLE_VOIP - > where the standard configurations don't include it. > > > > - "Get info" on your project > > - Click configurations > > - Duplicate "Debug" > > - While still in the Get info window, click "Build" > > - Add -DDISABLE_VOIP to "Other C++ Flags" > > > > Once you do this you can then easily toggle between voip/no-voip builds. > > > > D > > > > On Jul 31, 2010, at 5:39 PM, Antonio D'souza wrote: > > > >> I saw your post at > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2010-June/011129.htmland was wondering if you'd mind sharing the change you made to your XCode > config to avoid linking against pj as I too need only make UI changes. > >> > >> Thank you kindly, > >> Tony > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip at lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20101002/0a6aa596/attachment.html>