Hi, save the content below as "set_vars.bat": ------------%<------------ @SET QTDIR=C:\qt-4.5.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 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" ----------%<--------------------
adjust paths as needed and run it before running cmake Regards On 20 April 2010 16:29, soufiane krify <[email protected]> wrote: > > Thanks for your answer > > I installed Visual C++ 2005 and I installed boost 1.38.0 and when i execute > the command > "cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" .." > > I had a cmake error "Could not find boost" > > See the attachment file > > > What can I do to resolve this problem ? > > > Thanks > > > 2010/4/19 Chris Maciejewski <[email protected]> >> >> Hi, >> >> As Laurent mentioned before MinGW is not supported at this time I am >> afraid. >> >> You will need to use Visual Studio (Express 2005) to compile QuteCom. >> >> Regards, >> >> On 19 April 2010 16:25, soufiane krify <[email protected]> wrote: >> > Thanks for your answer >> > >> > I intalled boost 1.38 and I executed the command "cmake >> > -DCMAKE_BUILD_TYPE=Debug -G "MinGW Makefiles" ..". and It's OK >> > >> > But after that, I try to execute the command "make", >> > >> > I have the error "mingw32-make: *** No targets specified and no makefile >> > found. Stop." >> > >> > What can i do to resolve this problem ? >> > >> > Thanks >> > >> > >> > >> > >> > >> > >> > 2010/4/19 Chris Maciejewski <[email protected]> >> >> >> >> Hi, >> >> >> >> Try boost 1.38 downloaded from this web site: >> >> >> >> http://www.boostpro.com/download >> >> >> >> >> >> >> >> On 19 April 2010 11:44, soufiane krify <[email protected]> >> >> wrote: >> >> > Hi, >> >> > >> >> > On windows, I installed Boost 1_42 and cmake 2.8 and mingw >> >> > When i Try to execute this command "cmake -DCMAKE_BUILD_TYPE=Debug -G >> >> > "MinGW >> >> > Makefiles" .." >> >> > I have cmake Error : could not find boost" >> >> > >> >> > What is the problem ? >> >> > >> >> > >> >> > Thanks >> >> > >> >> > _______________________________________________ >> >> > QuteCom-dev mailing list >> >> > [email protected] >> >> > http://lists.qutecom.org/mailman/listinfo/qutecom-dev >> >> > >> >> > >> > >> > > > _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
