Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Installing form GIT gives me errors [solved]

Installing form GIT gives me errors [solved]

Good Morning,
sorry to bother, I've installed OpenModelica from GIT using the instructions given here GIT Readme. However from a few weeks ago make exits with errors as

Code:

clang++ -c -Wno-unused-variable -Wno-unused-function -Wno-unused-parameter -g -march=x86-64 -mtune=generic -pipe -fstack-protector-strong -fno-plt -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../../../build/include/omc/scripting-API -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/x86_64-linux-gnu/omc/antlr3 -I../../../build/include/omc/c -I../../qjson-0.8.1/build/include -I../../../build/include -I../../qjson/build/include -I../../../build/include/omc/scripting-API -I../../../build/include/omc/c/util -I../../../build/include/omc/fmil -isystem /usr/include/qt -isystem /usr/include/qt/QtWebKitWidgets -isystem /usr/include/qt/QtWebKit -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtOpenGL -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtXmlPatterns -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtCore -I../generatedfiles/moc -isystem /usr/include/libdrm -I/usr/lib/qt/mkspecs/linux-g++ -o OMCProxy.o OMC/OMCProxy.cpp

OMC/OMCProxy.cpp:1686:56: error: too many arguments to function call, expected single argument 'class_', have 2 arguments
  QString result = mpOMCInterface->listFile(className, nestedClasses);
                   ~~~~~~~~~~~~~~~~~~~~~~~~            ^~~~~~~~~~~~~
../../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:273:3: note: 'listFile' declared here
  QString listFile(QString class_);
  ^
OMC/OMCProxy.cpp:1896:33: error: no member named 'updateConnectionNames' in 'OMCInterface'
  bool result = mpOMCInterface->updateConnectionNames(className, from, to, fromNew, toNew);

I can't understand what I did wrong. Any suggestions?

Edited by: ElMastro - Jun-11-19 11:16:12

Re: Installing form GIT gives me errors [solved]

