Working with the latest sources from Subversion on Linux, I noticed that "make" at the top level wasn't building pjsua. I had to manually run "make pjsua" inside pjsip-apps/build to build it. The fix works like this: the "all" dependency is specified as "$(BINDIR)/$(PJSUA_EXE)", which is theoretically satisfiable because it's the right filesystem path, but it's not the name of any other target defined in the Makefile, so make doesn't actually build anything. I simply dropped the "$(BINDIR)" part so the "$(PJSUA_EXE)" target defined below gets rebuilt. I don't have a Windows or Mac dev environment handy to test my patch, but it should work there. Feel free to ignore it and educate me if there's a better way to accomplish this. -- Shaw Terwilliger Software Architect Bandwidth <http://www.bandwidth.com/business/> o 919.297.8850 <http://XXX.XXX.XXXX> e sterwill at bandwidth.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20131217/b6c32513/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: pjsip-apps-makefile.patch Type: text/x-diff Size: 370 bytes Desc: not available URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20131217/b6c32513/attachment-0001.patch>