Hi Everyone, I am trying to make a sip client for iphone usinf pjsip. I am reading this link http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone when i configure code using command ./configure-iphone i was able to configure pjsip code. In next step i ran make dep && make clean && make command on terminal but it is giving me error. error is pasted below can any one guide me how to buid pjsip for iphone ? Mac-mini:pjsipsvn amit$ make dep && make clean && make for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps; do \ if make -C $dir/build dep; then \ true; \ else \ exit 1; \ fi; \ done make -f /Users/damnish/Desktop/pjsipsvn/build/rules.mak APP=PJLIB app=pjlib depend /Users/damnish/Desktop/pjsipsvn/build/rules.mak:84: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. make[1]: *** [depend] Error 2 make: *** [dep] Error 1 Damnish-Kumars-Mac-mini:pjsipsvn damnish$ make dep && make clean && make for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps; do \ if make -C $dir/build dep; then \ true; \ else \ exit 1; \ fi; \ done make -f /Users/damnish/Desktop/pjsipsvn/build/rules.mak APP=PJLIB app=pjlib depend /Users/damnish/Desktop/pjsipsvn/build/rules.mak:84: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. make[1]: *** [depend] Error 2 make: *** [dep] Error 1 thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100803/74316178/attachment.html>