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

2009-10-10 Thread Justin Holewinski
, and Mac OS X 10.6 (GCC 4.2, Intel 11.1). Thanks for all of your help! Thanks, Justin Holewinski On Sat, Oct 10, 2009 at 1:13 PM, troy d. straszheim wrote: > Justin Holewinski wrote: > >> >> After fixing that, the build is successful with both Intel C++ and Visual >>

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

2009-10-10 Thread Justin Holewinski
ATCHES, which throws a warning during configuration and causes the compiler detection to fail. After fixing that, the build is successful with both Intel C++ and Visual Studio 9. I'm still looking into the link errors on Mac and Linux with Intel C++. Thanks, Justin Holewinski On

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

2009-10-09 Thread Justin Holewinski
Make 2.6.4, just the CMake nightly builds. Thanks, Justin Holewinski On Fri, Oct 9, 2009 at 11:30 AM, troy d. straszheim wrote: > Justin Holewinski wrote: > >> >> Thanks! The dependency error is fixed on Windows with the latest nightly >> binary. However, this version

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

2009-10-08 Thread Justin Holewinski
ibraries/boost-cmake-1.40/libs/wave/src/instantiate_re2c_lexer.cpp (code 2) make[2]: *** [libs/wave/src/CMakeFiles/boost_wave-mt-shared.dir/instantiate_re2c_lexer.cpp.o] Error 2 make[1]: *** [libs/wave/src/CMakeFiles/boost_wave-mt-shared.dir/all] Error 2 make: *** [all] Error 2 Thanks, Justin Holew

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. >>

[Boost-cmake] Issues with Intel C++

2009-10-07 Thread Justin Holewinski
Boost.Serialization library is never referenced. Any ideas what could be the problem for the second issue? Is there a specific place in the CMake build scripts that I should be looking to try to fix this? On both Windows and Mac OS X, the build is successful using Visual C++ and g++, respectively.