Excuse me, I didn't notice that a part of the output was missing.
[code]checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C preprocessor... clang -E
ln: failed to create symbolic link '.git/hooks/pre-commit': File exists
configure: OpenModelica commit-msg hook has been installed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking if cppruntime is requested... no
checking for omlibrary target... core
checking for libraries directory... yes
checking for CORBA... none
configure: creating ./config.status
config.status: creating Makefile
=== configuring in OMCompiler (/tmp/openmodelica-git/src/openmodelica-git/OMCompiler)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  'CC=clang' 'CXX=clang++' 'CFLAGS=-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-march=znver1 -O2 -pipe -fstack-protector-strong' '--with-ombuilddir=/tmp/openmodelica-git/src/openmodelica-git/build' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C preprocessor... clang -E
checking whether make sets $(MAKE)... yes
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking if -Werror works... ok
checking looking for --no-undefined... yes
clang
checking for flags to append to CFLAGS (-fno-stack-protector)... -march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong -fno-stack-protector
checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)... -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--no-as-needed -Wl,--disable-new-dtags
checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
checking whether clang++ supports C++11 features by default... yes
checking for omc... /usr/bin/omc
checking for library containing clock_gettime... none required
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for antlr.Tool support... ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for scandir... no
checking for OpenMP... no
checking runtime compiler... clang ok
checking runtime compiler CFLAGS... -fPIC -falign-functions -mfpmath=sse -fno-dollars-in-identifiers
checking for library containing dlopen... -ldl
NO_LPLIB: ''
checking for library containing dlopen... (cached) -ldl
checking for library containing sqrt... -lm
checking for library containing colamd... -lcolamd
checking for library containing make_lp... -llpsolve55
checking lp_lib.h usability... no
checking lp_lib.h presence... no
checking for lp_lib.h... no
checking lpsolve/lp_lib.h usability... yes
checking lpsolve/lp_lib.h presence... yes
checking for lpsolve/lp_lib.h... yes
checking for socket... yes
checking for gethostbyname... yes
checking LAPACK/BLAS flags...  -lopenblas 
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking gettext linking... in C-library
checking setlocale linking... in C-library
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for uuid_unparse in -luuid... yes
checking for pthread_self in -lpthread... yes
checking for CORBA... none
checking for OpenCL... checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking OpenCL/cl.h usability... no
checking OpenCL/cl.h presence... no
checking for OpenCL/cl.h... no
checking for revision... OMCompiler v1.14.0-dev.26535+ga2e86cd43
checking for OpenModelica platform name... x86_64-linux
checking for Modelica platform name... linux64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Compiler/Util/Autoconf.mo
config.status: creating Compiler/Makefile
config.status: creating Compiler/Script/Makefile
config.status: creating Compiler/Template/Makefile
config.status: creating Compiler/runtime/Makefile
config.status: creating Compiler/runtime/config.unix.h
config.status: creating Compiler/runtime/revision.h
config.status: creating Parser/Makefile
config.status: creating SimulationRuntime/OMSICpp/Makefile.env
config.status: creating SimulationRuntime/c/Makefile
config.status: creating SimulationRuntime/opc/ua/Makefile
config.status: creating SimulationRuntime/fmi/export/buildproject/Makefile
config.status: creating SimulationRuntime/ParModelica/Makefile
config.status: creating SimulationRuntime/ParModelica/auto/Makefile
config.status: creating SimulationRuntime/ParModelica/explicit/openclrt/Makefile
config.status: creating Compiler/boot/Makefile
config.status: creating Compiler/Lexers/Makefile
config.status: executing config.unix.h.fix commands
=== configuring in SimulationRuntime/OMSICpp (/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSICpp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  'CC=clang' 'CXX=clang++' 'CFLAGS=-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-march=znver1 -O2 -pipe -fstack-protector-strong' '--with-ombuilddir=/tmp/openmodelica-git/src/openmodelica-git/build' --cache-file=/dev/null --srcdir=.
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C preprocessor... clang -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking if boost static linking is requested... no
checking if boost real paths are requested... no
checking if c++03 support is requested... no
checking if runtime profiling is requested... no
checking if ScoreP is requested... no
ScoreP-home is set to
checking if sundials for FMUs is requested... no
checking if parallel output is requested... no
checking if logger should be used... yes
Build type is set to RelWithDebInfo
configure: creating ./config.status
config.status: creating Makefile

Configured OpenModelica successfully using the following options:
Simulations may use UMFPACK: No
Simulations may use sundials suite: Yes
Simulations may use UMFPACK: Yes
ParModelica: No
=== configuring in OMPlot (/tmp/openmodelica-git/src/openmodelica-git/OMPlot)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  'CC=clang' 'CXX=clang++' 'CFLAGS=-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-march=znver1 -O2 -pipe -fstack-protector-strong' '--with-ombuilddir=/tmp/openmodelica-git/src/openmodelica-git/build' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking whether clang++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /bin/qmake
checking for qmake arguments... Using Qt version 5.12.3 in /usr/lib
/bin/qmake
checking for lrelease... /usr/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /tmp/openmodelica-git/src/openmodelica-git/build
configure: creating ./config.status
config.status: creating Makefile
config.status: creating qwt/Makefile.unix
config.status: creating OMPlot/OMPlotGUI/Makefile.unix
config.status: creating OMPlot/OMPlotGUI/OMPlotGUI.config
config.status: creating qwt/qwt.config
=== configuring in OMEdit (/tmp/openmodelica-git/src/openmodelica-git/OMEdit)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  'CC=clang' 'CXX=clang++' 'CFLAGS=-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-march=znver1 -O2 -pipe -fstack-protector-strong' '--with-ombuilddir=/tmp/openmodelica-git/src/openmodelica-git/build' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking whether clang++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /bin/qmake
checking for qmake arguments... Using Qt version 5.12.3 in /usr/lib
/bin/qmake
checking for lrelease... /usr/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /tmp/openmodelica-git/src/openmodelica-git/build
checking how to run the C++ preprocessor... clang++ -E
checking for osg/qt include order bugs (broken OSG version)... OK
checking for osg/qt broken OpenGL... OK
checking for osg/qt broken OpenGL... OK
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking osg/Uniform usability... yes
checking osg/Uniform presence... yes
checking for osg/Uniform... yes
"OSG is enabled"
checking check if -lboost_regex is needed for OMSimulator... no need for -lboost_regex, std::regex is good enough
checking for LSB description... Arch Linux
checking for revision... OMEdit v1.14.0-dev.26535+ga2e86cd43
configure: creating ./config.status
config.status: creating Makefile
config.status: creating OMEdit/OMEditGUI/Makefile.unix
config.status: creating OMEdit/OMEditGUI/OMEdit.config
config.status: creating OMEdit/OMEditGUI/Debugger/Parser/Makefile.unix
config.status: creating OMEdit/OMEditGUI/Debugger/Parser/Makefile.lib.unix
config.status: creating OMEdit/OMEditGUI/omc_config.h
=== configuring in OMNotebook (/tmp/openmodelica-git/src/openmodelica-git/OMNotebook)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  'CC=clang' 'CXX=clang++' 'CFLAGS=-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-march=znver1 -O2 -pipe -fstack-protector-strong' '--with-ombuilddir=/tmp/openmodelica-git/src/openmodelica-git/build' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking whether clang++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /bin/qmake
checking for qmake arguments... Using Qt version 5.12.3 in /usr/lib
/bin/qmake
checking for lrelease... /usr/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /tmp/openmodelica-git/src/openmodelica-git/build
configure: creating ./config.status
config.status: creating Makefile
config.status: creating OMNotebook/OMNotebookGUI/Makefile.unix
config.status: creating OMNotebook/OMNotebookGUI/OMNotebook.config
config.status: creating OMNotebook/OMNotebookGUI/omc_config.h
=== configuring in OMShell (/tmp/openmodelica-git/src/openmodelica-git/OMShell)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  'CC=clang' 'CXX=clang++' 'CFLAGS=-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-march=znver1 -O2 -pipe -fstack-protector-strong' '--with-ombuilddir=/tmp/openmodelica-git/src/openmodelica-git/build' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /bin/qmake
checking for qmake arguments... Using Qt version 5.12.3 in /usr/lib
/bin/qmake
checking for lrelease... /usr/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /tmp/openmodelica-git/src/openmodelica-git/build
checking if the user wants to compile OMShell-terminal... yes
checking how to run the C++ preprocessor... clang++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for library containing readline... -lreadline
configure: creating ./config.status
config.status: creating Makefile
config.status: creating OMShell/OMShellGUI/Makefile.unix
config.status: creating OMShell/OMShellGUI/OMShell.config
config.status: creating mosh/src/Makefile
config.status: creating OMShell/OMShellGUI/omc_config.h
config.status: creating mosh/src/omc_config.h
make -C OMCompiler
make -C OMSimulator config-3rdParty CERES=OFF "host_short=x86_64-linux-gnu" CC="clang" CXX="clang++" CFLAGS="-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong" CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-march=znver1 -O2 -pipe -fstack-protector-strong"
make -C testsuite/difftool "OMBUILDDIR=/tmp/openmodelica-git/src/openmodelica-git/build" CC="clang" CFLAGS="-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong"
make -C testsuite/ReferenceFiles
make -C libraries BUILD_DIR=/tmp/openmodelica-git/src/openmodelica-git/build/lib/omlibrary "host_short=x86_64-linux-gnu" "RPATH_QMAKE=-Wl,-z,origin -Wl,-rpath,\'\$ORIGIN/../lib/x86_64-linux-gnu/omc\' -Wl,-rpath,\'\$ORIGIN/../lib\' -Wl,-rpath,\'\$ORIGIN\' " "SHREXT=.so" core
make[1]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator"
make[1]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler"
Creating dirs: /tmp/openmodelica-git/src/openmodelica-git/build/bin /tmp/openmodelica-git/src/openmodelica-git/build/lib/omc/emcc /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/gc/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/linearization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/dataReconciliation/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/optimization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/results/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/solver/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/solver/initialization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/meta/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/util/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/fmi1/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/fmi2/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/scripting-API /tmp/openmodelica-git/src/openmodelica-git/build/share/omc/java/ /tmp/openmodelica-git/src/openmodelica-git/build/share//omc/scripts/OpenTurns/ /tmp/openmodelica-git/src/openmodelica-git/build/share/doc/omc/testmodels /tmp/openmodelica-git/src/openmodelica-git/build/share/man//man1/

make -C 3rdParty/zlib/build/linux/zlib/ install
make[1]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/testsuite/difftool"
make[1]: "/tmp/openmodelica-git/src/openmodelica-git/build/bin/omc-diff" è aggiornato.
make[1]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/testsuite/difftool"

make[1]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/libraries"
make[1]: Nessuna operazione da eseguire per "core".
make[1]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/libraries"
make interactive sim-dependencies
make[2]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
# CERES=OFF => Skipping build of 3rdParty library Ceres-Solver. Ceres-Solver is a dependency of the (optional) parameter estimation module.
make[2]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler"
Creating dirs: /tmp/openmodelica-git/src/openmodelica-git/build/bin /tmp/openmodelica-git/src/openmodelica-git/build/lib/omc/emcc /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/gc/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/linearization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/dataReconciliation/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/optimization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/results/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/solver/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/solver/initialization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/meta/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/util/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/fmi1/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/fmi2/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/scripting-API /tmp/openmodelica-git/src/openmodelica-git/build/share/omc/java/ /tmp/openmodelica-git/src/openmodelica-git/build/share//omc/scripts/OpenTurns/ /tmp/openmodelica-git/src/openmodelica-git/build/share/doc/omc/testmodels /tmp/openmodelica-git/src/openmodelica-git/build/share/man//man1/


cp ./3rdParty/antlr/3.2/tool/antlr-3.2.jar ./3rdParty/antlr/3.2/tool/antlr-2.7.7.jar /tmp/openmodelica-git/src/openmodelica-git/build/share/omc/java//
make -f Makefile /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/libsundials_ida.a
cp -pPR 3rdParty/FMIL/build/ExpatEx/install/lib/libexpat.a /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc
# Configure and build lis
mkdir -p /tmp/openmodelica-git/src/openmodelica-git/build/share/doc/omc/testmodels
cp -p Examples/*.* /tmp/openmodelica-git/src/openmodelica-git/build/share/doc/omc/testmodels/
make -C SimulationRuntime/opc/ua -f Makefile OMBUILDDIR=/tmp/openmodelica-git/src/openmodelica-git/build
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler"
Creating dirs: /tmp/openmodelica-git/src/openmodelica-git/build/bin /tmp/openmodelica-git/src/openmodelica-git/build/lib/omc/emcc /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/gc/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/linearization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/dataReconciliation/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/optimization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/results/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/solver/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/simulation/solver/initialization/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/meta/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/util/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/fmi1/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/fmi2/ /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/scripting-API /tmp/openmodelica-git/src/openmodelica-git/build/share/omc/java/ /tmp/openmodelica-git/src/openmodelica-git/build/share//omc/scripts/OpenTurns/ /tmp/openmodelica-git/src/openmodelica-git/build/share/doc/omc/testmodels /tmp/openmodelica-git/src/openmodelica-git/build/share/man//man1/

if ! test -f 3rdParty/lis-1.4.12/Makefile; then cd 3rdParty/lis-1.4.12 && autoconf && ./configure "--host=x86_64-unknown-linux-gnu" --enable-shared --disable-static MPICC="false" CC="clang" CXX="clang++" CFLAGS="-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong -fno-stack-protector -fPIC" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--no-as-needed -Wl,--disable-new-dtags -Wl,-rpath-link,/tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc " && make clean; fi
rm -f /tmp/openmodelica-git/src/openmodelica-git/build/share/doc/omc/testmodels/CMake*.txt
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/opc/ua"
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[3]: "/tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/libsundials_ida.a" è aggiornato.
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler"
Building Lis from sources
make -C 3rdParty/lis-1.4.12/src
cd SimulationRuntime/OMSI; \
mkdir -p Build_static; (cd ./Build_static; echo "change to Build_static"; CC="clang" CXX="clang++" CFLAGS="-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong -fno-stack-protector -fPIC" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="" cmake  -G "Unix Makefiles" --build . -DPLATFORM=static -DCMAKE_BUILD_TYPE=   -DCMAKE_INSTALL_PREFIX:PATH="/tmp/openmodelica-git/src/openmodelica-git/build" -DLIB_OMC=lib/x86_64-linux-gnu/omc ..; make );  mkdir -p Build_dynamic; (cd ./Build_dynamic; echo "change to Build_dynamic"; CC="clang" CXX="clang++" CFLAGS="-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong -fno-stack-protector -fPIC" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="" cmake  -G "Unix Makefiles" --build . -DPLATFORM=dynamic -DCMAKE_BUILD_TYPE=   -DCMAKE_INSTALL_PREFIX:PATH="/tmp/openmodelica-git/src/openmodelica-git/build" -DLIB_OMC=lib/x86_64-linux-gnu/omc ..; make );
make -C Compiler/Translation OMBUILDDIR=/tmp/openmodelica-git/src/openmodelica-git/build release
cp open62541.h "/tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src"
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/Compiler/Translation"
for locale in de sv es; do mkdir -p /tmp/openmodelica-git/src/openmodelica-git/build/share/locale//$locale/LC_MESSAGES && msgfmt -o/tmp/openmodelica-git/src/openmodelica-git/build/share/locale//$locale/LC_MESSAGES/openmodelica.mo $locale.po; done
change to Build_static
cp libomopcua.so "/tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc"
Making all in matrix
test ! ".so" = ".dll" || cp libomopcua.so "/tmp/openmodelica-git/src/openmodelica-git/build/bin"
-- CMake version 3.14.5
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/opc/ua"
test ! `uname` = Darwin || (install_name_tool -id @rpath/libomopcua.dylib "/tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/libomopcua.dylib")
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/matrix"
make[4]: Nessuna operazione da eseguire per "all".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/matrix"
Making all in vector
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/vector"
make[4]: Nessuna operazione da eseguire per "all".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/vector"
Making all in matvec
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/matvec"
make[4]: Nessuna operazione da eseguire per "all".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/matvec"
Making all in precon
-- Compiling with C flags: -march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong -fno-stack-protector -fPIC
-- Libs will be installed in /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/omsi
[ 40%] Built target zlib
[ 80%] Built target zlibstatic
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/precon"
make[4]: Nessuna operazione da eseguire per "all".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/precon"
Making all in solver
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/solver"
make[4]: Nessuna operazione da eseguire per "all".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/solver"
Making all in esolver
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/esolver"
make[4]: Nessuna operazione da eseguire per "all".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/esolver"
Making all in system
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/system"
make[4]: Nessuna operazione da eseguire per "all".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/system"
Making all in precision
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/precision"
make[4]: Nessuna operazione da eseguire per "all".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src/precision"
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src"
make[4]: Nessuna operazione da eseguire per "all-am".
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src"
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/3rdParty/lis-1.4.12/src"
# Copy the library; not headers (as they are not used by the runtime system)
[ 85%] Built target minigzip
cp -Pp 3rdParty/lis-1.4.12/src/.libs/liblis.so* /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/
[ 90%] Built target example
[ 95%] Built target example64
[100%] Built target minigzip64
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
! test -f build/lib/omc/liblis.so.0.0 -a ! -f /tmp/openmodelica-git/src/openmodelica-git/build/lib/omc/liblis.so.0 || ln -s liblis.so.0.0 /tmp/openmodelica-git/src/openmodelica-git/build/lib/omc/liblis.so.0
! test -f build/lib/omc/liblis.so.0.0 -a ! -f /tmp/openmodelica-git/src/openmodelica-git/build/lib/omc/liblis.so || ln -s liblis.so.0.0 /tmp/openmodelica-git/src/openmodelica-git/build/lib/omc/liblis.so
Install the project...
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/Compiler/Translation"
-- Install configuration: ""
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/lib/libz.so.1.2.11
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/lib/libz.so.1
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/lib/libz.so
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/lib/libz.a
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/include/zconf.h
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/include/zlib.h
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/share/man/man3/zlib.3
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/share/pkgconfig/zlib.pc
make[2]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/zlib"
make -C 3rdParty/zlib/build/linux/minizip/ install
make[2]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/minizip"
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/minizip"
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/minizip"
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/minizip"
[100%] Built target minizip
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/minizip"
Install the project...
-- A library with LAPACK API found.
-- Lapack Libraries: /usr/lib/libopenblas.so
-- Sundials include:
-- /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/sundials
-- Sundials library for omsi/solver:
-- /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/omsi/..
--  , /tmp/openmodelica-git/src/openmodelica-git/build
CMake Error at solver/CMakeLists.txt:62 (STRING):
  STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.


CMake Error at solver/CMakeLists.txt:67 (MESSAGE):
  Could not determine sundials version


-- Configuring incomplete, errors occurred!
See also "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSI/Build_static/CMakeFiles/CMakeOutput.log".
See also "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSI/Build_static/CMakeFiles/CMakeError.log".
-- Install configuration: ""
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/lib/libminizip.a
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/include/minizip.h
-- Up-to-date: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/install/linux/include/miniunz.h
make[2]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/zlib/build/linux/minizip"
make[1]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator"
make -C OMSimulator config-OMSimulator OMBUILDDIR=/tmp/openmodelica-git/src/openmodelica-git/build OMSYSIDENT=OFF "host_short=x86_64-linux-gnu" CC="clang" CXX="clang++" CFLAGS="-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong" CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-march=znver1 -O2 -pipe -fstack-protector-strong"
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSI/Build_static"
make[3]: *** Nessun obiettivo specificato e nessun makefile trovato.  Arresto.
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSI/Build_static"
change to Build_dynamic
make[1]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator"
-- CMake version 3.14.5

# config OMSimulator

mkdir -p build/linux
cd build/linux && cmake -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_NAME=Linux ../.. -DABI=LINUX64 -DSTD_REGEX=1 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DOMSYSIDENT:BOOL=OFF -DOMTLM:BOOL=ON -DASAN:BOOL=OFF -DCMAKE_BUILD_TYPE=Release  -DCMAKE_INSTALL_PREFIX=/tmp/openmodelica-git/src/openmodelica-git/build -DHOST_SHORT=x86_64-linux-gnu/omc 
-- Compiling with C flags: -march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong -fno-stack-protector -fPIC
-- Libs will be installed in /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/omsi
cmake version is: 3.14.5
make[1]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/testsuite/ReferenceFiles"
make[1]: Nessuna operazione da eseguire per "all".
make[1]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/testsuite/ReferenceFiles"
-- Platform string: linux
-- Using std::regex, the gcc/clang compiler is good enough
-- ABI is: LINUX64
-- Using CMAKE_CXX_STANDARD: 11, CMAKE_CXX_EXTENSIONS: OFF and CMAKE_CXX_STANDARD_REQUIRED: ON for setting -std=c++11
-- Boost version: 1.69.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found Boost
--   Boost_LIBRARIES:    /usr/lib/libboost_filesystem.so/usr/lib/libboost_system.so
--   Boost_LIBRARY_DIRS: /usr/lib
--   Boost_INCLUDE_DIRS: /usr/include
CMake Warning (dev) at CMakeLists.txt:125 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable FMILibrary_ROOT is set to:

    /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/FMIL/install/linux

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found FMILibrary
--   FMILibrary_ROOT:       /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/FMIL/install/linux
--   FMILibrary_LIBRARY:    /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/FMIL/install/linux/lib/libfmilib.a
--   FMILibrary_LIBRARYDIR: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/FMIL/install/linux/lib
--   FMILibrary_INCLUDEDIR: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/FMIL/install/linux/include
CMake Warning (dev) at CMakeLists.txt:130 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable LUALibrary_ROOT is set to:

    /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/Lua/install/linux

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found LUA
--   LUALibrary_ROOT:       /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/Lua/install/linux
--   LUALibrary_LIBRARY:    /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/Lua/install/linux/liblua.a
--   LUALibrary_LIBRARYDIR: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/Lua/install/linux
--   LUALibrary_INCLUDEDIR: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/Lua/install/linux/include
CMake Warning (dev) at CMakeLists.txt:135 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable CVODELibrary_ROOT is set to:

    /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/cvode/install/linux

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found CVODE
--   CVODELibrary_ROOT:       /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/cvode/install/linux
--   CVODELibrary_LIBRARY:    /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/cvode/install/linux/lib/libsundials_cvode.a
--   CVODELibrary_LIBRARYDIR: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/cvode/install/linux/lib
--   CVODELibrary_INCLUDEDIR: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/cvode/install/linux/include
CMake Warning (dev) at CMakeLists.txt:140 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable KINSOLLibrary_ROOT is set to:

    /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/kinsol/install/linux

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KINSOL
--   KINSOLLibrary_ROOT:       /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/kinsol/install/linux
--   KINSOLLibrary_LIBRARY:    /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/kinsol/install/linux/lib/libsundials_kinsol.a
--   KINSOLLibrary_LIBRARYDIR: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/kinsol/install/linux/lib
--   KINSOLLibrary_INCLUDEDIR: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/3rdParty/kinsol/install/linux/include
-- Found Python
--   PYTHON_VERSION:      3.7.3
--   PYTHON_LIBRARIES:    /usr/lib/libpython3.7m.so
--   PYTHON_INCLUDE_DIRS: /usr/include/python3.7m
-- OMTLMSimulator enabled.
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux
make[1]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator"
make -C OMSimulator OMBUILDDIR=/tmp/openmodelica-git/src/openmodelica-git/build "host_short=x86_64-linux-gnu" CC="clang" CC="clang" CXX="clang++" CFLAGS="-march=znver1 -O2 -mtune=znver1 -pipe -fstack-protector-strong" CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-march=znver1 -O2 -pipe -fstack-protector-strong"
make[1]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator"
-- A library with LAPACK API found.
-- Lapack Libraries: /usr/lib/libopenblas.so
-- Sundials include:
-- /tmp/openmodelica-git/src/openmodelica-git/build/include/omc/c/sundials
-- Sundials library for omsi/solver:
-- /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/omsi/..
--  , /tmp/openmodelica-git/src/openmodelica-git/build
OS: Linux
CMake Error at solver/CMakeLists.txt:62 (STRING):
  STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.


CMake Error at solver/CMakeLists.txt:67 (MESSAGE):
  Could not determine sundials version


-- Configuring incomplete, errors occurred!
See also "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/CMakeFiles/CMakeOutput.log".
See also "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/CMakeFiles/CMakeError.log".
TLM: ON
CERES: ON
LIBXML2: ON
# make OMSimulator

make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSI/Build_dynamic"
make[3]: *** Nessun obiettivo specificato e nessun makefile trovato.  Arresto.
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/OMSI/Build_dynamic"
make[2]: *** [Makefile.omsi.common:39: OMSIBase] Error 2
make[2]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler"
make[1]: *** [Makefile:97: omc-bootstrapped] Error 2
make[1]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMCompiler"
make: *** [Makefile:10: omc.skip] Error 2
make: *** Attesa per i processi non terminati....
make[2]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator"

# make OMTLMSimulator

LINUX64
make -C OMTLMSimulator omtlmlib
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator"
cd 3rdParty; make
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty"
for i in misc/src rtime ; do \
    ( cd $i ; make UP=/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty/.. lib ) \
done
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty/misc/src"
echo ABI: LINUX64
ABI: LINUX64
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty/misc/src"
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty/rtime"
make ./lib/LINUX64/librtime.a 
make[6]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty/rtime"
make[6]: "lib/LINUX64/librtime.a" è aggiornato.
make[6]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty/rtime"
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty/rtime"
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/3rdParty"
make -C common lib
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make dir
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make SRCTYPE=SRCSRVLIB LINUX64/libTLM_s.a
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[5]: "LINUX64/libTLM_s.a" è aggiornato.
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
echo ABI: LINUX64
ABI: LINUX64
make dir
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make SRCTYPE=SRCCLT LINUX64/libTLM.a
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[5]: "LINUX64/libTLM.a" è aggiornato.
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make -C common omtlmlib
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make dir
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make SRCTYPE=SRCMSTLIB LINUX64/libomtlmsimulator.so
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[5]: "LINUX64/libomtlmsimulator.so" è aggiornato.
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make SRCTYPE=SRCMSTMAIN LINUX64/omtlmsimulator
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[5]: "LINUX64/omtlmsimulator" è aggiornato.
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/common"
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator"
test ! `uname` != Darwin || make -C OMTLMSimulator/FMIWrapper install
make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/FMIWrapper"
mkdir -p LINUX64
mkdir -p LINUX64/Plugin
mkdir -p LINUX64/Parameters
mkdir -p LINUX64/Interfaces
mkdir -p LINUX64/Logging
mkdir -p LINUX64/Communication
echo Using std::regex: 1
Using std::regex: 1
make  LINUX64/main.o  LINUX64/Plugin/PluginImplementer.o  LINUX64/Communication/TLMClientComm.o  LINUX64/Communication/TLMCommUtil.o  LINUX64/Interfaces/TLMInterface.o  LINUX64/Interfaces/TLMInterfaceSignal.o  LINUX64/Interfaces/TLMInterfaceSignalInput.o  LINUX64/Interfaces/TLMInterfaceSignalOutput.o  LINUX64/Interfaces/TLMInterface1D.o  LINUX64/Interfaces/TLMInterface3D.o  LINUX64/Parameters/ComponentParameter.o  LINUX64/Logging/TLMErrorLog.o  LINUX64/Plugin/TLMPlugin.o  LINUX64/coordTransform.o  LINUX64/double3.o  LINUX64/double33.o  LINUX64/ErrorLog.o  LINUX64/double33s.o  LINUX64/dsyevq3.o  LINUX64/dsyevv3.o  LINUX64/dsyevc3.o  LINUX64/dsytrd3.o  LINUX64/Bstring.o  LINUX64/tostr.o  LINUX64/nvector_serial.o  LINUX64/sundials_math.o  LINUX64/sundials_nvector.o  LINUX64/sundials_direct.o  LINUX64/sundials_dense.o  LINUX64/cvode.o  LINUX64/cvode_dense.o  LINUX64/cvode_direct.o  LINUX64/cvode_io.o  LINUX64/ida.o  LINUX64/ida_dense.o  LINUX64/ida_direct.o  LINUX64/ida_io.o
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/FMIWrapper"
make[4]: "LINUX64/main.o" è aggiornato.
make[4]: "LINUX64/Plugin/PluginImplementer.o" è aggiornato.
make[4]: "LINUX64/Communication/TLMClientComm.o" è aggiornato.
make[4]: "LINUX64/Communication/TLMCommUtil.o" è aggiornato.
make[4]: "LINUX64/Interfaces/TLMInterface.o" è aggiornato.
make[4]: "LINUX64/Interfaces/TLMInterfaceSignal.o" è aggiornato.
make[4]: "LINUX64/Interfaces/TLMInterfaceSignalInput.o" è aggiornato.
make[4]: "LINUX64/Interfaces/TLMInterfaceSignalOutput.o" è aggiornato.
make[4]: "LINUX64/Interfaces/TLMInterface1D.o" è aggiornato.
make[4]: "LINUX64/Interfaces/TLMInterface3D.o" è aggiornato.
make[4]: "LINUX64/Parameters/ComponentParameter.o" è aggiornato.
make[4]: "LINUX64/Logging/TLMErrorLog.o" è aggiornato.
make[4]: "LINUX64/Plugin/TLMPlugin.o" è aggiornato.
make[4]: "LINUX64/coordTransform.o" è aggiornato.
make[4]: "LINUX64/double3.o" è aggiornato.
make[4]: "LINUX64/double33.o" è aggiornato.
make[4]: "LINUX64/ErrorLog.o" è aggiornato.
make[4]: "LINUX64/double33s.o" è aggiornato.
make[4]: "LINUX64/dsyevq3.o" è aggiornato.
make[4]: "LINUX64/dsyevv3.o" è aggiornato.
make[4]: "LINUX64/dsyevc3.o" è aggiornato.
make[4]: "LINUX64/dsytrd3.o" è aggiornato.
make[4]: "LINUX64/Bstring.o" è aggiornato.
make[4]: "LINUX64/tostr.o" è aggiornato.
make[4]: "LINUX64/nvector_serial.o" è aggiornato.
make[4]: "LINUX64/sundials_math.o" è aggiornato.
make[4]: "LINUX64/sundials_nvector.o" è aggiornato.
make[4]: "LINUX64/sundials_direct.o" è aggiornato.
make[4]: "LINUX64/sundials_dense.o" è aggiornato.
make[4]: "LINUX64/cvode.o" è aggiornato.
make[4]: "LINUX64/cvode_dense.o" è aggiornato.
make[4]: "LINUX64/cvode_direct.o" è aggiornato.
make[4]: "LINUX64/cvode_io.o" è aggiornato.
make[4]: "LINUX64/ida.o" è aggiornato.
make[4]: "LINUX64/ida_dense.o" è aggiornato.
make[4]: "LINUX64/ida_direct.o" è aggiornato.
make[4]: "LINUX64/ida_io.o" è aggiornato.
make[4]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/FMIWrapper"
clang++ -march=znver1 -O2 -pipe -fstack-protector-strong -std=c++11 -fPIC -pipe -O2 -frtti -Wall -Wextra -fexceptions -DUNICODE -DINTERFACE_TYPES  LINUX64/main.o  LINUX64/Plugin/PluginImplementer.o  LINUX64/Communication/TLMClientComm.o  LINUX64/Communication/TLMCommUtil.o  LINUX64/Interfaces/TLMInterface.o  LINUX64/Interfaces/TLMInterfaceSignal.o  LINUX64/Interfaces/TLMInterfaceSignalInput.o  LINUX64/Interfaces/TLMInterfaceSignalOutput.o  LINUX64/Interfaces/TLMInterface1D.o  LINUX64/Interfaces/TLMInterface3D.o  LINUX64/Parameters/ComponentParameter.o  LINUX64/Logging/TLMErrorLog.o  LINUX64/Plugin/TLMPlugin.o  LINUX64/coordTransform.o  LINUX64/double3.o  LINUX64/double33.o  LINUX64/ErrorLog.o  LINUX64/double33s.o  LINUX64/dsyevq3.o  LINUX64/dsyevv3.o  LINUX64/dsyevc3.o  LINUX64/dsytrd3.o  LINUX64/Bstring.o  LINUX64/tostr.o  LINUX64/nvector_serial.o  LINUX64/sundials_math.o  LINUX64/sundials_nvector.o  LINUX64/sundials_direct.o  LINUX64/sundials_dense.o  LINUX64/cvode.o  LINUX64/cvode_dense.o  LINUX64/cvode_direct.o  LINUX64/cvode_io.o  LINUX64/ida.o  LINUX64/ida_dense.o  LINUX64/ida_direct.o  LINUX64/ida_io.o -o LINUX64/FMIWrapper -L../../3rdParty/FMIL/install/linux/lib -lfmilib -ldl
cp LINUX64/FMIWrapper ../bin/
cp StartTLMFmiWrapper* ../bin/
make[3]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/OMTLMSimulator/FMIWrapper"
test ! ".so" != ".dll" || cp OMTLMSimulator/bin/libomtlmsimulator.so /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc
test ! "Linux" = Darwin || (install_name_tool -id "@rpath/libomtlmsimulator.so" /tmp/openmodelica-git/src/openmodelica-git/build/lib/x86_64-linux-gnu/omc/libomtlmsimulator.so)
test ! ".so" = ".dll" || cp OMTLMSimulator/bin/libomtlmsimulator.so /tmp/openmodelica-git/src/openmodelica-git/build/bin/
test ! `uname` != Darwin || cp OMTLMSimulator/bin/FMIWrapper /tmp/openmodelica-git/src/openmodelica-git/build/bin/
test ! `uname` != Darwin || cp OMTLMSimulator/bin/StartTLMFmiWrapper /tmp/openmodelica-git/src/openmodelica-git/build/bin/
make[2]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator"
make[2]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator"

# make OMSimulatorCore

make[3]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
/usr/bin/cmake -S/tmp/openmodelica-git/src/openmodelica-git/OMSimulator -B/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/CMakeFiles /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[4]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
make -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/depend
make -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/depend
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
cd /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/openmodelica-git/src/openmodelica-git/OMSimulator /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/src/OMSimulatorLib /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/src/OMSimulatorLib /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/DependInfo.cmake --color=
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
cd /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/openmodelica-git/src/openmodelica-git/OMSimulator /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/src/OMSimulatorLib /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/src/OMSimulatorLib /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/DependInfo.cmake --color=
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
make -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/build
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
make -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/build
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
make[5]: Nessuna operazione da eseguire per "src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/build".
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
make[5]: Nessuna operazione da eseguire per "src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/build".
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
[ 49%] Built target OMSimulatorLib
make -f src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/build.make src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/depend
[ 97%] Built target OMSimulatorLib_static
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
cd /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/openmodelica-git/src/openmodelica-git/OMSimulator /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/src/OMSimulatorLua /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/src/OMSimulatorLua /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/DependInfo.cmake --color=
make -f src/OMSimulator/CMakeFiles/OMSimulator.dir/build.make src/OMSimulator/CMakeFiles/OMSimulator.dir/depend
make[5]: ingresso nella directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
cd /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/openmodelica-git/src/openmodelica-git/OMSimulator /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/src/OMSimulator /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/src/OMSimulator /tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux/src/OMSimulator/CMakeFiles/OMSimulator.dir/DependInfo.cmake --color=
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
make -f src/OMSimulator/CMakeFiles/OMSimulator.dir/build.make src/OMSimulator/CMakeFiles/OMSimulator.dir/build
make[5]: uscita dalla directory "/tmp/openmodelica-git/src/openmodelica-git/OMSimulator/build/linux"
make -f src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/build.make src/OMSimulatorLua/CMakeFiles/OMSimulato

Re: Installing form GIT gives me errors [solved]

I solved it. It appears that I got an error with sundials

Code:

https://www.openmodelica.org/forum/default-topic/2574-openmodelica-incompatible-with-sundials-3

.
Now everything is working except OMOptim.

Edited by: ElMastro - Jun-11-19 11:15:22

Re: Installing form GIT gives me errors [solved]

The way the official builds compile OpenModelica, we rm -rf OMOptim before the ./configure command to skip compiling it current/smile

Re: Installing form GIT gives me errors [solved]

Thank you for your time, sjoelund.se.
Is there any way to prevent it? When I build openmodelica the submodules and the folders (included OMOptim) are present

Re: Installing form GIT gives me errors [solved]

From the OMOptim Readme on GIT:

Code:

$ autoconf

# OPENMODELICAHOME is usually /usr, /opt, /opt/openmodelica, or /path/to/OpenModelica/build
$ ./configure --prefix=/path/to/OPENMODELICAHOME CXX=g++
$ make
$ make install

So to install it I shall enter in the OMOptim folder (say OpenModelica/OMOptim) and run this commands orr there is a more clean/automatic way to do it?

Re: Installing form GIT gives me errors [solved]

I made a few discoveries;
running

Code:

git submodule sync

it does clone all submodules included OMOptim;
as I try to compile it, however, when it runs the isntallation script, it says

USER wrote:

checking for CORBA... none

which makes me think it doesn't find CORBA.
This is quite strange, as I have installed omniorb and omniorbpy, which on my system should provide CORBA

Edited by: ElMastro - Jun-17-19 10:31:08
There are 0 guests and 0 other users also viewing this topic
You are here: