Re: [Boost-cmake] Issues with Intel C++

2009-10-10 Thread Justin Holewinski
The only problem I see is a typo in BoostConfig.cmake: elseif(CMAKE_CXX_COMPILER MATCHES "/icpc$" OR CMAKE_CXX_COMPILER MATCHES "/icpc.exe$" OR CMAKE_CXX_COMPILER_MATCHES "/icl.exe$") The last check has an underscore between CMAKE_CXX_COMPILER and MATCHES, which throws a warning dur

Re: [Boost-cmake] Issues with Intel C++

2009-10-10 Thread troy d. straszheim
Justin Holewinski wrote: After fixing that, the build is successful with both Intel C++ and Visual Studio 9. Ah that was a dumb error. Thanks for the fix. I'm still looking into the link errors on Mac and Linux with Intel C++. I've got intel for linux... I don't see any link errors

Re: [Boost-cmake] CMakeLists.txt references missing Boost.Thread files

2009-10-10 Thread troy d. straszheim
Belcourt, Kenneth wrote: Hi, The CMakeLists.txt file in libs/thread/src references exceptions.cpp in both pthread and win32 subdirectories, but neither of these files exist. I've removed the reference to both of these and would appreciate it if someone could commit this patch to Subversion (

Re: [Boost-cmake] Issues with Intel C++

2009-10-10 Thread Justin Holewinski
Nevermind the link errors, it was the dependency issue between inspect and Boost.System that you fixed in Friday's commit. I updated my local repository yesterday on Windows, but not on Mac. The compile error in Boost.Wave just needs the following fix (in /boost/wave/cpplexer/re2clex/cpp_re2c_lex

Re: [Boost-cmake] Issues with Intel C++

2009-10-10 Thread troy d. straszheim
Justin Holewinski wrote: Nevermind the link errors, it was the dependency issue between inspect and Boost.System that you fixed in Friday's commit. I updated my local repository yesterday on Windows, but not on Mac. The compile error in Boost.Wave just needs the following fix (in /boost/wa

[Boost-cmake] point release: boost-1.40.0.cmake1

2009-10-10 Thread troy d. straszheim
A bugfix release is up, in tarball form here: http://sodium.resophonic.com/boost-cmake/ Corresponding to tag 1.40.0.cmake1 in this repository: http://gitorious.org/~straszheim/boost/cmake Brief release notes here: http://gitorious.org/~straszheim/boost/cmake/blobs/raw/1.40.0/tools/build/C