﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5713	Compile openmodelica with icc and icpc	paul.mordant@…	Adrian Pop	"I would like to compile openmodelica with intel suite compilers icc and icpc but when I run ./configure CC=path/to/icc CXX=path/to/icpc I get the following warning message : 
{{{ 
configure: WARNING: lpsolve/lp_lib.h: present but cannot be compiled
configure: WARNING: lpsolve/lp_lib.h: check for missing prerequisite headers
configure: WARNING: lpsolve/lp_lib.h: see the Autoconf documentation
configure: WARNING: lpsolve/lp_lib.h: section ""Present but cannot be compiled""
configure: WARNING: lpsolve/lp_lib.h: proceeding with the compiler results
checking for lpsolve/lp_lib.h... no
failed to find lpsolve55 hearders or library; will compiler them ourselves
}}}
I don't know if it's much of a big deal as the configuration carries on. But later on when I launch the compilation it aborts and returns : 
{{{
/usr/include/c++/7/bits/move.h(48): error: identifier ""__builtin_adressof"" is undefinded
}}}
I am using Ubuntu 18.04, my icc version is 15.0.4 and my gcc version is 7.4.0. Is there a way to compile OpenModelica with intel compiler ? "	discussion	assigned	high	Future	*unknown*	v1.13.2		compiler icc icpc	florentine.rosiere@…
