Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse CDT + CMake: Eclipse index unable to resolve header files #750

Open
pallavg opened this issue Apr 1, 2024 · 5 comments
Open

Eclipse CDT + CMake: Eclipse index unable to resolve header files #750

pallavg opened this issue Apr 1, 2024 · 5 comments

Comments

@pallavg
Copy link

pallavg commented Apr 1, 2024

Describe the bug
I am using Eclipse 2024-03. I have set it up to build a C++ project with CMake. The build directory and source tree are at the same level. The build works OK. Navigation, code assists, etc are all OK.

The only issue is that the indexer is not able to resolve include files outside the source tree. For example C++/Boost headers.

To Reproduce

Expected behavior
CDT should be able to resolve the header information

Screenshots
See post: https://stackoverflow.com/questions/78241554/eclipse-cmake-eclipse-index-unable-to-resolve-header-files that contains the screenshot of hte issue.

Version Information (please complete the following information):

SUSE Linux Enterperise V12
Eclipse:
Version: 2024-03 (4.31.0)
Build id: 20240307-1437
versions

Additional context

Full .cproject file in my build folder:

Note that the pathentry contains the path to the C++/boost headers (both directories exist and are readable).

<pathentry include="/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/cxx/include/stil" kind="inc" path="" system="true"/>
				<pathentry include="/usr/intel/pkgs/boost/1.75.0/include" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/cxx/include" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/include/c++/9.2.0" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/include/c++/9.2.0/x86_64-suse-linux" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/include/c++/9.2.0/backward" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/lib64/gcc/x86_64-suse-linux/9.2.0/include" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/lib64/gcc/x86_64-suse-linux/9.2.0/include-fixed" kind="inc" path="" system="true"/>
