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

Error 10298 Problem Occurred During post process of parallel object compilation

Atul_S_
Beginner
1,222 Views

 

 Cannot Open a source file "boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp"

Error : 102998 Problem occurred during post processing of parallel object compilation. 

 

Even though the boost folder is included it couldn't find that file, and when i forecfully supply again that Folder in Includes Directory , now the error is shifted to another file within next include directory. 

 

Strange thing is that this does not come when i use Microsoft Visual C++ as compiler on the same project but comes when Intel Compiler 16.0 is used 

I am using Visual Studio 2015 and two Intel versions of Intel Compilers are installed

Intel C++ Compiler XE 16.0   (Intel(R) C++ Compiler for applications running on IA-32, version 16.0.3 Package ID: w_comp_lib_2016.3.207 )

 

Intel C++ Compiler XE 14.0 ( Intel(R) C++ Compiler XE for IA-32, version 14.0.5 Package ID: w_ccompxe_2013_sp1.5.239 )

 

I have search this error a bit and some are saying Use IPP , some are saying clear the pdbs are objs generated with Visual C++ compiler and all. 

 

I have tried all the above mentioned but no luck, No pdbs are in the projects Debug Folder , Using IPP also doesn't help and i have tried this with fresh code sync ie Using First Time with Intel C++ compiler 16.0 and no previous objs.

 

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
1,222 Views

The problem may be related to the environment variable PATH being too long (in your case, this may relate to INCLUDE being too long, or total environment variable space too long). See:

https://blogs.msdn.microsoft.com/oldnewthing/20100203-00/?p=15083
https://software.intel.com/en-us/articles/limitation-to-the-length-of-the-system-path-variable
https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/595341

Jim Dempsey

 

0 Kudos
Reply