Il 08/06/15 10:37, Mahdi Nami Damirchi ha scritto: > hi > i want to compile verion 2.4 but in make dep i have this problem When you interrupt make dep, it can leave behind broken .depend files, which make it impossible to build pjsip. Just delete all .depend files, a command like this should do the trick: cd /home/mahdi/Desktop/pjproject-2.4 find . -type f -name '*.depend' | xargs rm -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20150608/5c92ed46/attachment.html>