<?xml version="1.0" encoding="UTF-8"?>
<?fileVersion 4.0.0?>
<cproject>
	<storageModule moduleId="org.eclipse.cdt.core.settings">
		<cconfiguration id="org.eclipse.cdt.core.default.config.1">
			<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.1" moduleId="org.eclipse.cdt.core.settings" name="Configuration">
				<externalSettings/>
				<extensions>
					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
					<extension id="org.eclipse.cdt.core.GNU_ELF" point="org.eclipse.cdt.core.BinaryParser">
						<attribute key="addr2line" value="addr2line"/>
						<attribute key="c++filt" value="c++filt"/>
					</extension>
				</extensions>
			</storageModule>
			<storageModule moduleId="org.eclipse.cdt.core.language.mapping">
				<project-mappings/>
			</storageModule>
			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
			<storageModule moduleId="org.eclipse.cdt.core.pathentry">
				<pathentry kind="src" path="[Subprojects]"/>
				<pathentry kind="src" path="[Source directory]"/>
				<pathentry excluding="[Source directory]/|**/CMakeFiles/" kind="out" path=""/>
				<pathentry kind="mac" name="__STDC__" path="" value="1"/>
				<pathentry kind="mac" name="__cplusplus" path="" value="201402L"/>
				<pathentry kind="mac" name="__STDC_UTF_16__" path="" value="1"/>
				<pathentry kind="mac" name="__STDC_UTF_32__" path="" value="1"/>
				<pathentry kind="mac" name="__STDC_HOSTED__" path="" value="1"/>
				<pathentry kind="mac" name="__GNUC__" path="" value="9"/>
				<pathentry kind="mac" name="__GNUC_MINOR__" path="" value="2"/>
				<pathentry kind="mac" name="__GNUC_PATCHLEVEL__" path="" value="0"/>
				<pathentry kind="mac" name="__VERSION__" path="" value="&quot;9.2.0&quot;"/>
				<pathentry kind="mac" name="__ATOMIC_RELAXED" path="" value="0"/>
				<pathentry kind="mac" name="__ATOMIC_SEQ_CST" path="" value="5"/>
				<pathentry kind="mac" name="__ATOMIC_ACQUIRE" path="" value="2"/>
				<pathentry kind="mac" name="__ATOMIC_RELEASE" path="" value="3"/>
				<pathentry kind="mac" name="__ATOMIC_ACQ_REL" path="" value="4"/>
				<pathentry kind="mac" name="__ATOMIC_CONSUME" path="" value="1"/>
				<pathentry kind="mac" name="__FINITE_MATH_ONLY__" path="" value="0"/>
				<pathentry kind="mac" name="_LP64" path="" value="1"/>
				<pathentry kind="mac" name="__LP64__" path="" value="1"/>
				<pathentry kind="mac" name="__SIZEOF_INT__" path="" value="4"/>
				<pathentry kind="mac" name="__SIZEOF_LONG__" path="" value="8"/>
				<pathentry kind="mac" name="__SIZEOF_LONG_LONG__" path="" value="8"/>
				<pathentry kind="mac" name="__SIZEOF_SHORT__" path="" value="2"/>
				<pathentry kind="mac" name="__SIZEOF_FLOAT__" path="" value="4"/>
				<pathentry kind="mac" name="__SIZEOF_DOUBLE__" path="" value="8"/>
				<pathentry kind="mac" name="__SIZEOF_LONG_DOUBLE__" path="" value="16"/>
				<pathentry kind="mac" name="__SIZEOF_SIZE_T__" path="" value="8"/>
				<pathentry kind="mac" name="__CHAR_BIT__" path="" value="8"/>
				<pathentry kind="mac" name="__BIGGEST_ALIGNMENT__" path="" value="16"/>
				<pathentry kind="mac" name="__ORDER_LITTLE_ENDIAN__" path="" value="1234"/>
				<pathentry kind="mac" name="__ORDER_BIG_ENDIAN__" path="" value="4321"/>
				<pathentry kind="mac" name="__ORDER_PDP_ENDIAN__" path="" value="3412"/>
				<pathentry kind="mac" name="__BYTE_ORDER__" path="" value="__ORDER_LITTLE_ENDIAN__"/>
				<pathentry kind="mac" name="__FLOAT_WORD_ORDER__" path="" value="__ORDER_LITTLE_ENDIAN__"/>
				<pathentry kind="mac" name="__SIZEOF_POINTER__" path="" value="8"/>
				<pathentry kind="mac" name="__GNUG__" path="" value="9"/>
				<pathentry kind="mac" name="__SIZE_TYPE__" path="" value="long unsigned int"/>
				<pathentry kind="mac" name="__PTRDIFF_TYPE__" path="" value="long int"/>
				<pathentry kind="mac" name="__WCHAR_TYPE__" path="" value="int"/>
				<pathentry kind="mac" name="__WINT_TYPE__" path="" value="unsigned int"/>
				<pathentry kind="mac" name="__INTMAX_TYPE__" path="" value="long int"/>
				<pathentry kind="mac" name="__UINTMAX_TYPE__" path="" value="long unsigned int"/>
				<pathentry kind="mac" name="__CHAR16_TYPE__" path="" value="short unsigned int"/>
				<pathentry kind="mac" name="__CHAR32_TYPE__" path="" value="unsigned int"/>
				<pathentry kind="mac" name="__SIG_ATOMIC_TYPE__" path="" value="int"/>
				<pathentry kind="mac" name="__INT8_TYPE__" path="" value="signed char"/>
				<pathentry kind="mac" name="__INT16_TYPE__" path="" value="short int"/>
				<pathentry kind="mac" name="__INT32_TYPE__" path="" value="int"/>
				<pathentry kind="mac" name="__INT64_TYPE__" path="" value="long int"/>
				<pathentry kind="mac" name="__UINT8_TYPE__" path="" value="unsigned char"/>
				<pathentry kind="mac" name="__UINT16_TYPE__" path="" value="short unsigned int"/>
				<pathentry kind="mac" name="__UINT32_TYPE__" path="" value="unsigned int"/>
				<pathentry kind="mac" name="__UINT64_TYPE__" path="" value="long unsigned int"/>
				<pathentry kind="mac" name="__INT_LEAST8_TYPE__" path="" value="signed char"/>
				<pathentry kind="mac" name="__INT_LEAST16_TYPE__" path="" value="short int"/>
				<pathentry kind="mac" name="__INT_LEAST32_TYPE__" path="" value="int"/>
				<pathentry kind="mac" name="__INT_LEAST64_TYPE__" path="" value="long int"/>
				<pathentry kind="mac" name="__UINT_LEAST8_TYPE__" path="" value="unsigned char"/>
				<pathentry kind="mac" name="__UINT_LEAST16_TYPE__" path="" value="short unsigned int"/>
				<pathentry kind="mac" name="__UINT_LEAST32_TYPE__" path="" value="unsigned int"/>
				<pathentry kind="mac" name="__UINT_LEAST64_TYPE__" path="" value="long unsigned int"/>
				<pathentry kind="mac" name="__INT_FAST8_TYPE__" path="" value="signed char"/>
				<pathentry kind="mac" name="__INT_FAST16_TYPE__" path="" value="long int"/>
				<pathentry kind="mac" name="__INT_FAST32_TYPE__" path="" value="long int"/>
				<pathentry kind="mac" name="__INT_FAST64_TYPE__" path="" value="long int"/>
				<pathentry kind="mac" name="__UINT_FAST8_TYPE__" path="" value="unsigned char"/>
				<pathentry kind="mac" name="__UINT_FAST16_TYPE__" path="" value="long unsigned int"/>
				<pathentry kind="mac" name="__UINT_FAST32_TYPE__" path="" value="long unsigned int"/>
				<pathentry kind="mac" name="__UINT_FAST64_TYPE__" path="" value="long unsigned int"/>
				<pathentry kind="mac" name="__INTPTR_TYPE__" path="" value="long int"/>
				<pathentry kind="mac" name="__UINTPTR_TYPE__" path="" value="long unsigned int"/>
				<pathentry kind="mac" name="__has_include(STR)" path="" value="__has_include__(STR)"/>
				<pathentry kind="mac" name="__has_include_next(STR)" path="" value="__has_include_next__(STR)"/>
				<pathentry kind="mac" name="__GXX_WEAK__" path="" value="1"/>
				<pathentry kind="mac" name="__DEPRECATED" path="" value="1"/>
				<pathentry kind="mac" name="__GXX_RTTI" path="" value="1"/>
				<pathentry kind="mac" name="__cpp_rtti" path="" value="199711"/>
				<pathentry kind="mac" name="__GXX_EXPERIMENTAL_CXX0X__" path="" value="1"/>
				<pathentry kind="mac" name="__cpp_binary_literals" path="" value="201304"/>
				<pathentry kind="mac" name="__cpp_hex_float" path="" value="201603"/>
				<pathentry kind="mac" name="__cpp_runtime_arrays" path="" value="198712"/>
				<pathentry kind="mac" name="__cpp_unicode_characters" path="" value="200704"/>
				<pathentry kind="mac" name="__cpp_raw_strings" path="" value="200710"/>
				<pathentry kind="mac" name="__cpp_unicode_literals" path="" value="200710"/>
				<pathentry kind="mac" name="__cpp_user_defined_literals" path="" value="200809"/>
				<pathentry kind="mac" name="__cpp_lambdas" path="" value="200907"/>
				<pathentry kind="mac" name="__cpp_range_based_for" path="" value="200907"/>
				<pathentry kind="mac" name="__cpp_static_assert" path="" value="200410"/>
				<pathentry kind="mac" name="__cpp_decltype" path="" value="200707"/>
				<pathentry kind="mac" name="__cpp_attributes" path="" value="200809"/>
				<pathentry kind="mac" name="__cpp_rvalue_reference" path="" value="200610"/>
				<pathentry kind="mac" name="__cpp_rvalue_references" path="" value="200610"/>
				<pathentry kind="mac" name="__cpp_variadic_templates" path="" value="200704"/>
				<pathentry kind="mac" name="__cpp_initializer_lists" path="" value="200806"/>
				<pathentry kind="mac" name="__cpp_delegating_constructors" path="" value="200604"/>
				<pathentry kind="mac" name="__cpp_nsdmi" path="" value="200809"/>
				<pathentry kind="mac" name="__cpp_inheriting_constructors" path="" value="201511"/>
				<pathentry kind="mac" name="__cpp_ref_qualifiers" path="" value="200710"/>
				<pathentry kind="mac" name="__cpp_alias_templates" path="" value="200704"/>
				<pathentry kind="mac" name="__cpp_return_type_deduction" path="" value="201304"/>
				<pathentry kind="mac" name="__cpp_init_captures" path="" value="201304"/>
				<pathentry kind="mac" name="__cpp_generic_lambdas" path="" value="201304"/>
				<pathentry kind="mac" name="__cpp_constexpr" path="" value="201304"/>
				<pathentry kind="mac" name="__cpp_decltype_auto" path="" value="201304"/>
				<pathentry kind="mac" name="__cpp_aggregate_nsdmi" path="" value="201304"/>
				<pathentry kind="mac" name="__cpp_variable_templates" path="" value="201304"/>
				<pathentry kind="mac" name="__cpp_digit_separators" path="" value="201309"/>
				<pathentry kind="mac" name="__cpp_sized_deallocation" path="" value="201309"/>
				<pathentry kind="mac" name="__cpp_threadsafe_static_init" path="" value="200806"/>
				<pathentry kind="mac" name="__EXCEPTIONS" path="" value="1"/>
				<pathentry kind="mac" name="__cpp_exceptions" path="" value="199711"/>
				<pathentry kind="mac" name="__GXX_ABI_VERSION" path="" value="1013"/>
				<pathentry kind="mac" name="__SCHAR_MAX__" path="" value="0x7f"/>
				<pathentry kind="mac" name="__SHRT_MAX__" path="" value="0x7fff"/>
				<pathentry kind="mac" name="__INT_MAX__" path="" value="0x7fffffff"/>
				<pathentry kind="mac" name="__LONG_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__LONG_LONG_MAX__" path="" value="0x7fffffffffffffffLL"/>
				<pathentry kind="mac" name="__WCHAR_MAX__" path="" value="0x7fffffff"/>
				<pathentry kind="mac" name="__WCHAR_MIN__" path="" value="(-__WCHAR_MAX__ - 1)"/>
				<pathentry kind="mac" name="__WINT_MAX__" path="" value="0xffffffffU"/>
				<pathentry kind="mac" name="__WINT_MIN__" path="" value="0U"/>
				<pathentry kind="mac" name="__PTRDIFF_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__SIZE_MAX__" path="" value="0xffffffffffffffffUL"/>
				<pathentry kind="mac" name="__SCHAR_WIDTH__" path="" value="8"/>
				<pathentry kind="mac" name="__SHRT_WIDTH__" path="" value="16"/>
				<pathentry kind="mac" name="__INT_WIDTH__" path="" value="32"/>
				<pathentry kind="mac" name="__LONG_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__LONG_LONG_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__WCHAR_WIDTH__" path="" value="32"/>
				<pathentry kind="mac" name="__WINT_WIDTH__" path="" value="32"/>
				<pathentry kind="mac" name="__PTRDIFF_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__SIZE_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__GLIBCXX_TYPE_INT_N_0" path="" value="__int128"/>
				<pathentry kind="mac" name="__GLIBCXX_BITSIZE_INT_N_0" path="" value="128"/>
				<pathentry kind="mac" name="__INTMAX_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__INTMAX_C(c)" path="" value="c ## L"/>
				<pathentry kind="mac" name="__UINTMAX_MAX__" path="" value="0xffffffffffffffffUL"/>
				<pathentry kind="mac" name="__UINTMAX_C(c)" path="" value="c ## UL"/>
				<pathentry kind="mac" name="__INTMAX_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__SIG_ATOMIC_MAX__" path="" value="0x7fffffff"/>
				<pathentry kind="mac" name="__SIG_ATOMIC_MIN__" path="" value="(-__SIG_ATOMIC_MAX__ - 1)"/>
				<pathentry kind="mac" name="__SIG_ATOMIC_WIDTH__" path="" value="32"/>
				<pathentry kind="mac" name="__INT8_MAX__" path="" value="0x7f"/>
				<pathentry kind="mac" name="__INT16_MAX__" path="" value="0x7fff"/>
				<pathentry kind="mac" name="__INT32_MAX__" path="" value="0x7fffffff"/>
				<pathentry kind="mac" name="__INT64_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__UINT8_MAX__" path="" value="0xff"/>
				<pathentry kind="mac" name="__UINT16_MAX__" path="" value="0xffff"/>
				<pathentry kind="mac" name="__UINT32_MAX__" path="" value="0xffffffffU"/>
				<pathentry kind="mac" name="__UINT64_MAX__" path="" value="0xffffffffffffffffUL"/>
				<pathentry kind="mac" name="__INT_LEAST8_MAX__" path="" value="0x7f"/>
				<pathentry kind="mac" name="__INT8_C(c)" path="" value="c"/>
				<pathentry kind="mac" name="__INT_LEAST8_WIDTH__" path="" value="8"/>
				<pathentry kind="mac" name="__INT_LEAST16_MAX__" path="" value="0x7fff"/>
				<pathentry kind="mac" name="__INT16_C(c)" path="" value="c"/>
				<pathentry kind="mac" name="__INT_LEAST16_WIDTH__" path="" value="16"/>
				<pathentry kind="mac" name="__INT_LEAST32_MAX__" path="" value="0x7fffffff"/>
				<pathentry kind="mac" name="__INT32_C(c)" path="" value="c"/>
				<pathentry kind="mac" name="__INT_LEAST32_WIDTH__" path="" value="32"/>
				<pathentry kind="mac" name="__INT_LEAST64_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__INT64_C(c)" path="" value="c ## L"/>
				<pathentry kind="mac" name="__INT_LEAST64_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__UINT_LEAST8_MAX__" path="" value="0xff"/>
				<pathentry kind="mac" name="__UINT8_C(c)" path="" value="c"/>
				<pathentry kind="mac" name="__UINT_LEAST16_MAX__" path="" value="0xffff"/>
				<pathentry kind="mac" name="__UINT16_C(c)" path="" value="c"/>
				<pathentry kind="mac" name="__UINT_LEAST32_MAX__" path="" value="0xffffffffU"/>
				<pathentry kind="mac" name="__UINT32_C(c)" path="" value="c ## U"/>
				<pathentry kind="mac" name="__UINT_LEAST64_MAX__" path="" value="0xffffffffffffffffUL"/>
				<pathentry kind="mac" name="__UINT64_C(c)" path="" value="c ## UL"/>
				<pathentry kind="mac" name="__INT_FAST8_MAX__" path="" value="0x7f"/>
				<pathentry kind="mac" name="__INT_FAST8_WIDTH__" path="" value="8"/>
				<pathentry kind="mac" name="__INT_FAST16_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__INT_FAST16_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__INT_FAST32_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__INT_FAST32_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__INT_FAST64_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__INT_FAST64_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__UINT_FAST8_MAX__" path="" value="0xff"/>
				<pathentry kind="mac" name="__UINT_FAST16_MAX__" path="" value="0xffffffffffffffffUL"/>
				<pathentry kind="mac" name="__UINT_FAST32_MAX__" path="" value="0xffffffffffffffffUL"/>
				<pathentry kind="mac" name="__UINT_FAST64_MAX__" path="" value="0xffffffffffffffffUL"/>
				<pathentry kind="mac" name="__INTPTR_MAX__" path="" value="0x7fffffffffffffffL"/>
				<pathentry kind="mac" name="__INTPTR_WIDTH__" path="" value="64"/>
				<pathentry kind="mac" name="__UINTPTR_MAX__" path="" value="0xffffffffffffffffUL"/>
				<pathentry kind="mac" name="__GCC_IEC_559" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_IEC_559_COMPLEX" path="" value="2"/>
				<pathentry kind="mac" name="__FLT_EVAL_METHOD__" path="" value="0"/>
				<pathentry kind="mac" name="__FLT_EVAL_METHOD_TS_18661_3__" path="" value="0"/>
				<pathentry kind="mac" name="__DEC_EVAL_METHOD__" path="" value="2"/>
				<pathentry kind="mac" name="__FLT_RADIX__" path="" value="2"/>
				<pathentry kind="mac" name="__FLT_MANT_DIG__" path="" value="24"/>
				<pathentry kind="mac" name="__FLT_DIG__" path="" value="6"/>
				<pathentry kind="mac" name="__FLT_MIN_EXP__" path="" value="(-125)"/>
				<pathentry kind="mac" name="__FLT_MIN_10_EXP__" path="" value="(-37)"/>
				<pathentry kind="mac" name="__FLT_MAX_EXP__" path="" value="128"/>
				<pathentry kind="mac" name="__FLT_MAX_10_EXP__" path="" value="38"/>
				<pathentry kind="mac" name="__FLT_DECIMAL_DIG__" path="" value="9"/>
				<pathentry kind="mac" name="__FLT_MAX__" path="" value="3.40282346638528859811704183484516925e+38F"/>
				<pathentry kind="mac" name="__FLT_MIN__" path="" value="1.17549435082228750796873653722224568e-38F"/>
				<pathentry kind="mac" name="__FLT_EPSILON__" path="" value="1.19209289550781250000000000000000000e-7F"/>
				<pathentry kind="mac" name="__FLT_DENORM_MIN__" path="" value="1.40129846432481707092372958328991613e-45F"/>
				<pathentry kind="mac" name="__FLT_HAS_DENORM__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT_HAS_INFINITY__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT_HAS_QUIET_NAN__" path="" value="1"/>
				<pathentry kind="mac" name="__DBL_MANT_DIG__" path="" value="53"/>
				<pathentry kind="mac" name="__DBL_DIG__" path="" value="15"/>
				<pathentry kind="mac" name="__DBL_MIN_EXP__" path="" value="(-1021)"/>
				<pathentry kind="mac" name="__DBL_MIN_10_EXP__" path="" value="(-307)"/>
				<pathentry kind="mac" name="__DBL_MAX_EXP__" path="" value="1024"/>
				<pathentry kind="mac" name="__DBL_MAX_10_EXP__" path="" value="308"/>
				<pathentry kind="mac" name="__DBL_DECIMAL_DIG__" path="" value="17"/>
				<pathentry kind="mac" name="__DBL_MAX__" path="" value="double(1.79769313486231570814527423731704357e+308L)"/>
				<pathentry kind="mac" name="__DBL_MIN__" path="" value="double(2.22507385850720138309023271733240406e-308L)"/>
				<pathentry kind="mac" name="__DBL_EPSILON__" path="" value="double(2.22044604925031308084726333618164062e-16L)"/>
				<pathentry kind="mac" name="__DBL_DENORM_MIN__" path="" value="double(4.94065645841246544176568792868221372e-324L)"/>
				<pathentry kind="mac" name="__DBL_HAS_DENORM__" path="" value="1"/>
				<pathentry kind="mac" name="__DBL_HAS_INFINITY__" path="" value="1"/>
				<pathentry kind="mac" name="__DBL_HAS_QUIET_NAN__" path="" value="1"/>
				<pathentry kind="mac" name="__LDBL_MANT_DIG__" path="" value="64"/>
				<pathentry kind="mac" name="__LDBL_DIG__" path="" value="18"/>
				<pathentry kind="mac" name="__LDBL_MIN_EXP__" path="" value="(-16381)"/>
				<pathentry kind="mac" name="__LDBL_MIN_10_EXP__" path="" value="(-4931)"/>
				<pathentry kind="mac" name="__LDBL_MAX_EXP__" path="" value="16384"/>
				<pathentry kind="mac" name="__LDBL_MAX_10_EXP__" path="" value="4932"/>
				<pathentry kind="mac" name="__DECIMAL_DIG__" path="" value="21"/>
				<pathentry kind="mac" name="__LDBL_DECIMAL_DIG__" path="" value="21"/>
				<pathentry kind="mac" name="__LDBL_MAX__" path="" value="1.18973149535723176502126385303097021e+4932L"/>
				<pathentry kind="mac" name="__LDBL_MIN__" path="" value="3.36210314311209350626267781732175260e-4932L"/>
				<pathentry kind="mac" name="__LDBL_EPSILON__" path="" value="1.08420217248550443400745280086994171e-19L"/>
				<pathentry kind="mac" name="__LDBL_DENORM_MIN__" path="" value="3.64519953188247460252840593361941982e-4951L"/>
				<pathentry kind="mac" name="__LDBL_HAS_DENORM__" path="" value="1"/>
				<pathentry kind="mac" name="__LDBL_HAS_INFINITY__" path="" value="1"/>
				<pathentry kind="mac" name="__LDBL_HAS_QUIET_NAN__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT32_MANT_DIG__" path="" value="24"/>
				<pathentry kind="mac" name="__FLT32_DIG__" path="" value="6"/>
				<pathentry kind="mac" name="__FLT32_MIN_EXP__" path="" value="(-125)"/>
				<pathentry kind="mac" name="__FLT32_MIN_10_EXP__" path="" value="(-37)"/>
				<pathentry kind="mac" name="__FLT32_MAX_EXP__" path="" value="128"/>
				<pathentry kind="mac" name="__FLT32_MAX_10_EXP__" path="" value="38"/>
				<pathentry kind="mac" name="__FLT32_DECIMAL_DIG__" path="" value="9"/>
				<pathentry kind="mac" name="__FLT32_MAX__" path="" value="3.40282346638528859811704183484516925e+38F32"/>
				<pathentry kind="mac" name="__FLT32_MIN__" path="" value="1.17549435082228750796873653722224568e-38F32"/>
				<pathentry kind="mac" name="__FLT32_EPSILON__" path="" value="1.19209289550781250000000000000000000e-7F32"/>
				<pathentry kind="mac" name="__FLT32_DENORM_MIN__" path="" value="1.40129846432481707092372958328991613e-45F32"/>
				<pathentry kind="mac" name="__FLT32_HAS_DENORM__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT32_HAS_INFINITY__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT32_HAS_QUIET_NAN__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT64_MANT_DIG__" path="" value="53"/>
				<pathentry kind="mac" name="__FLT64_DIG__" path="" value="15"/>
				<pathentry kind="mac" name="__FLT64_MIN_EXP__" path="" value="(-1021)"/>
				<pathentry kind="mac" name="__FLT64_MIN_10_EXP__" path="" value="(-307)"/>
				<pathentry kind="mac" name="__FLT64_MAX_EXP__" path="" value="1024"/>
				<pathentry kind="mac" name="__FLT64_MAX_10_EXP__" path="" value="308"/>
				<pathentry kind="mac" name="__FLT64_DECIMAL_DIG__" path="" value="17"/>
				<pathentry kind="mac" name="__FLT64_MAX__" path="" value="1.79769313486231570814527423731704357e+308F64"/>
				<pathentry kind="mac" name="__FLT64_MIN__" path="" value="2.22507385850720138309023271733240406e-308F64"/>
				<pathentry kind="mac" name="__FLT64_EPSILON__" path="" value="2.22044604925031308084726333618164062e-16F64"/>
				<pathentry kind="mac" name="__FLT64_DENORM_MIN__" path="" value="4.94065645841246544176568792868221372e-324F64"/>
				<pathentry kind="mac" name="__FLT64_HAS_DENORM__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT64_HAS_INFINITY__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT64_HAS_QUIET_NAN__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT128_MANT_DIG__" path="" value="113"/>
				<pathentry kind="mac" name="__FLT128_DIG__" path="" value="33"/>
				<pathentry kind="mac" name="__FLT128_MIN_EXP__" path="" value="(-16381)"/>
				<pathentry kind="mac" name="__FLT128_MIN_10_EXP__" path="" value="(-4931)"/>
				<pathentry kind="mac" name="__FLT128_MAX_EXP__" path="" value="16384"/>
				<pathentry kind="mac" name="__FLT128_MAX_10_EXP__" path="" value="4932"/>
				<pathentry kind="mac" name="__FLT128_DECIMAL_DIG__" path="" value="36"/>
				<pathentry kind="mac" name="__FLT128_MAX__" path="" value="1.18973149535723176508575932662800702e+4932F128"/>
				<pathentry kind="mac" name="__FLT128_MIN__" path="" value="3.36210314311209350626267781732175260e-4932F128"/>
				<pathentry kind="mac" name="__FLT128_EPSILON__" path="" value="1.92592994438723585305597794258492732e-34F128"/>
				<pathentry kind="mac" name="__FLT128_DENORM_MIN__" path="" value="6.47517511943802511092443895822764655e-4966F128"/>
				<pathentry kind="mac" name="__FLT128_HAS_DENORM__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT128_HAS_INFINITY__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT128_HAS_QUIET_NAN__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT32X_MANT_DIG__" path="" value="53"/>
				<pathentry kind="mac" name="__FLT32X_DIG__" path="" value="15"/>
				<pathentry kind="mac" name="__FLT32X_MIN_EXP__" path="" value="(-1021)"/>
				<pathentry kind="mac" name="__FLT32X_MIN_10_EXP__" path="" value="(-307)"/>
				<pathentry kind="mac" name="__FLT32X_MAX_EXP__" path="" value="1024"/>
				<pathentry kind="mac" name="__FLT32X_MAX_10_EXP__" path="" value="308"/>
				<pathentry kind="mac" name="__FLT32X_DECIMAL_DIG__" path="" value="17"/>
				<pathentry kind="mac" name="__FLT32X_MAX__" path="" value="1.79769313486231570814527423731704357e+308F32x"/>
				<pathentry kind="mac" name="__FLT32X_MIN__" path="" value="2.22507385850720138309023271733240406e-308F32x"/>
				<pathentry kind="mac" name="__FLT32X_EPSILON__" path="" value="2.22044604925031308084726333618164062e-16F32x"/>
				<pathentry kind="mac" name="__FLT32X_DENORM_MIN__" path="" value="4.94065645841246544176568792868221372e-324F32x"/>
				<pathentry kind="mac" name="__FLT32X_HAS_DENORM__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT32X_HAS_INFINITY__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT32X_HAS_QUIET_NAN__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT64X_MANT_DIG__" path="" value="64"/>
				<pathentry kind="mac" name="__FLT64X_DIG__" path="" value="18"/>
				<pathentry kind="mac" name="__FLT64X_MIN_EXP__" path="" value="(-16381)"/>
				<pathentry kind="mac" name="__FLT64X_MIN_10_EXP__" path="" value="(-4931)"/>
				<pathentry kind="mac" name="__FLT64X_MAX_EXP__" path="" value="16384"/>
				<pathentry kind="mac" name="__FLT64X_MAX_10_EXP__" path="" value="4932"/>
				<pathentry kind="mac" name="__FLT64X_DECIMAL_DIG__" path="" value="21"/>
				<pathentry kind="mac" name="__FLT64X_MAX__" path="" value="1.18973149535723176502126385303097021e+4932F64x"/>
				<pathentry kind="mac" name="__FLT64X_MIN__" path="" value="3.36210314311209350626267781732175260e-4932F64x"/>
				<pathentry kind="mac" name="__FLT64X_EPSILON__" path="" value="1.08420217248550443400745280086994171e-19F64x"/>
				<pathentry kind="mac" name="__FLT64X_DENORM_MIN__" path="" value="3.64519953188247460252840593361941982e-4951F64x"/>
				<pathentry kind="mac" name="__FLT64X_HAS_DENORM__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT64X_HAS_INFINITY__" path="" value="1"/>
				<pathentry kind="mac" name="__FLT64X_HAS_QUIET_NAN__" path="" value="1"/>
				<pathentry kind="mac" name="__DEC32_MANT_DIG__" path="" value="7"/>
				<pathentry kind="mac" name="__DEC32_MIN_EXP__" path="" value="(-94)"/>
				<pathentry kind="mac" name="__DEC32_MAX_EXP__" path="" value="97"/>
				<pathentry kind="mac" name="__DEC32_MIN__" path="" value="1E-95DF"/>
				<pathentry kind="mac" name="__DEC32_MAX__" path="" value="9.999999E96DF"/>
				<pathentry kind="mac" name="__DEC32_EPSILON__" path="" value="1E-6DF"/>
				<pathentry kind="mac" name="__DEC32_SUBNORMAL_MIN__" path="" value="0.000001E-95DF"/>
				<pathentry kind="mac" name="__DEC64_MANT_DIG__" path="" value="16"/>
				<pathentry kind="mac" name="__DEC64_MIN_EXP__" path="" value="(-382)"/>
				<pathentry kind="mac" name="__DEC64_MAX_EXP__" path="" value="385"/>
				<pathentry kind="mac" name="__DEC64_MIN__" path="" value="1E-383DD"/>
				<pathentry kind="mac" name="__DEC64_MAX__" path="" value="9.999999999999999E384DD"/>
				<pathentry kind="mac" name="__DEC64_EPSILON__" path="" value="1E-15DD"/>
				<pathentry kind="mac" name="__DEC64_SUBNORMAL_MIN__" path="" value="0.000000000000001E-383DD"/>
				<pathentry kind="mac" name="__DEC128_MANT_DIG__" path="" value="34"/>
				<pathentry kind="mac" name="__DEC128_MIN_EXP__" path="" value="(-6142)"/>
				<pathentry kind="mac" name="__DEC128_MAX_EXP__" path="" value="6145"/>
				<pathentry kind="mac" name="__DEC128_MIN__" path="" value="1E-6143DL"/>
				<pathentry kind="mac" name="__DEC128_MAX__" path="" value="9.999999999999999999999999999999999E6144DL"/>
				<pathentry kind="mac" name="__DEC128_EPSILON__" path="" value="1E-33DL"/>
				<pathentry kind="mac" name="__DEC128_SUBNORMAL_MIN__" path="" value="0.000000000000000000000000000000001E-6143DL"/>
				<pathentry kind="mac" name="__REGISTER_PREFIX__" path="" value=" "/>
				<pathentry kind="mac" name="__USER_LABEL_PREFIX__" path="" value=" "/>
				<pathentry kind="mac" name="__GNUC_STDC_INLINE__" path="" value="1"/>
				<pathentry kind="mac" name="__NO_INLINE__" path="" value="1"/>
				<pathentry kind="mac" name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1" path="" value="1"/>
				<pathentry kind="mac" name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2" path="" value="1"/>
				<pathentry kind="mac" name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4" path="" value="1"/>
				<pathentry kind="mac" name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8" path="" value="1"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_BOOL_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_CHAR_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_CHAR16_T_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_CHAR32_T_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_WCHAR_T_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_SHORT_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_INT_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_LONG_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_LLONG_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_TEST_AND_SET_TRUEVAL" path="" value="1"/>
				<pathentry kind="mac" name="__GCC_ATOMIC_POINTER_LOCK_FREE" path="" value="2"/>
				<pathentry kind="mac" name="__HAVE_SPECULATION_SAFE_VALUE" path="" value="1"/>
				<pathentry kind="mac" name="__GCC_HAVE_DWARF2_CFI_ASM" path="" value="1"/>
				<pathentry kind="mac" name="__PRAGMA_REDEFINE_EXTNAME" path="" value="1"/>
				<pathentry kind="mac" name="__SIZEOF_INT128__" path="" value="16"/>
				<pathentry kind="mac" name="__SIZEOF_WCHAR_T__" path="" value="4"/>
				<pathentry kind="mac" name="__SIZEOF_WINT_T__" path="" value="4"/>
				<pathentry kind="mac" name="__SIZEOF_PTRDIFF_T__" path="" value="8"/>
				<pathentry kind="mac" name="__amd64" path="" value="1"/>
				<pathentry kind="mac" name="__amd64__" path="" value="1"/>
				<pathentry kind="mac" name="__x86_64" path="" value="1"/>
				<pathentry kind="mac" name="__x86_64__" path="" value="1"/>
				<pathentry kind="mac" name="__SIZEOF_FLOAT80__" path="" value="16"/>
				<pathentry kind="mac" name="__SIZEOF_FLOAT128__" path="" value="16"/>
				<pathentry kind="mac" name="__ATOMIC_HLE_ACQUIRE" path="" value="65536"/>
				<pathentry kind="mac" name="__ATOMIC_HLE_RELEASE" path="" value="131072"/>
				<pathentry kind="mac" name="__GCC_ASM_FLAG_OUTPUTS__" path="" value="1"/>
				<pathentry kind="mac" name="__k8" path="" value="1"/>
				<pathentry kind="mac" name="__k8__" path="" value="1"/>
				<pathentry kind="mac" name="__code_model_small__" path="" value="1"/>
				<pathentry kind="mac" name="__MMX__" path="" value="1"/>
				<pathentry kind="mac" name="__SSE__" path="" value="1"/>
				<pathentry kind="mac" name="__SSE2__" path="" value="1"/>
				<pathentry kind="mac" name="__FXSR__" path="" value="1"/>
				<pathentry kind="mac" name="__SSE_MATH__" path="" value="1"/>
				<pathentry kind="mac" name="__SSE2_MATH__" path="" value="1"/>
				<pathentry kind="mac" name="__SEG_FS" path="" value="1"/>
				<pathentry kind="mac" name="__SEG_GS" path="" value="1"/>
				<pathentry kind="mac" name="__gnu_linux__" path="" value="1"/>
				<pathentry kind="mac" name="__linux" path="" value="1"/>
				<pathentry kind="mac" name="__linux__" path="" value="1"/>
				<pathentry kind="mac" name="linux" path="" value="1"/>
				<pathentry kind="mac" name="__unix" path="" value="1"/>
				<pathentry kind="mac" name="__unix__" path="" value="1"/>
				<pathentry kind="mac" name="unix" path="" value="1"/>
				<pathentry kind="mac" name="__ELF__" path="" value="1"/>
				<pathentry kind="mac" name="__DECIMAL_BID_FORMAT__" path="" value="1"/>
				<pathentry kind="mac" name="_GNU_SOURCE" path="" value="1"/>
				<pathentry kind="mac" name="_STDC_PREDEF_H" path="" value="1"/>
				<pathentry kind="mac" name="__STDC_IEC_559__" path="" value="1"/>
				<pathentry kind="mac" name="__STDC_IEC_559_COMPLEX__" path="" value="1"/>
				<pathentry kind="mac" name="__STDC_ISO_10646__" path="" value="201304L"/>
				<pathentry kind="mac" name="__STDC_NO_THREADS__" path="" value="1"/>
				<pathentry include="/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug/src/stil" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/cxx/include/stil" kind="inc" path="" system="true"/>
				<pathentry include="/usr/intel/pkgs/boost/1.75.0/include" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/cxx/include" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/include/c++/9.2.0" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/include/c++/9.2.0/x86_64-suse-linux" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/include/c++/9.2.0/backward" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/lib64/gcc/x86_64-suse-linux/9.2.0/include" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/lib64/gcc/x86_64-suse-linux/9.2.0/include-fixed" kind="inc" path="" system="true"/>
				<pathentry include="/usr/local/include" kind="inc" path="" system="true"/>
				<pathentry include="/nfs/site/itools/em64t_SLES12SP5/pkgs/gcc/9.2.0/include" kind="inc" path="" system="true"/>
				<pathentry include="/usr/include" kind="inc" path="" system="true"/>
			</storageModule>
			<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets">
				<buildTargets>
					<target name=": rebuild_cache" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>rebuild_cache</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": test" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>test</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": Continuous" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>Continuous</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": Experimental" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>Experimental</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": edit_cache" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>edit_cache</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": Nightly" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>Nightly</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="src" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="src" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[lib] stil" path="src/stil" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stil</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[lib] stil/fast" path="src/stil" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stil/fast</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Build" path="[Targets]/[lib] stil" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-C "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug" -j6</buildArguments>
						<buildTarget>stil</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Clean" path="[Targets]/[lib] stil" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake</buildCommand>
						<buildArguments>-E chdir "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug/src/stil" "/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake" -P "CMakeFiles/stil.dir/cmake_clean.cmake"</buildArguments>
						<buildTarget></buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="src/stil" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="src/stil" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="apps" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="apps" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[exe] stilparse" path="apps/stilparse" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stilparse</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[exe] stilparse/fast" path="apps/stilparse" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stilparse/fast</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Build" path="[Targets]/[exe] stilparse" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-C "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug" -j6</buildArguments>
						<buildTarget>stilparse</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Clean" path="[Targets]/[exe] stilparse" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake</buildCommand>
						<buildArguments>-E chdir "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug/apps/stilparse" "/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake" -P "CMakeFiles/stilparse.dir/cmake_clean.cmake"</buildArguments>
						<buildTarget></buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="apps/stilparse" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="apps/stilparse" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[exe] stildump" path="apps/stildump" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stildump</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[exe] stildump/fast" path="apps/stildump" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stildump/fast</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Build" path="[Targets]/[exe] stildump" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-C "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug" -j6</buildArguments>
						<buildTarget>stildump</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Clean" path="[Targets]/[exe] stildump" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake</buildCommand>
						<buildArguments>-E chdir "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug/apps/stildump" "/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake" -P "CMakeFiles/stildump.dir/cmake_clean.cmake"</buildArguments>
						<buildTarget></buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="apps/stildump" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="apps/stildump" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[exe] stilcheck" path="apps/stilcheck" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stilcheck</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[exe] stilcheck/fast" path="apps/stilcheck" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stilcheck/fast</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Build" path="[Targets]/[exe] stilcheck" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-C "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug" -j6</buildArguments>
						<buildTarget>stilcheck</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Clean" path="[Targets]/[exe] stilcheck" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake</buildCommand>
						<buildArguments>-E chdir "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug/apps/stilcheck" "/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake" -P "CMakeFiles/stilcheck.dir/cmake_clean.cmake"</buildArguments>
						<buildTarget></buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="apps/stilcheck" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="apps/stilcheck" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[exe] stil_scan_rpp" path="apps/stil_scan_rpp" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stil_scan_rpp</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="[exe] stil_scan_rpp/fast" path="apps/stil_scan_rpp" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>stil_scan_rpp/fast</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Build" path="[Targets]/[exe] stil_scan_rpp" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-C "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug" -j6</buildArguments>
						<buildTarget>stil_scan_rpp</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name="Clean" path="[Targets]/[exe] stil_scan_rpp" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake</buildCommand>
						<buildArguments>-E chdir "/nfs/site/disks/gsc_gwa002/pgupta6/fte_projects/Debug/apps/stil_scan_rpp" "/nfs/site/itools/em64t_SLES12SP5/pkgs/cmake/3.15.2/.bin/cmake" -P "CMakeFiles/stil_scan_rpp.dir/cmake_clean.cmake"</buildArguments>
						<buildTarget></buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="apps/stil_scan_rpp" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="apps/stil_scan_rpp" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": all" path="tests" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>all</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
					<target name=": clean" path="tests" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
						<buildCommand>/usr/intel/bin/gmake</buildCommand>
						<buildArguments>-j6</buildArguments>
						<buildTarget>clean</buildTarget>
						<stopOnError>true</stopOnError>
						<useDefaultCommand>false</useDefaultCommand>
					</target>
				</buildTargets>
			</storageModule>
			<storageModule moduleId="scannerConfiguration">
				<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
				<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
					<buildOutputProvider>
						<openAction enabled="true" filePath=""/>
						<parser enabled="true"/>
					</buildOutputProvider>
					<scannerInfoProvider id="specsFile">
						<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="/usr/intel/bin/c++" useDefault="true"/>
						<parser enabled="true"/>
					</scannerInfoProvider>
				</profile>
				<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
					<buildOutputProvider>
						<openAction enabled="true" filePath=""/>
						<parser enabled="true"/>
					</buildOutputProvider>
					<scannerInfoProvider id="makefileGenerator">
						<runAction arguments="-f ${project_name}_scd.mk" command="/usr/intel/bin/gmake" useDefault="true"/>
						<parser enabled="true"/>
					</scannerInfoProvider>
				</profile>
			</storageModule>
		</cconfiguration>
	</storageModule>
	<storageModule moduleId="cdtBuildSystem" version="4.0.0">
		<project id="MyCppProject.null.1" name="MyCppProject"/>
	</storageModule>
