﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3232	Wrong include path when using +simCodeTarget=Cpp	Rüdiger Franke	Marcus Walther	"Attempting to compile a model with `+simCodeTarget=Cpp`, the compiler fails as it does not find `umfpack.h`. This is because an include path in `/usr/include/omc/cpp/ModelicaConfig.inc` is wrong. It works with the following patch:
{{{#!diff
--- ModelicaConfig.inc~	2015-03-18 02:37:41.000000000 +0100
+++ ModelicaConfig.inc	2015-03-18 19:24:04.898611476 +0100
@@ -13,7 +13,7 @@
 LAPACK_LIBS =  /usr/lib/liblapack.so /usr/lib/libblas.so
 UMFPACK_LIBS =  /home/build/tmp/build/openmodelica-25132/build/lib/omc/libumfpack.a /usr/lib/libblas.so /home/build/tmp/build/openmodelica-25132/build/lib/omc/libamd.a
 
-SUITESPARSE_INCLUDE = /home/build/tmp/build/openmodelica-25132/build/include/omc/c/suitesparse/Include
+SUITESPARSE_INCLUDE = /usr/include/suitesparse
 
 INTEL_TBB_LIBS = 
 INTEL_TBB_INCLUDE = 
}}}
The `UMFPACK_LIBS` paths above appear wrong as well, but this did not harm in my tests."	defect	closed	high	1.9.3	Build Environment	trunk	fixed		Marcus Walther Volker Waurich Niklas Worschech
