Interestingly I have the same configuration issue when building with MinGW Only VS 2005 works
here's the settings.bat which I use: @SET QTDIR=C:\Qt\4.7.3 @SET INCLUDE=%INCLUDE%;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include @SET INCLUDE=%INCLUDE%;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\atl @SET INCLUDE=%INCLUDE%;C:\Program Files\Microsoft DirectX SDK (August 2007)\Include @SET LIB=%LIB%;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib @SET PATH=%PATH%;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin @SET PATH=%PATH%;C:\Qt\4.7.3\bin @SET PATH=%PATH%;C:\MinGW\bin\ @SET PATH=%PATH%;C:\Program Files\NSIS @SET PATH=%PATH%;C:\Program Files\NSIS\bin @SET BOOSTLIBDIR=C:\Program Files\boost\boost_1_38\lib @SET BOOSTINCLUDEDIR=C:\Program Files\boost\boost_1_38 @"C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat" Could it be that sdk for win server 2003 or directx sdk are causing problems....? Veljko 2011/7/7 Veljko Milisavljević <[email protected]> > here they are... > > > 2011/7/7 Laurent Tarrisse <[email protected]> > >> Could you post *CMakeError*.*log and** *CMakeOutput.log >> >> Laurent >> >> Le 7 juil. 2011 à 11:24, Veljko Milisavljević a écrit : >> >> It seems that error is because of VS 2008 ?! When I switch back to VS 2005 >> configuration is ok. >> I am using express edition, path is: C:\Program Files\Microsoft Visual >> Studio 9.0\VC\bin\ >> >> >> >> 2011/7/7 Veljko Milisavljević <[email protected]> >> >>> Quite strange, I have switched to VS 2008 but >>> now I have following error during configure: >>> >>> >>> CMake Error at qutecom/resources/CMakeLists.txt:29 (configure_file): >>> configure_file Problem configuring file >>> >>> >>> Even when I revert to *send sip message* changeset, error remains.inthat >>> changeset everything was ok yesterday >>> >>> >>> Veljko >>> >>> >>> 2011/7/6 Laurent Tarrisse <[email protected]> >>> >>>> Update you source >>>> >>>> Laurent >>>> >>>> Le 6 juil. 2011 à 18:14, Veljko Milisavljević a écrit : >>>> >>>> yes, I suspected vs 2008 should be used >>>> >>>> build complains that it doesn't recognize function Sleep() >>>> >>>> >>>> 2011/7/6 Laurent Tarrisse <[email protected]> >>>> >>>>> Le 6 juil. 2011 à 17:48, Veljko Milisavljević a écrit : >>>>> >>>>> > Hello, >>>>> > I have today checked out QuteCom 3.0 and built with VS 2005 >>>>> > cmake 2.8 and Qt 4.7.3 >>>>> >>>>> Use vs2008. >>>>> >>>>> > >>>>> > App crashes with error in ntdll.dll >>>>> > >>>>> > During compilation I have commented out line 355 in >>>>> libs/sipwrapper/src/phapi/PhApiWrapper.cpp >>>>> > because build script was producing an error >>>>> >>>>> what was the error ? >>>>> >>>>> > Also,app complains that it can't find some dlls from boost and qt but >>>>> that I have resolved by copying them to bin folder >>>>> >>>>> Qt and Boost should be automatically copied. >>>>> >>>>> Laurent >>>>> >>>>> >>>> >>>> >>> >> >> >
_______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