</cproject>

@DanielGibson
Copy link

I have the same problem with Eclipse 2024-12.
I used New C/C++ Project -> Empty or Existing CMake Project to load a relatively simple existing CMake project.
That basically works, it shows the project's files and I could even build.

But it doesn't find any system includes, and I found no way to configure include paths (as I could when manually creating a C/C++ project that doesn't use CMake).
It doesn't even show that "Includes" node in the Project Explorer that other C/C++ projects have.

Am I doing something wrong?
I somehow can't believe CDT would ship CMake "support" where you can't use any standard- or system-types or -includes?

@jonahgraham
Copy link
Member

@betamaxbandit do you think the improvements made in #1000 for CDT 12 help the issues raised here?

@betamaxbandit
Copy link
Contributor

@betamaxbandit do you think the improvements made in #1000 for CDT 12 help the issues raised here?

Hi @jonahgraham ,

Short answer, no.
However, I don't really understand exactly what these issues are.

@betamaxbandit
Copy link
Contributor

betamaxbandit commented Mar 20, 2025

... long answer.

I'm not familiar with the type of project being used here. It does not look like a regular CDT CMake project to me; the .cproject file of a CMake project has barely any content and the screenshot on stackoverflow shows a project that looks like an Executable or Standard Build project (it has Build Target node and Includes node).

