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

2009-10-08 Thread Philip Lowman
On Wed, Oct 7, 2009 at 11:24 PM, Belcourt, Kenneth wrote: > Hi Philip, > On Oct 7, 2009, at 7:55 PM, Philip Lowman wrote: > > On Wed, Oct 7, 2009 at 11:12 AM, Justin Holewinski > wrote: > >> >> I am trying to compile Boost 1.40 with the Intel C++ Compiler, Version >> 11.1, using CMake and I've en

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

2009-10-08 Thread Justin Holewinski
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, which does not exist. This occurs

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

2009-10-08 Thread Bill Hoffman
Justin Holewinski wrote: I have no idea why this is happening. When using the Visual Studio toolset, the dynamic-link libraries are placed in bin/ and the import libraries are placed in lib/, like you would expect. Why this is not the case when using the Intel compiler, I have no idea. Pe

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

2009-10-08 Thread troy d. straszheim
Philip Lowman wrote: Hi, I can fix this in CVS, but might have a slightly better way. Can you tell me what the value of CMAKE_CXX_COMPILER_ID is on Intel C++? I pushed the recommended change to the 1.40.0 branch in git, will make another bugfix release if we can get these strange intel (

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

2009-10-08 Thread Belcourt, Kenneth
Hi Philip, On Oct 7, 2009, at 7:55 PM, Philip Lowman wrote: On Wed, Oct 7, 2009 at 11:12 AM, Justin Holewinski > wrote: I am trying to compile Boost 1.40 with the Intel C++ Compiler, Version 11.1, using CMake and I've encountered two issues so far. First, on Windows, the Intel C++ Compile

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

2009-10-08 Thread Justin Holewinski
On Wed, Oct 7, 2009 at 9:55 PM, Philip Lowman wrote: > On Wed, Oct 7, 2009 at 11:12 AM, Justin Holewinski > wrote: > >> >> I am trying to compile Boost 1.40 with the Intel C++ Compiler, Version >> 11.1, using CMake and I've encountered two issues so far. >> >> >> First, on Windows, the Intel C++