Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Problem building boost

king_duckz
Beginner
466 Views

Hello, I have a problem when building include/c++/4.5.3/tr1_impl/type_traits, similarly to what reported here: http://software.intel.com/en-us/forums/showthread.php?t=79383&p=1

I've been looking around in the code to see if I can change things a bit, but I can't find the inclusion chain leading to type_traits. In fact, some feedback on errors like "included by aaa.h, included by bbb.h while compiling ccc.cpp" would be really nice.

My current compiler version is:

icpc (ICC) 12.0.4 20110427

Is there any solution or workaround yet? Or at least some option that would help me finding what file is causing this inclusion? This is a blocking problem!

0 Kudos
1 Solution
Lingfeng_C_Intel
Employee
466 Views
Thanks King,

Yes, like you said that you can see http://software.intel.com/en-us/articles/some-gcc-headers-will-not-compile-due-to-use-of-c0x-variadic-templates/ for explanation. And will fixed this issue in 12.1.

Thanks,
Wise

View solution in original post

0 Kudos
2 Replies
Lingfeng_C_Intel
Employee
467 Views
Thanks King,

Yes, like you said that you can see http://software.intel.com/en-us/articles/some-gcc-headers-will-not-compile-due-to-use-of-c0x-variadic-templates/ for explanation. And will fixed this issue in 12.1.

Thanks,
Wise
0 Kudos
king_duckz
Beginner
466 Views
Great, I knew about that page but I didn't see anything speaking about version 12.1. Is there any date yet?
0 Kudos
Reply