I created a Boost example CDT CMake project [1] and after building the project the Boost header was resolved. This was the case using CDT 11.6 and 12.0.

I'll take you through my experience with this.

I created a Boost example CDT CMake project [1].
Initially the workbench looks like this:

Image

Notice the "Unresolved inclusion..." and the "Symbol ... could not be resolved" markers. These are expected until the project is built.

I built the project successfully and the "Unresolved inclusion..." disappeared. I am able to click on a header and Open Declaration F3, which successfully opens header file in the editor.

Image

Sometimes, the other "Symbol ... could not be resolved" markers remain. This is a bug (#376) in CDT and should be fixed!
To work around this, in the Project Explorer, right click the project and choose Index > Rebuild. "C/C++ Indexer" progress can be observed in the status bar and after a while the "Symbol ... could not be resolved" markers disappear.

Image

I can then navigate to source functions, for example F3 on lambda on line 8 shows the Open Declaration dialog.

Image

[1]: Example Boost CDT CMake project
I did this on Windows 10.
a) Download Boost package from the download like on https://www.boost.org/doc/libs/1_87_0/more/getting_started/windows.html
b) Unzip Boost package into C:_dev\Boost\boost_1_82_0
c) On host, install toolchain, make and ninja by following the CDT help page C/C++ Development User Guide > "Before you begin", using the MSYS2 software distribution.

