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

2009-10-09 Thread troy d. straszheim
Justin Holewinski wrote: Thanks! The dependency error is fixed on Windows with the latest nightly binary. However, this version of CMake seems to break the Boost install target. Running "make install" results in errors from not finding libs/preprocessor/include/boost in the source tree, wh

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

2009-10-09 Thread Justin Holewinski
Yes, I'm using your 1.40.0 distribution from gitorious.org. I downloaded it about a week ago, so it does not include the October 8 commits. I'll try the latest revision today sometime. Has the CMake build system been tested with CMake 2.8/2.9? This error does not occur if I use CMake 2.6.4, just

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

2009-10-09 Thread troy d. straszheim
Justin Holewinski wrote: Yes, I'm using your 1.40.0 distribution from gitorious.org . I downloaded it about a week ago, so it does not include the October 8 commits. I'll try the latest revision today sometime. Has the CMake build system been tested with CMake 2.8/2.9?

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

2009-10-09 Thread Belcourt, Kenneth
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 (or I'll do it myself