Hi, See my tutorial for a CMake introduction:
http://www.elpauer.org/stuff/learning_cmake.pdf and you may also want to my winstng for easier build: http://gitorious.org/winstng It's not yet updated for 3.2.1 but it should not be difficult to do so. On Mon, Apr 23, 2012 at 2:23 AM, Mark Petryk <[email protected]> wrote: > I managed to find the offending line, in one of the build files. I > hand-edited the error out, and now it compiles. I am now able to > compile the Wt apps and run them, including the wtwithqt app, which is > really the direction I'm headed. > > I really don't know anything about CMake, this is my first bout with it. > I think the score is CMake 3, Mark 1. So far CMake is winning and I'm > loosing ;) > > So, now my challenge is to figure out how to get the wtwithqt to build > and include the ActiveQt libs (.lib files)... don't know how to do that > either... fun times. > > I would really like to be able to build Wt with simple mingw just like > I'm doing with all my Qt apps. <opinion>I really like the qmake build > system</opinion> > > ~mark > > On 4/22/2012 5:47 PM, Pau Garcia i Quiles wrote: >> Hi, >> >> I've done a quick test on Windows 7 64-bit + MSVC2010SP1 + Boost >> 1.47.0 32-bit from BoostPro. >> >> I've found why INSTALL fails for you: the default value set for the >> WT_CMAKE_FINDER_INSTALL_DIR variable is wrong: it's the full path >> instead of a subdirectory of the prefix. If you try to set it to >> something else (empty, or something like "cmake"), then it will fail >> with: >> >> --8<--- >> Error 332 error MSB3073: The command "setlocal >> "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=Debug -P >> cmake_install.cmake >> if %errorlevel% neq 0 goto :cmEnd >> :cmEnd >> endlocal& call :cmErrorLevel %errorlevel%& goto :cmDone >> :cmErrorLevel >> exit /b %1 >> :cmDone >> if %errorlevel% neq 0 goto :VCEnd >> :VCEnd" exited with code 1. C:\Program Files >> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 >> INSTALL >> --8<--- >> >> I don't have time to debug that now. Something that strikes me as odd >> is how broken the Wt buildsystem seems to be on Windows + MSVC2010 + >> Boost from BoostPro, which I expected to work out-of-the-box :-/ >> >> >> > > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