Image

d) Launch Eclipse CDT 12.0.0 and create a new C/C++ project > Empty or Existing CMake project.
e) Create a file called boostExample.cpp and add the following content:

#include <boost/lambda/lambda.hpp>
#include <iostream>
#include <iterator>
#include <algorithm>

int main()
{
    using namespace boost::lambda;
    typedef std::istream_iterator<int> in;

    std::for_each(
        in(std::cin), in(), std::cout << (_1 * 3) << " " );
}

f) Create a file called CMakeLists.txt and add the following content:

cmake_minimum_required(VERSION 3.10)

project (boostExample)

add_executable(${PROJECT_NAME} boostExample.cpp)

target_include_directories(${PROJECT_NAME}
  PUBLIC C:/_dev/Boost/boost_1_82_0)

g) Build the project using the Launch Bar build button.
This is the console output:

Configuring in: C:\Users\betamax\cdt-main20250110b\runtime-cdtruntime3\boostExample\build\cmake.run.win32.x86_64.Local
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja C:\Users\betamax\cdt-main20250110b\runtime-cdtruntime3\boostExample
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/ucrt64/bin/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/msys64/ucrt64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (6.3s)
-- Generating done (0.3s)
-- Build files have been written to: C:/Users/betamax/cdt-main20250110b/runtime-cdtruntime3/boostExample/build/cmake.run.win32.x86_64.Local
Building in: C:\Users\betamax\cdt-main20250110b\runtime-cdtruntime3\boostExample\build\cmake.run.win32.x86_64.Local
cmake --build . --target all
[1/2] Building CXX object CMakeFiles/boostExample.dir/boostExample.cpp.obj
[2/2] Linking CXX executable boostExample.exe
Build complete (0 errors, 0 warnings): C:\Users\betamax\cdt-main20250110b\runtime-cdtruntime3\boostExample\build\cmake.run.win32.x86_64.Local

The project archive is attached here:

boostExample.zip

@betamaxbandit
Copy link
Contributor

If the OP still has problems with this, perhaps they can attach an example CDT project which demonstrates the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants