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 :-/ On Sat, Apr 21, 2012 at 10:10 AM, Mark Petryk <[email protected]> wrote: > Anyone got any suggestions here? I have still not been able to sort > this out. > > ~mark > > On 4/17/2012 2:55 AM, Mark Petryk wrote: >> Sorry, that was supposed to look like formatted HTML... Here are the >> relevant lines: >> >>> Output Window >>> >>> >>> >>> Performing Post-Build Event... >>> -- Install configuration: "Debug" >>> CMake Error at cmake_install.cmake:33 (FILE): >>> file cannot create directory: C:/Program Files/WT/C:/Program Files/CMake >>> 2.8/share/cmake-2.8/Modules. Maybe need administrative privileges. >>> Project : error PRJ0019: A tool returned an error code from "Performing >>> Post-Build Event..." >> >> Obviously I can see that the "directory" indicated has two C: in it. >> Just not sure where to make the configuration change. >> >> > > > > ------------------------------------------------------------------------------ > 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
