cd to your pjsip dir and execute rm `find . -name "*.depend"` then you can do make clean make dep make keep that command handy, if you ever terminate a pjsip build half way through you'll probably need it again.. On 12 Apr 2011, at 08:24, Fabian Bernhard wrote: > Hello Jorge > > > Could you try doing "make clean all" ? It deletes all the *.o . > > > Even "make clean all" gives me an error: > > fabian at orion-2:/opt/pjproject$ make clean all > for dir in pjlib/build pjlib-util/build pjnath/build third_party/build pjmedia/build pjsip/build pjsip-apps/build ; do \ > if make -C $dir clean; then \ > true; \ > else \ > exit 1; \ > fi; \ > done > make -f /opt/pjproject/build/rules.mak APP=PJLIB app=pjlib clean > rm -rf output/pjlib-i386-apple-darwin10.7.0/* > rm -rf output/pjlib-i386-apple-darwin10.7.0 > make -f /opt/pjproject/build/rules.mak APP=TEST app=pjlib-test clean > rm -rf output/pjlib-test-i386-apple-darwin10.7.0/* > rm -rf output/pjlib-test-i386-apple-darwin10.7.0 > make -f /opt/pjproject/build/rules.mak APP=PJLIB_UTIL app=pjlib-util clean > .pjlib-util-i386-apple-darwin10.7.0.depend:1: *** missing separator. Stop. > make[1]: *** [clean] Error 2 > make: *** [clean] Error 1 > > And then "make dep" and after "make". > > > [snip] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20110412/43c1313b/attachment.html>