I downloaded the latest distribution and am trying to build the projects. I built the main solution OK, but when I try to build the samples, I get an error: Error 1 fatal error U1073: don't know how to make '..\..\pjsip\lib\pjsua-lib-i386-win32-vc8-debug.lib' NMAKE samples I noticed that the main solution output path is as follows: .\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName) However, in Samples-vc.mak, it is defining the path for the .lib files as follows: TARGET = i386-win32-vc$(VC_VER)-$(BUILD_MODE) Should this get checked back in with a fix? I am assuming the samples make file should change? Thanks, Rebecca -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100925/fa6bb192/attachment.html>