On Tue, Sep 2, 2008 at 9:09 AM, P.Muge Ersoy <muge.ersoy at gmail.com> wrote: > Hi All; > > I am compiling pjsip with sh4-linux-gcc while i am super user. It compiles > without any problem. But when i need to recompile it without su it gaves > permission denied which is so normal ... The abnormal thing is when ever i > recompile it again with sudo after that permission error it shows below > error > > "make[1]: Entering directory `/st710x/pjproject-0.9.0/pjlib/build' > make -f /st710x/pjproject-0.9.0/build/rules.mak APP=PJLIB app=pjlib depend > make[2]: Entering directory `/st710x/pjproject-0.9.0/pjlib/build' > .pjlib-sh4-linux.depend:1: *** missing separator. Stop. > make[2]: Leaving directory `/st710x/pjproject-0.9.0/pjlib/build' > make[1]: *** [depend] Error 2 " > > Any body face to face with this situation ? > > Yeah, I think when "make dep" fails, something bad may have been written to the dependency file, causing the subsequent missing separator error. I haven't looked at this closely, but what I normally do is to run "make distclean" to delete the dependency files and rerun make dep again. Cheers Benny > muge > > _______________________________________________ > 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/20080902/5c97fe09/attachment.html