On Tue, 2006-09-12 at 09:20 -0700, Mariana Draper wrote: > --------------------Configuration: sipXphone - Win32 > Debug-------------------- > Compiling... > Pinger.cpp > c:\sipxphone3.6\src\pinger\pinger.cpp(62) : fatal error C1083: Cannot > open include file: 'os/OsSysTimer.h': No such file or directory > Webutil.cpp > c:\sipxphone3.6\src\web\webutil.cpp(48) : fatal error C1083: Cannot > open include file: 'os/OsSysTimer.h': No such file or directory > Error executing cl.exe. > sipXphone.dll - 2 error(s), 0 warning(s)
The OsTimer system has been heavily rebuilt (so that it works correctly). OsSysTimer.h no longer exists. So you need to remove that #include from those files. But you should check to see why OsSysTimer.h as included in those files, and correct them as appropriate. Dale _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
