Mike, Sorry, I didn't realize you were using the CMake build for Boost. I wouldn't be surprised if there were issues with it as it's still experimental. You could report (both?) bugs to the boost-cmake list and/or try to reproduce with 1.40beta? http://lists.boost.org/mailman/listinfo.cgi/boost-cmake
I used Visual Studio (Express) 2005 & 2008 (32bit) command prompts with bjam. On Tue, Aug 25, 2009 at 8:01 AM, Mike Jackson <mike.jack...@bluequartz.net>wrote: > Just to be clear, did you build them with the 64bit command prompt > from Visual Studio? Otherwise how did you build them? > > I ended up tweaking the cmake files that come with boost 1.39 in > order to remove the -s that is tagged onto the unittest libraries. > Otherwise not really sure what to do as this is all new to me (the > windows side of things any ways...) > > _________________________________________________________ > Mike Jackson mike.jack...@bluequartz.net > > On Tue, Aug 25, 2009 at 12:26 AM, Philip Lowman<phi...@yhbt.com> wrote: > > Mike, > > > > Let us know what you find out. I've built 1.39 and 1.40beta using the > > standard bootstrap & bjam build system using VS9 and both times they came > > out in the form "[lib]boost_<foo>-vc90-mt-1_39.lib". > > > > On Mon, Aug 24, 2009 at 2:39 PM, Mike Jackson < > mike.jack...@bluequartz.net> > > wrote: > >> > >> Setup is as follows: > >> > >> Windows 7 x64 > >> Visual Studio 2008 standard Edition > >> Boost 1.39.0 download from source > >> CMake 2.6.4 > >> > >> Compiled boost libraries as usual using the x64 command prompt that > >> comes with VS 2008. Compiled fine except the library naming is a bit > >> "off" from usual. Instead of having "-vc90-" in the name the boost > >> libraries only have "-vc-" in them. This throws off FindBoost. The > >> quick fix was to use: > >> > >> cmake -DBoost_COMPILER=-vc ../ and at least cmake could configure my > >> project. > >> > >> Just a heads up in case anyone else runs into this situation. > >> > >> Pinged the boost-build list to see if this is a bug, feature or > >> over-sight... > >> _________________________________________________________ > >> Mike Jackson mike.jack...@bluequartz.net > >> BlueQuartz Software www.bluequartz.net > >> Principal Software Engineer Dayton, Ohio > >> _______________________________________________ > >> Powered by www.kitware.com > >> > >> Visit other Kitware open-source projects at > >> http://www.kitware.com/opensource/opensource.html > >> > >> Please keep messages on-topic and check the CMake FAQ at: > >> http://www.cmake.org/Wiki/CMake_FAQ > >> > >> Follow this link to subscribe/unsubscribe: > >> http://www.cmake.org/mailman/listinfo/cmake > > > > > > > > -- > > Philip Lowman > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake > -- Philip Lowman
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake