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

OpenSuse Leap 15.2

OpenSuse Leap 15.2

Any reference I can use in order to compile OpenModelica for Openasuse Leap 15.2?

Re: OpenSuse Leap 15.2

Thank you ardpo for the link.

Regards,

Felipe

Re: OpenSuse Leap 15.2

My first attempt to compile OM for OpenSuse Leap 15.2

0030485fb5a8:/home/flembcke/git/OpenModelica/OMCompiler # autoreconf --install
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level


Path to omc to use omniORB corba:

./configure --with-omniORB=/usr/share/idl/omniORB --->

0030485fb5a8:/home/flembcke/git/OpenModelica/OMCompiler # ./configure --with-omniORB=/usr/share/idl/omniORB
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -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
gcc
checking for flags to append to CFLAGS (-fno-stack-protector)... -g -O2 -fno-stack-protector
checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)...  -Wl,--no-as-needed -Wl,--disable-new-dtags
checking for flags to append to FCFLAGS...
checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
checking whether g++ supports C++11 features by default... yes
which: no omc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
checking for omc... failed (tried ). Building it through bootstrapping (you might end up unable to recompile omc if you modify source code).
checking for library containing clock_gettime... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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... cp: cannot stat '3rdParty/antlr/3.2/tool/antlr-3.2.jar': No such file or directory
cp: cannot stat '3rdParty/antlr/3.2/tool/antlr-2.7.7.jar': No such file or directory
Error: Could not find or load main class antlr.Tool
configure: error: no antlr.Tool support (JRE not working)

Here where I need help!


antlr-3.2.jar  or antlr-2.7.7.jar is not on the tool directory and did not download from github.


my java version:

0030485fb5a8:/home/flembcke/git/OpenModelica/OMCompiler # java --version
java 16.0.1 2021-04-20
Java(TM) SE Runtime Environment (build 16.0.1+9-24)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing)
0030485fb5a8:/home/flembcke/git/OpenModelica/OMCompiler # javac --version
javac 16.0.1



Re: OpenSuse Leap 15.2

Did you git clone --recursive or did you forget to update git submodules?

Re: OpenSuse Leap 15.2

As far as I can tell you have not cloned OpenModelica recursively so you do not have the required things in some directories.

Code:


git clone https://github.com/OpenModelica/OpenModelica  --recursive

Delete OpenModelica directory and clone again from github with the line above.

Re: OpenSuse Leap 15.2

Dear ardpo,

Thank you for the advice.

Big difference in the way I downloaded before. All submodules were downloaded.

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source # git clone https://github.com/OpenModelica/OpenModelica  --recursive
Cloning into 'OpenModelica'...
remote: Enumerating objects: 281485, done.
remote: Counting objects: 100% (1178/1178), done.
remote: Compressing objects: 100% (524/524), done.
remote: Total 281485 (delta 744), reused 1006 (delta 652), pack-reused 280307
Receiving objects: 100% (281485/281485), 231.43 MiB | 8.80 MiB/s, done.
Resolving deltas: 100% (219110/219110), done.
Updating files: 100% (14343/14343), done.
Submodule 'OMCompiler/3rdParty' (https://github.com/OpenModelica/OMCompiler-3rdParty) registered for path 'OMCompiler/3rdParty'
Submodule 'OMOptim' (https://github.com/OpenModelica/OMOptim.git) registered for path 'OMOptim'
Submodule 'OMSens' (https://github.com/OpenModelica/OMSens.git) registered for path 'OMSens'
Submodule 'OMSens_Qt' (https://github.com/OpenModelica/OMSens_Qt.git) registered for path 'OMSens_Qt'
Submodule 'OMSimulator' (https://github.com/OpenModelica/OMSimulator.git) registered for path 'OMSimulator'
Submodule 'libraries' (https://github.com/OpenModelica/OMLibraries.git) registered for path 'libraries'
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/3rdParty'...
remote: Enumerating objects: 46068, done.       
remote: Counting objects: 100% (578/578), done.       
remote: Compressing objects: 100% (413/413), done.       
remote: Total 46068 (delta 174), reused 501 (delta 156), pack-reused 45490       
Receiving objects: 100% (46068/46068), 68.61 MiB | 10.51 MiB/s, done.
Resolving deltas: 100% (29348/29348), done.
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMOptim'...
remote: Enumerating objects: 10105, done.       
remote: Total 10105 (delta 0), reused 0 (delta 0), pack-reused 10105       
Receiving objects: 100% (10105/10105), 8.49 MiB | 8.31 MiB/s, done.
Resolving deltas: 100% (7533/7533), done.
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMSens'...
remote: Enumerating objects: 3299, done.       
remote: Counting objects: 100% (3299/3299), done.       
remote: Compressing objects: 100% (1162/1162), done.       
remote: Total 3299 (delta 2101), reused 3261 (delta 2082), pack-reused 0       
Receiving objects: 100% (3299/3299), 7.95 MiB | 8.12 MiB/s, done.
Resolving deltas: 100% (2101/2101), done.
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMSens_Qt'...
remote: Enumerating objects: 1800, done.       
remote: Counting objects: 100% (145/145), done.       
remote: Compressing objects: 100% (75/75), done.       
remote: Total 1800 (delta 90), reused 95 (delta 70), pack-reused 1655       
Receiving objects: 100% (1800/1800), 14.54 MiB | 9.28 MiB/s, done.
Resolving deltas: 100% (1312/1312), done.
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMSimulator'...
remote: Enumerating objects: 12750, done.       
remote: Counting objects: 100% (1000/1000), done.       
remote: Compressing objects: 100% (579/579), done.       
remote: Total 12750 (delta 549), reused 806 (delta 416), pack-reused 11750       
Receiving objects: 100% (12750/12750), 58.33 MiB | 10.50 MiB/s, done.
Resolving deltas: 100% (9304/9304), done.
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/libraries'...
remote: Enumerating objects: 11549, done.       
remote: Counting objects: 100% (378/378), done.       
remote: Compressing objects: 100% (246/246), done.       
remote: Total 11549 (delta 322), reused 185 (delta 132), pack-reused 11171       
Receiving objects: 100% (11549/11549), 3.50 MiB | 6.42 MiB/s, done.
Resolving deltas: 100% (9545/9545), done.
Submodule path 'OMCompiler/3rdParty': checked out '9efc21c2b91218156bdbcb36eb1059e7a3a55a48'
Submodule path 'OMOptim': checked out 'c9c39e97043c30d6eb624f6680a9c672f5914e71'
Submodule 'common' (https://github.com/OpenModelica/OpenMod … ommon.git) registered for path 'OMOptim/common'
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMOptim/common'...
remote: Enumerating objects: 141, done.       
remote: Counting objects: 100% (1/1), done.       
remote: Total 141 (delta 0), reused 0 (delta 0), pack-reused 140       
Receiving objects: 100% (141/141), 50.51 KiB | 407.00 KiB/s, done.
Resolving deltas: 100% (82/82), done.
Submodule path 'OMOptim/common': checked out '08a01802db5ba5edb540383c46718b89ff229ef2'
Submodule path 'OMSens': checked out 'e3268e9e3ee9cf5129f6509351df084b2562be99'
Submodule path 'OMSens_Qt': checked out '0f7dfb0f5bfe1e0b0c534dc0ea28f9749a8adc31'
Submodule 'common' (https://github.com/OpenModelica/OpenModelica-common) registered for path 'OMSens_Qt/common'
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMSens_Qt/common'...
remote: Enumerating objects: 141, done.       
remote: Counting objects: 100% (1/1), done.       
remote: Total 141 (delta 0), reused 0 (delta 0), pack-reused 140
Receiving objects: 100% (141/141), 50.51 KiB | 410.00 KiB/s, done.
Resolving deltas: 100% (82/82), done.
Submodule path 'OMSens_Qt/common': checked out '08a01802db5ba5edb540383c46718b89ff229ef2'
Submodule path 'OMSimulator': checked out '1bf17f4f5d88c837aef87c72dd02023566a8e13c'
Submodule '3rdParty' (https://github.com/OpenModelica/OMSimul … Party.git) registered for path 'OMSimulator/3rdParty'
Submodule 'OMTLMSimulator' (https://github.com/OpenModelica/OMTLMSimulator.git) registered for path 'OMSimulator/OMTLMSimulator'
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMSimulator/3rdParty'...
remote: Enumerating objects: 9271, done.       
remote: Counting objects: 100% (928/928), done.       
remote: Compressing objects: 100% (550/550), done.       
remote: Total 9271 (delta 408), reused 780 (delta 371), pack-reused 8343       
Receiving objects: 100% (9271/9271), 22.43 MiB | 9.97 MiB/s, done.
Resolving deltas: 100% (3006/3006), done.
Cloning into '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMSimulator/OMTLMSimulator'...
remote: Enumerating objects: 6417, done.       
remote: Counting objects: 100% (35/35), done.       
remote: Compressing objects: 100% (28/28), done.       
remote: Total 6417 (delta 13), reused 13 (delta 7), pack-reused 6382       
Receiving objects: 100% (6417/6417), 51.01 MiB | 10.40 MiB/s, done.
Resolving deltas: 100% (3909/3909), done.
Submodule path 'OMSimulator/3rdParty': checked out '12de6fd0f91bbe86b4f8c4c3467e951eae81409d'
Submodule path 'OMSimulator/OMTLMSimulator': checked out '2003ef612fcaab258470311f755ed2c7bc3dd6cf'
Submodule path 'libraries': checked out 'ac8d5d49aac5b02e7d9d1f2c7c149829e7a458ff'
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source #


SECOND ATTEMPT TO COMPILE OPENMODELICA FOR OPENSUSE LEAP 15.2

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica # autoreconf --install
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica #

Path to omc to use omniORB corba:

./configure --with-omniORB=/usr/share/idl/omniORB --->

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica # ./configure --with-omniORB=/usr/share/idl/omniORB
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
configure: OpenModelica pre-commit hook has been installed
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-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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 /usr/share/idl/omniORB/bin/omniidl... /usr/share/idl/omniORB/bin/omniidl
checking for CORBA... omniorb
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
configure: creating ./config.status
config.status: creating Makefile
=== configuring in OMCompiler (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  '--with-omniORB=/usr/share/idl/omniORB' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -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
gcc
checking for flags to append to CFLAGS (-fno-stack-protector)... -g -O2 -fno-stack-protector
checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)...  -Wl,--no-as-needed -Wl,--disable-new-dtags
checking for flags to append to FCFLAGS...
checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
checking whether g++ supports C++11 features by default... yes
which: no omc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
checking for omc... failed (tried ). Building it through bootstrapping (you might end up unable to recompile omc if you modify source code).
checking for library containing clock_gettime... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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... no
checking expat.h presence... no
checking for expat.h... no
configure: error: no
configure: error: ./configure failed for OMCompiler

Checking for expat if it is install -->

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica # zypper in expat
Retrieving repository 'Packman Repository' metadata .............................................[done]
Building repository 'Packman Repository' cache ..................................................[done]
Retrieving repository 'openSUSE:Leap:15.2:Update' metadata ......................................[done]
Building repository 'openSUSE:Leap:15.2:Update' cache ...........................................[done]
Retrieving repository 'home:ecsos' metadata .....................................................[done]
Building repository 'home:ecsos' cache ..........................................................[done]
Retrieving repository 'Main Update Repository' metadata .........................................[done]
Building repository 'Main Update Repository' cache ..............................................[done]
Loading repository data...
Reading installed packages...
'expat' is already installed.
No update candidate for 'expat-2.2.5-lp152.5.5.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.


Any idea why "configure: error: ./configure failed for OMCompiler" ?


Re: OpenSuse Leap 15.2

You need to install libexpat-devel, see the line from the other post.

Code:


sudo zypper install git-core autoconf automake clang11 gcc libexpat-devel gcc-fortran lapack libcurl-devel \
libqt5-qtbase libqt5-qtbase-devel libqt5-linguist libQt5WebKit5 libQt5WebKitWidgets-devel \
libQt5XmlPatterns5 libqt5-qtxmlpatterns-devel libqt5-qtsvg-devel readline-devel libtool \
ossp-uuid uuid-devel flex bison libboost*1_75*-devel libxml2-devel

Re: OpenSuse Leap 15.2



THIRD ATTEMPT OPENMODELICA  FOR OPENSUSE LEAP 15.2


Installing missing  libexpat-devel

The following NEW package is going to be installed:
  libexpat-devel

1 new package to install.
Overall download size: 29.6 KiB. Already cached: 0 B. After the operation, additional 51.5 KiB will be
used.
Continue? [y/n/v/...? shows all options] (y): y
Retrieving package libexpat-devel-2.2.5-lp152.5.5.x86_64          (1/1),  29.6 KiB ( 51.5 KiB unpacked)
Retrieving: libexpat-devel-2.2.5-lp152.5.5.x86_64.rpm ..............................[done (15.2 KiB/s)]

Checking for file conflicts: ....................................................................[done]
(1/1) Installing: libexpat-devel-2.2.5-lp152.5.5.x86_64 .........................................[done]
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler #

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler # ./configure --with-omniORB=/usr/share/idl/omniORB
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -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
gcc
checking for flags to append to CFLAGS (-fno-stack-protector)... -g -O2 -fno-stack-protector
checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)...  -Wl,--no-as-needed -Wl,--disable-new-dtags
checking for flags to append to FCFLAGS...
checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
checking whether g++ supports C++11 features by default... yes
which: no omc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
checking for omc... failed (tried ). Building it through bootstrapping (you might end up unable to recompile omc if you modify source code).
checking for library containing clock_gettime... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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... yes
checking for OpenMP... -fopenmp
checking runtime compiler... gcc ok
checking runtime compiler CFLAGS... -fPIC -falign-functions -mfpmath=sse -fno-dollars-in-identifiers -Wno-parentheses-equality
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 SuiteSparse_calloc... no
checking for library containing colamd... no
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...  -llapack -lblas 
checking for deprecated LAPACK routines... no
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
configure: error: Missing header file curl/curl.h
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler # zypper in curl
Loading repository data...
Reading installed packages...
'curl' is already installed.
No update candidate for 'curl-7.66.0-lp152.3.18.1.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler # zypper in curl-devel
Loading repository data...
Reading installed packages...
'curl-devel' not found in package names. Trying capabilities.
Resolving package dependencies...

The following NEW package is going to be installed:
  libcurl-devel

1 new package to install.
Overall download size: 822.7 KiB. Already cached: 0 B. After the operation, additional 848.8 KiB will
be used.
Continue? [y/n/v/...? shows all options] (y): y
Retrieving package libcurl-devel-7.66.0-lp152.3.18.1.x86_64       (1/1), 822.7 KiB (848.8 KiB unpacked)
Retrieving: libcurl-devel-7.66.0-lp152.3.18.1.x86_64.rpm ..........................[done (983.7 KiB/s)]

Checking for file conflicts: ....................................................................[done]
(1/1) Installing: libcurl-devel-7.66.0-lp152.3.18.1.x86_64 ......................................[done]
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler # ./configure --with-omniORB=/usr/share/idl/omniORB
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -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
gcc
checking for flags to append to CFLAGS (-fno-stack-protector)... -g -O2 -fno-stack-protector
checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)...  -Wl,--no-as-needed -Wl,--disable-new-dtags
checking for flags to append to FCFLAGS...
checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
checking whether g++ supports C++11 features by default... yes
which: no omc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
checking for omc... failed (tried ). Building it through bootstrapping (you might end up unable to recompile omc if you modify source code).
checking for library containing clock_gettime... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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... yes
checking for OpenMP... -fopenmp
checking runtime compiler... gcc ok
checking runtime compiler CFLAGS... -fPIC -falign-functions -mfpmath=sse -fno-dollars-in-identifiers -Wno-parentheses-equality
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 SuiteSparse_calloc... no
checking for library containing colamd... no
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...  -llapack -lblas 
checking for deprecated LAPACK routines... no
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_global_init in -lcurl... yes
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 /usr/share/idl/omniORB/bin/omniidl... /usr/share/idl/omniORB/bin/omniidl
checking for CORBA... omniorb
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
configure: "parmodauto ... not enabled"
checking for revision... OMCompiler v1.19.0-dev.9+ga6b4e42d55
checking for OpenModelica platform name... x86_64-linux
checking for Modelica platform name... linux64
checking add extra sundials cmake config flags on MacOS...
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/cpp/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 (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSICpp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build'  '--with-omniORB=/usr/share/idl/omniORB' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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
=== configuring in SimulationRuntime/cpp (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/cpp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build'  '--with-omniORB=/usr/share/idl/omniORB' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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 sundials suite: Yes
Simulations may use SUITESPARSE: Yes
ParModelica: No


Re: OpenSuse Leap 15.2

flembcke wrote:




THIRD ATTEMPT OPENMODELICA  FOR OPENSUSE LEAP 15.2


Installing missing  libexpat-devel

The following NEW package is going to be installed:
  libexpat-devel

1 new package to install.
Overall download size: 29.6 KiB. Already cached: 0 B. After the operation, additional 51.5 KiB will be
used.
Continue? [y/n/v/...? shows all options] (y): y
Retrieving package libexpat-devel-2.2.5-lp152.5.5.x86_64          (1/1),  29.6 KiB ( 51.5 KiB unpacked)
Retrieving: libexpat-devel-2.2.5-lp152.5.5.x86_64.rpm ..............................[done (15.2 KiB/s)]

Checking for file conflicts: ....................................................................[done]
(1/1) Installing: libexpat-devel-2.2.5-lp152.5.5.x86_64 .........................................[done]
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler #

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler # ./configure --with-omniORB=/usr/share/idl/omniORB
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -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
gcc
checking for flags to append to CFLAGS (-fno-stack-protector)... -g -O2 -fno-stack-protector
checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)...  -Wl,--no-as-needed -Wl,--disable-new-dtags
checking for flags to append to FCFLAGS...
checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
checking whether g++ supports C++11 features by default... yes
which: no omc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
checking for omc... failed (tried ). Building it through bootstrapping (you might end up unable to recompile omc if you modify source code).
checking for library containing clock_gettime... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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... yes
checking for OpenMP... -fopenmp
checking runtime compiler... gcc ok
checking runtime compiler CFLAGS... -fPIC -falign-functions -mfpmath=sse -fno-dollars-in-identifiers -Wno-parentheses-equality
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 SuiteSparse_calloc... no
checking for library containing colamd... no
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...  -llapack -lblas 
checking for deprecated LAPACK routines... no
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
configure: error: Missing header file curl/curl.h
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler # zypper in curl
Loading repository data...
Reading installed packages...
'curl' is already installed.
No update candidate for 'curl-7.66.0-lp152.3.18.1.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler # zypper in curl-devel
Loading repository data...
Reading installed packages...
'curl-devel' not found in package names. Trying capabilities.
Resolving package dependencies...

The following NEW package is going to be installed:
  libcurl-devel

1 new package to install.
Overall download size: 822.7 KiB. Already cached: 0 B. After the operation, additional 848.8 KiB will
be used.
Continue? [y/n/v/...? shows all options] (y): y
Retrieving package libcurl-devel-7.66.0-lp152.3.18.1.x86_64       (1/1), 822.7 KiB (848.8 KiB unpacked)
Retrieving: libcurl-devel-7.66.0-lp152.3.18.1.x86_64.rpm ..........................[done (983.7 KiB/s)]

Checking for file conflicts: ....................................................................[done]
(1/1) Installing: libcurl-devel-7.66.0-lp152.3.18.1.x86_64 ......................................[done]
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler # ./configure --with-omniORB=/usr/share/idl/omniORB
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -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
gcc
checking for flags to append to CFLAGS (-fno-stack-protector)... -g -O2 -fno-stack-protector
checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)...  -Wl,--no-as-needed -Wl,--disable-new-dtags
checking for flags to append to FCFLAGS...
checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
checking whether g++ supports C++11 features by default... yes
which: no omc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
checking for omc... failed (tried ). Building it through bootstrapping (you might end up unable to recompile omc if you modify source code).
checking for library containing clock_gettime... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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... yes
checking for OpenMP... -fopenmp
checking runtime compiler... gcc ok
checking runtime compiler CFLAGS... -fPIC -falign-functions -mfpmath=sse -fno-dollars-in-identifiers -Wno-parentheses-equality
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 SuiteSparse_calloc... no
checking for library containing colamd... no
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...  -llapack -lblas 
checking for deprecated LAPACK routines... no
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_global_init in -lcurl... yes
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 /usr/share/idl/omniORB/bin/omniidl... /usr/share/idl/omniORB/bin/omniidl
checking for CORBA... omniorb
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
configure: "parmodauto ... not enabled"
checking for revision... OMCompiler v1.19.0-dev.9+ga6b4e42d55
checking for OpenModelica platform name... x86_64-linux
checking for Modelica platform name... linux64
checking add extra sundials cmake config flags on MacOS...
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/cpp/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 (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSICpp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build'  '--with-omniORB=/usr/share/idl/omniORB' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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
=== configuring in SimulationRuntime/cpp (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/cpp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build'  '--with-omniORB=/usr/share/idl/omniORB' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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 sundials suite: Yes
Simulations may use SUITESPARSE: Yes
ParModelica: No



THANK YOU ARDPO!!

Re: OpenSuse Leap 15.2

Any idea how to correct the errors below:


/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lomniORB4
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lomnithread
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile.common:193: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libOpenModelicaCompiler.so] Error 1
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/Compiler/boot'
make[3]: *** [Makefile.common:70: bootstrap-from-tarball2] Error 2
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/Compiler/boot'
make[2]: *** [Makefile.common:58: bootstrap-from-tarball] Error 2
make[2]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/Compiler/boot'
make[1]: *** [Makefile.common:3: all] Error 2
make[1]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/Compiler/boot'
make: *** [Makefile:105: omc-bootstrapped] Error 2
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler #

Re: OpenSuse Leap 15.2

I see you configure with --with-omniORB=/usr/share/idl/omniORB
If you need Corba, you are missing the Corba libraries: -lomniORB4 -lomnithread
so libomniORB4.a (or .so) and libomnithread.a (or .so)
As far as I can see there are no prebuilt libraries for your system:
https://software.opensuse.org/package/omniORB
I will search a bit more and come back.

BUT, do you really need Corba? If you need to talk with OMC on the network you can do it via ZMQ.
If you don't need Corba you can just configure without it:

Code:


./configure QMAKE=/usr/bin/qmake-qt5 --with-cppruntime

Re: OpenSuse Leap 15.2

FOURTH ATTEMPT INSTALLATION OPENMODELICA FOR OPENSUSE LEAP 15.2

All dependencies installed?

sudo zypper install git-core autoconf automake clang11 gcc libexpat-devel gcc-fortran lapack libcurl-devel \
libqt5-qtbase libqt5-qtbase-devel libqt5-linguist libQt5WebKit5 libQt5WebKitWidgets-devel \
libQt5XmlPatterns5 libqt5-qtxmlpatterns-devel libqt5-qtsvg-devel readline-devel libtool \
ossp-uuid uuid-devel flex bison libboost*1_75*-devel libxml2-devel

Yes, verified and installed.

This compilation will not use COBRA.

Opensuse Leap 15.2 doe not have the prebuilts libraries need for  Corba, such as -lomniORB4 -lomnithread
so libomniORB4.a (or .so) and libomnithread.a (or .so).

Thank you "ardpo" for the extra search.

Compilation will use: ./configure QMAKE=/usr/bin/qmake-qt5 --with-cppruntime

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica # autoreconf --install
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica #

USING ./configure QMAKE=/usr/bin/qmake-qt5 --with-cppruntime ---->>


0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica #  ./configure QMAKE=/usr/bin/qmake-qt5 --with-cppruntime
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -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-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking if cppruntime is requested... yes
checking for omlibrary target... core
checking for libraries directory... yes
checking for CORBA... none
configure.ac:248: warning: AC_LANG_PROGRAM(Fortran): ignoring PROLOGUE: []
../../lib/autoconf/lang.m4:224: AC_LANG_SOURCE is expanded from...
../../lib/autoconf/lang.m4:241: AC_LANG_PROGRAM is expanded from...
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
configure.ac:248: the top level
configure: creating ./config.status
config.status: creating Makefile
=== configuring in OMCompiler (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  'QMAKE=/usr/bin/qmake-qt5' '--with-cppruntime' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -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
gcc
checking for flags to append to CFLAGS (-fno-stack-protector)... -g -O2 -fno-stack-protector
checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)...  -Wl,--no-as-needed -Wl,--disable-new-dtags
checking for flags to append to FCFLAGS...
checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
checking whether g++ supports C++11 features by default... yes
which: no omc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
checking for omc... failed (tried ). Building it through bootstrapping (you might end up unable to recompile omc if you modify source code).
checking for library containing clock_gettime... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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... yes
checking for OpenMP... -fopenmp
checking runtime compiler... gcc ok
checking runtime compiler CFLAGS... -fPIC -falign-functions -mfpmath=sse -fno-dollars-in-identifiers -Wno-parentheses-equality
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 SuiteSparse_calloc... no
checking for library containing colamd... no
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...  -llapack -lblas 
checking for deprecated LAPACK routines... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_global_init in -lcurl... yes
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
configure: "parmodauto ... not enabled"
checking for revision... OMCompiler v1.19.0-dev.9+ga6b4e42d55
checking for OpenModelica platform name... x86_64-linux
checking for Modelica platform name... linux64
checking add extra sundials cmake config flags on MacOS...
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/cpp/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 (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSICpp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  'QMAKE=/usr/bin/qmake-qt5' '--with-cppruntime' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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
=== configuring in SimulationRuntime/cpp (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/cpp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  'QMAKE=/usr/bin/qmake-qt5' '--with-cppruntime' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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 sundials suite: Yes
Simulations may use SUITESPARSE: Yes
ParModelica: No
=== configuring in OMPlot (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMPlot)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  'QMAKE=/usr/bin/qmake-qt5' '--with-cppruntime' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /usr/bin/qmake-qt5
checking for qmake arguments... Using Qt version 5.15.2 in /usr/lib64
/usr/bin/qmake-qt5
checking for lrelease... /usr/lib64/qt5/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/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 (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMEdit)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  'QMAKE=/usr/bin/qmake-qt5' '--with-cppruntime' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /usr/bin/qmake-qt5
checking for qmake arguments... Using Qt version 5.15.2 in /usr/lib64
/usr/bin/qmake-qt5
checking for lrelease... /usr/lib64/qt5/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build
checking how to run the C++ preprocessor... g++ -E
checking for osg/qt include order bugs (broken OSG version)... no (giving up on OSG)
"Disabled OSG"
checking check if -lboost_regex is needed for OMSimulator... no need for -lboost_regex, std::regex is good enough
checking for LSB description... openSUSE Leap 15.2
checking for revision... OMEdit v1.19.0-dev.9+ga6b4e42d55
configure: creating ./config.status
config.status: creating Makefile.unix
config.status: creating omc_config.h
config.status: creating OMEditLIB/OMEditLIB.unix.config.pri
config.status: creating OMEditLIB/Debugger/Parser/Makefile.unix
config.status: creating OMEditLIB/Debugger/Parser/Makefile.lib.unix
config.status: creating OMEditGUI/OMEditGUI.unix.config.pri
config.status: creating Testsuite/Makefile.unix
=== configuring in OMNotebook (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMNotebook)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  'QMAKE=/usr/bin/qmake-qt5' '--with-cppruntime' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /usr/bin/qmake-qt5
checking for qmake arguments... Using Qt version 5.15.2 in /usr/lib64
/usr/bin/qmake-qt5
checking for lrelease... /usr/lib64/qt5/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/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 (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  'QMAKE=/usr/bin/qmake-qt5' '--with-cppruntime' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for g++... g++
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 g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether g++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /usr/bin/qmake-qt5
checking for qmake arguments... Using Qt version 5.15.2 in /usr/lib64
/usr/bin/qmake-qt5
checking for lrelease... /usr/lib64/qt5/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build
checking if the user wants to compile OMShell-terminal... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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
=== configuring in OMSens_Qt (/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMSens_Qt)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build'  'QMAKE=/usr/bin/qmake-qt5' '--with-cppruntime' '--with-ombuilddir=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
configure: OpenModelica pre-commit hook has been installed
ln: failed to create symbolic link '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/.git/modules/OMSens_Qt/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
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ supports C++11 features by default... yes
checking for qmake in env.vars QMAKE and QTDIR... /usr/bin/qmake-qt5
checking for qmake arguments... Using Qt version 5.15.2 in /usr/lib64
/usr/bin/qmake-qt5
checking for lrelease... /usr/lib64/qt5/bin/lrelease
configure: creating ./config.status
config.status: creating Makefile.unix


make

/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/CMakeFiles /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
make -f solver/CMakeFiles/OMSISolver.dir/build.make solver/CMakeFiles/OMSISolver.dir/depend
make[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
cd /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/solver /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/solver /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/solver/CMakeFiles/OMSISolver.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
make -f solver/CMakeFiles/OMSISolver.dir/build.make solver/CMakeFiles/OMSISolver.dir/build
make[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
make[4]: Nothing to be done for 'solver/CMakeFiles/OMSISolver.dir/build'.
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
[ 29%] Built target OMSISolver
make -f base/CMakeFiles/OMSIBase.dir/build.make base/CMakeFiles/OMSIBase.dir/depend
make[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
cd /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/base /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/base /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/base/CMakeFiles/OMSIBase.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
make -f base/CMakeFiles/OMSIBase.dir/build.make base/CMakeFiles/OMSIBase.dir/build
make[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
make[4]: Nothing to be done for 'base/CMakeFiles/OMSIBase.dir/build'.
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
[100%] Built target OMSIBase
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
make[3]: Nothing to be done for 'preinstall'.
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi_callbacks.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi_api_functions.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/fmi2/omsi_fmi2_cs.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/fmi2/omsi_fmi2_me.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/fmi2/omsi_fmi2_wrapper.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/fmi2/fmi2Functions.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/fmi2/fmi2FunctionTypes.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/fmi2/fmi2TypesPlatform.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSISolver.so
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/solver/omsi_solver.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/solver/solver_api.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/solver/solver_helper.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIBase.so
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libexpat.a
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_event_helper.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_getters_and_setters.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_global.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_initialization.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_input_json.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_input_model_variables.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_input_sim_data.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_input_xml.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_mmap.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_posix_func.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_solve_alg_system.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/omsi_utils.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/base/uthash.h
make[2]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSI/Build_dynamic'
test ! `uname` = Darwin || install_name_tool -id @rpath/omsi/libOMSIBase.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIBase.dylib
test ! `uname` = Darwin || install_name_tool -id @rpath/omsi/libOMSISolver.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSISolver.dylib
test ! `uname` = Darwin || install_name_tool -change libsundials_nvecserial.5.dylib @rpath/libsundials_nvecserial.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIBase.dylib
test ! `uname` = Darwin || install_name_tool -change libsundials_kinsol.5.dylib @rpath/libsundials_kinsol.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIBase.dylib
test ! `uname` = Darwin || install_name_tool -change libOMSISolver.dylib @rpath/libOMSISolver.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIBase.dylib
test ! `uname` = Darwin || install_name_tool -change libsundials_nvecserial.5.dylib @rpath/libsundials_nvecserial.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSISolver.dylib
test ! `uname` = Darwin || install_name_tool -change libsundials_kinsol.5.dylib @rpath/libsundials_kinsol.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSISolver.dylib
cd SimulationRuntime/OMSIC; \
mkdir -p Build_static; (cd ./Build_static; echo "change to Build_static"; cmake .. -G "Unix Makefiles" -DPLATFORM=static -DCMAKE_BUILD_TYPE=   -DCMAKE_INSTALL_PREFIX:PATH="/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build" -DLIB_OMC=lib/x86_64-linux-gnu/omc && cmake --build .; make install);  mkdir -p Build_dynamic; (cd ./Build_dynamic; echo "change to Build_dynamic"; cmake .. -G "Unix Makefiles" -DPLATFORM=dynamic -DCMAKE_BUILD_TYPE=   -DCMAKE_INSTALL_PREFIX:PATH="/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build" -DLIB_OMC=lib/x86_64-linux-gnu/omc && cmake --build .; make install);
change to Build_static
-- CMake version 3.17.0
-- GCC detected, adding compile flags
-- Compiling with C flags:  -Wall -Wextra -ansi -pedantic -g -fPIC
-- Libs will be installed in /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi
-- OMSI Base Library: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIBase_static.a
-- Configuring done
-- Generating done
-- Build files have been written to: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static
gmake[2]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
/usr/bin/cmake -S/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC -B/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles/progress.marks
/usr/bin/gmake -f CMakeFiles/Makefile2 all
gmake[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
/usr/bin/gmake -f src/omsu/CMakeFiles/OMSIC_static.dir/build.make src/omsu/CMakeFiles/OMSIC_static.dir/depend
gmake[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
cd /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/src/omsu /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/src/omsu /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/src/omsu/CMakeFiles/OMSIC_static.dir/DependInfo.cmake --color=
gmake[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
/usr/bin/gmake -f src/omsu/CMakeFiles/OMSIC_static.dir/build.make src/omsu/CMakeFiles/OMSIC_static.dir/build
gmake[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
gmake[4]: Nothing to be done for 'src/omsu/CMakeFiles/OMSIC_static.dir/build'.
gmake[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
[100%] Built target OMSIC_static
gmake[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles 0
gmake[2]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
make[2]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
/usr/bin/cmake -S/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC -B/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
make -f src/omsu/CMakeFiles/OMSIC_static.dir/build.make src/omsu/CMakeFiles/OMSIC_static.dir/depend
make[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
cd /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/src/omsu /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/src/omsu /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/src/omsu/CMakeFiles/OMSIC_static.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
make -f src/omsu/CMakeFiles/OMSIC_static.dir/build.make src/omsu/CMakeFiles/OMSIC_static.dir/build
make[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
make[4]: Nothing to be done for 'src/omsu/CMakeFiles/OMSIC_static.dir/build'.
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
[100%] Built target OMSIC_static
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
make[3]: Nothing to be done for 'preinstall'.
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi_callbacks.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi_api_functions.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsic.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_common.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_helper.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_initialization.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_getters_and_setters.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_continuous_simulation.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_event_simulation.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIC_static.a
make[2]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_static'
change to Build_dynamic
-- CMake version 3.17.0
-- GCC detected, adding compile flags
-- Compiling with C flags:  -Wall -Wextra -ansi -pedantic -g -fPIC
-- Libs will be installed in /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi
-- OMSI Base Library: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIBase
-- Configuring done
-- Generating done
-- Build files have been written to: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic
gmake[2]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
/usr/bin/cmake -S/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC -B/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles/progress.marks
/usr/bin/gmake -f CMakeFiles/Makefile2 all
gmake[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
/usr/bin/gmake -f src/omsu/CMakeFiles/OMSIC.dir/build.make src/omsu/CMakeFiles/OMSIC.dir/depend
gmake[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
cd /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/src/omsu /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/src/omsu /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/src/omsu/CMakeFiles/OMSIC.dir/DependInfo.cmake --color=
gmake[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
/usr/bin/gmake -f src/omsu/CMakeFiles/OMSIC.dir/build.make src/omsu/CMakeFiles/OMSIC.dir/build
gmake[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
gmake[4]: Nothing to be done for 'src/omsu/CMakeFiles/OMSIC.dir/build'.
gmake[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
[100%] Built target OMSIC
gmake[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles 0
gmake[2]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
make[2]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
/usr/bin/cmake -S/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC -B/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
make -f src/omsu/CMakeFiles/OMSIC.dir/build.make src/omsu/CMakeFiles/OMSIC.dir/depend
make[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
cd /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/src/omsu /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/src/omsu /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/src/omsu/CMakeFiles/OMSIC.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
make -f src/omsu/CMakeFiles/OMSIC.dir/build.make src/omsu/CMakeFiles/OMSIC.dir/build
make[4]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
make[4]: Nothing to be done for 'src/omsu/CMakeFiles/OMSIC.dir/build'.
make[4]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
[100%] Built target OMSIC
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
/usr/bin/cmake -E cmake_progress_start /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
make[3]: Nothing to be done for 'preinstall'.
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi_callbacks.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsi/omsi_api_functions.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsic.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_common.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_helper.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_initialization.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_getters_and_setters.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_continuous_simulation.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/omsic/omsu_event_simulation.h
-- Up-to-date: /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/omsi/libOMSIC.a
make[2]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic'
make -C SimulationRuntime/c -f Makefile OMBUILDDIR=/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build
make[2]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/c'
cp -p libOpenModelicaRuntimeC.so /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc
# copy header files
cp -p ./omc_inline.h ./openmodelica_func.h ./openmodelica.h ./omc_simulation_settings.h ./openmodelica_types.h ./simulation_data.h ./ModelicaUtilities.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/
cp -p ./linearization/linearize.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/linearization/
cp -p ./optimization/OptimizerData.h ./optimization/OptimizerLocalFunction.h ./optimization/OptimizerInterface.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/optimization/
cp -p ./simulation/modelinfo.h ./simulation/options.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_runtime.h ./simulation/omc_simulation_util.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/simulation/
cp -p ./simulation/results/simulation_result.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/simulation/results/
cp -p ./simulation/solver/cvode_solver.h ./simulation/solver/dae_mode.h ./simulation/solver/dassl.h ./simulation/solver/delay.h ./simulation/solver/embedded_server.h ./simulation/solver/epsilon.h ./simulation/solver/events.h ./simulation/solver/external_input.h ./simulation/solver/fmi_events.h ./simulation/solver/ida_solver.h ./simulation/solver/linearSolverLapack.h ./simulation/solver/linearSolverTotalPivot.h ./simulation/solver/linearSystem.h ./simulation/solver/mixedSearchSolver.h ./simulation/solver/mixedSystem.h ./simulation/solver/model_help.h ./simulation/solver/nonlinearSolverHomotopy.h ./simulation/solver/nonlinearSolverHybrd.h ./simulation/solver/nonlinearSystem.h ./simulation/solver/nonlinearValuesList.h ./simulation/solver/omc_math.h ./simulation/solver/perform_qss_simulation.c.inc ./simulation/solver/perform_simulation.c.inc ./simulation/solver/real_time_sync.h ./simulation/solver/solver_main.h ./simulation/solver/spatialDistribution.h ./simulation/solver/stateset.h ./simulation/solver/sundials_error.h ./simulation/solver/synchronous.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/simulation/solver/
cp -p ./simulation/solver/initialization/initialization.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/simulation/solver/initialization/
cp -p ./meta/meta_modelica_builtin_boxptr.h ./meta/meta_modelica_builtin_boxvar.h ./meta/meta_modelica_builtin.h ./meta/meta_modelica.h ./meta/meta_modelica_data.h ./meta/meta_modelica_mk_box.h ./meta/meta_modelica_segv.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/meta/
cp -p ./gc/omc_gc.h ./gc/memory_pool.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/gc/
cp -p ./util/base_array.h ./util/boolean_array.h ./util/division.h ./util/generic_array.h ./util/index_spec.h ./util/integer_array.h ./util/jacobian_util.h ./util/java_interface.h ./util/modelica.h ./util/modelica_string.h ./util/omc_error.h ./util/omc_file.h ./util/omc_mmap.h ./util/omc_msvc.h ./util/omc_numbers.h ./util/omc_spinlock.h ./util/parallel_helper.h ./util/read_matlab4.c ./util/read_matlab4.h ./util/read_csv.c ./util/read_csv.h ./util/libcsv.c ./util/libcsv.h ./util/read_write.h ./util/real_array.h ./util/ringbuffer.h ./util/rtclock.h ./util/simulation_options.h ./util/string_array.h ./util/uthash.h ./util/utility.h ./util/varinfo.h ./util/list.h ./util/doubleEndedList.h ./util/rational.h ./util/modelica_string_lit.h ./util/omc_init.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/util/
cp -p ./dataReconciliation/dataReconciliation.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/dataReconciliation/
make -f Makefile OMC_MINIMAL_RUNTIME=1 OMC_FMI_RUNTIME=1 sourcedist_internal
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/c'
mkdir -p /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/external_solvers external_solvers
cp -p \
../../3rdParty/CMinpack//enorm_.c ../../3rdParty/CMinpack//hybrj_.c ../../3rdParty/CMinpack//dpmpar_.c ../../3rdParty/CMinpack//qrfac_.c ../../3rdParty/CMinpack//qform_.c ../../3rdParty/CMinpack//dogleg_.c ../../3rdParty/CMinpack//r1updt_.c ../../3rdParty/CMinpack//r1mpyq_.c \
../../3rdParty/dgesv//lapack/dgesv.c ../../3rdParty/dgesv//lapack/dgetrf.c ../../3rdParty/dgesv//lapack/dlamch.c ../../3rdParty/dgesv//lapack/ilaenv.c ../../3rdParty/dgesv//lapack/xerbla.c ../../3rdParty/dgesv//lapack/dgetf2.c ../../3rdParty/dgesv//lapack/dgetrs.c ../../3rdParty/dgesv//lapack/dlaswp.c ../../3rdParty/dgesv//lapack/ieeeck.c ../../3rdParty/dgesv//lapack/iparmq.c \
../../3rdParty/dgesv//blas/dgemm.c ../../3rdParty/dgesv//blas/dger.c ../../3rdParty/dgesv//blas/dscal.c ../../3rdParty/dgesv//blas/dswap.c ../../3rdParty/dgesv//blas/dtrsm.c ../../3rdParty/dgesv//blas/idamax.c ../../3rdParty/dgesv//blas/lsame.c \
../../3rdParty/dgesv//libf2c/i_nint.c ../../3rdParty/dgesv//libf2c/pow_di.c ../../3rdParty/dgesv//libf2c/s_cmp.c ../../3rdParty/dgesv//libf2c/s_copy.c \
"./external_solvers/"
cp -p \
"../../3rdParty/CMinpack//minpack.h" "../../3rdParty/CMinpack//cminpack.h" \
"../../3rdParty/dgesv//include/blaswrap.h" \
"../../3rdParty/dgesv//include/clapack.h" \
"../../3rdParty/dgesv//include/f2c.h" \
"/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/external_solvers"
mkdir -p /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/simulation/solver
cp -p ./simulation/solver/cvode_solver.c /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/simulation/solver
cp -p ./simulation/solver/sundials_error.c /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/simulation/solver
cp Makefile.objs /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/
rm -r ./external_solvers
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/c'
make -C ../fmi/export/buildproject -f Makefile
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/fmi/export/buildproject'
mkdir -p /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/share/omc/runtime/c/fmi/buildproject/
cp -a configure "../../../../config.guess" "../../../../config.sub" "../../../../install-sh" /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/share/omc/runtime/c/fmi/buildproject//
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/fmi/export/buildproject'
make -f Makefile "libSimulationRuntimeFMI.a" OMC_MINIMAL_RUNTIME=1 OMC_FMI_RUNTIME=1 BUILDPATH=build/fmi OMC_NUM_NONLINEAR_SYSTEMS=1 OMC_NUM_LINEAR_SYSTEMS=1 OMC_NUM_MIXED_SYSTEMS=1
make[3]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/c'
make[3]: 'libSimulationRuntimeFMI.a' is up to date.
make[3]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/SimulationRuntime/c'
# copy libraries
cp -p libSimulationRuntimeC.so libOpenModelicaFMIRuntimeC.so libSimulationRuntimeFMI.a /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc
# FMI runtime libs
test ! -f libSimulationRuntimeC.bc || cp libSimulationRuntimeC.bc /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/emcc/libSimulationRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_idas.4.dylib @rpath/libsundials_idas.4.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libOpenModelicaFMIRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_ida.5.dylib @rpath/libsundials_ida.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libOpenModelicaFMIRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_cvodes.5.dylib @rpath/libsundials_cvodes.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libOpenModelicaFMIRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_cvode.5.dylib @rpath/libsundials_cvode.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libOpenModelicaFMIRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_nvecserial.5.dylib @rpath/libsundials_nvecserial.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libOpenModelicaFMIRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_kinsol.5.dylib @rpath/libsundials_kinsol.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libOpenModelicaFMIRuntimeC.so
# C runtime libs
test ! `uname` = Darwin || install_name_tool -change libsundials_idas.4.dylib @rpath/libsundials_idas.4.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libSimulationRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_ida.5.dylib @rpath/libsundials_ida.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libSimulationRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_cvodes.5.dylib @rpath/libsundials_cvodes.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libSimulationRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_cvode.5.dylib @rpath/libsundials_cvode.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libSimulationRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_nvecserial.5.dylib @rpath/libsundials_nvecserial.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libSimulationRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change libsundials_kinsol.5.dylib @rpath/libsundials_kinsol.5.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libSimulationRuntimeC.so
test ! `uname` = Darwin || install_name_tool -change liblis.dylib @rpath/liblis.dylib /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/lib/x86_64-linux-gnu/omc/libSimulationRuntimeC.so
# copy fmi stuff
mkdir -p /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/fmi-export
cp -p ../fmi/export/fmi/*.h /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMCompiler/build/include/omc/c/fmi
cp -p ../fmi/export/openmodelica/*.

Re: OpenSuse Leap 15.2

"MAKE INSTALL"

I have used :

./configure --prefix=/home/flembcke/openmodelica QMAKE=/usr/bin/qmake-qt5 --with-cppruntime

make

make install

Here the result:

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica # make install
if [ "" = ".app" ]; then mkdir -p /Applications/MacPorts/; fi
mkdir -p /home/flembcke/openmodelica/bin
mkdir -p /home/flembcke/openmodelica/lib64
mkdir -p /home/flembcke/openmodelica/include/omc
mkdir -p /home/flembcke/openmodelica/include/x86_64-linux-gnu/omc/antlr3
mkdir -p /home/flembcke/openmodelica/share/doc//omc/testmodels
mkdir -p /home/flembcke/openmodelica/share/man//man1/
mkdir -p /home/flembcke/openmodelica/share/locale
test ! -d "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build"/share/omnotebook/nls/ || mkdir -p /home/flembcke/openmodelica/share/omnotebook/nls/
test ! -d "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build"/share/omshell/nls/ || mkdir -p /home/flembcke/openmodelica/share/omshell/nls/
test ! -d "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build"/share/omedit/nls/ || mkdir -p /home/flembcke/openmodelica/share/omedit/nls/
mkdir -p /home/flembcke/openmodelica/share/omc/scripts /home/flembcke/openmodelica/share/omc/java
echo Installing OpenModelica...
Installing OpenModelica...
# Application directory (OSX)
if [ "" = ".app" ]; then cp -a "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build"/Applications/* /Applications/MacPorts/; fi
# Binaries
cp -a "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build"/bin/* /home/flembcke/openmodelica/bin
# Libraries
cp -a "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build"/lib/* /home/flembcke/openmodelica/lib64
# Includes
cp -a "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build"/include/* /home/flembcke/openmodelica/include
# License
cp -p OMCompiler/COPYING /home/flembcke/openmodelica/share/doc//omc/
# Documents
test ! -e "doc" || cp -p doc/*.pdf /home/flembcke/openmodelica/share/doc//omc/
cp -p "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build"/share/doc/omc/testmodels/* /home/flembcke/openmodelica/share/doc//omc/testmodels/
cp: cannot stat '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build/share/doc/omc/testmodels/*': No such file or directory
make: *** [Makefile:173: install] Error 1
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica #


Any idea why, Error 1? I thougth all files and folders were downloaded with --> git clone https://github.com/OpenModelica/OpenModelica  --recursive


Re: OpenSuse Leap 15.2

Dear Adrpo,

After the compilation of OM, do I need to compile OMCompiler, OMEdit, OMNotebook and the rest indivudually?

Felipe

Re: OpenSuse Leap 15.2

OMCShell compilation error:


0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell # export PATH=$PATH:/home/flembcke/openmodelica
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell # ./configure --prefix=/home/flembcke/openmodelica CXX=clang++
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... no
checking for qmake... no
checking for qmake-mac... no
checking for qmake-qt4... no
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /home/flembcke/openmodelica
checking for /home/flembcke/openmodelica/lib/omc/ModelicaBuiltin.mo... configure: error: failed

Re: OpenSuse Leap 15.2

OMShell compilation Using QT5 failed


0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell # ./configure --prefix=/home/flembcke/openmodelica  CXX=clang++ QMAKE=/usr/bin/qmake-qt5 --with-cppruntime
configure: WARNING: unrecognized options: --with-cppruntime
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... /usr/bin/qmake-qt5
checking for qmake arguments... Using Qt version 5.12.7 in /usr/lib64
/usr/bin/qmake-qt5
checking for lrelease... /usr/lib64/qt5/bin/lrelease
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /home/flembcke/openmodelica
checking for /home/flembcke/openmodelica/lib/omc/ModelicaBuiltin.mo... configure: error: failed

Re: OpenSuse Leap 15.2

The qt clients are build by default on make.
You don't need to configure in each directory, only in the top one, it would actually not work and you get issues like the ones you're having.

I will investigate why make install doesn't work properly for you. Until then you can use OpenModelica from:
/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build/bin
you should have the needed executables in there, omc, OMEdit, OMShell, OMSimulator, OMNotebook.
Just start OMEdit from
/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build/bin/OMEdit
if you don't have it there then the build didn't work properly.

Re: OpenSuse Leap 15.2

Dear adrpo,

There is something that is not working. I am not as expert as you in programing but, if you see below some of the OMs look for /lib and OpenSuse Leap 15.2 has /lib64.


Folder /omc/lib created

copy files /omc/lib64 to /omc/lib

recompile with: ./configure --prefix=/home/flembcke/openmodelica   CXX=clang++

0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell # ./configure --prefix=/home/flembcke/openmodelica   CXX=clang++                         
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... no
checking for qmake... no
checking for qmake-mac... no
checking for qmake-qt4... no
build_short: x86_64-linux-gnu
host_short: x86_64-linux-gnu
checking for OPENMODELICAHOME... /home/flembcke/openmodelica
checking for /home/flembcke/openmodelica/lib/omc/ModelicaBuiltin.mo... ok
checking for /home/flembcke/openmodelica/share/omc/omc_communication.idl... ok
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... /bin/grep
checking for egrep... /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
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell # make
mkdir -p /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell/build/bin /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell/build/lib/x86_64-linux-gnu/omc
make -C OMShell/OMShellGUI -f Makefile.unix
make[1]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell/OMShell/OMShellGUI'
make -f Makefile
make[2]: Entering directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell/OMShell/OMShellGUI'
/usr/bin/qmake-qt5 -o Makefile OMShellGUI.pro
clang++ -c -g -O2 -w -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell/build/include/omc/c -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I../generatedfiles/moc -I/usr/lib64/qt5/mkspecs/linux-g++ -o omcinteractiveenvironment.o omcinteractiveenvironment.cpp
In file included from omcinteractiveenvironment.cpp:52:
./omcinteractiveenvironment.h:38:10: fatal error: 'meta/meta_modelica.h' file not found
#include "meta/meta_modelica.h"
         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [Makefile:760: omcinteractiveenvironment.o] Error 1
make[2]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell/OMShell/OMShellGUI'
make[1]: *** [Makefile.unix:17: OMShell] Error 2
make[1]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell/OMShell/OMShellGUI'
make: *** [Makefile:24: omshell] Error 2
0030485fb5a8:/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMShell #

Re: OpenSuse Leap 15.2

Dear adrpo,

I wanted to  let you know that the only files I have on the "/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/build/bin" are:

FMIWrapper
omc-diff
OMSimulator
OMSSimulatorPython3
_StartTLMFmiWrapper

I think the compilation looks for some files that are not in the right places, at least in the OpenSuse Leap 15.2.

By the way,  is it possible to attach pictures on the forum? for some reason I am not able to attach picture.


Re: OpenSuse Leap 15.2

Things are getting messy, let's try again from the beginning. Lines that start with # are comments

Code:


cd /home/flembcke/Downloads/OpenModelica_Source/OpenModelica/
# clean everything
make gitclean
# autoconf
autoconf
# let's configure without prefix, maybe it has issues
./configure CC=clang CXX=clang++ QMAKE=/usr/bin/qmake-qt5 --with-cppruntime >> trace.txt 2>&1
# run make
make -j`nproc` >> trace.txt 2>&1
# let's see what we have in the build directory
ls -lah build/ >> trace.txt 2>&1
ls -lah build/bin >> trace.txt 2>&1

Paste the trace.txt here.

Re: OpenSuse Leap 15.2

Dear adrpo,

Thank you for yor support.

The trace.txt has 12.8 MiB and I can not uploaded. For some reason I am not able to even upload a picture.

Could you tell me any other way to send it to you?

Here is the last past of the trace.txt file so you can see it.

make[1]: Leaving directory '/home/flembcke/Downloads/OpenModelica_Source/OpenModelica/OMEdit'
total 0
drwxr-xr-x 1 root root  36 Jul  7 22:54 .
drwxr-xr-x 1 root root 812 Jul  7 22:54 ..
drwxr-xr-x 1 root root 262 Jul  7 23:09 bin
drwxr-xr-x 1 root root  90 Jul  7 23:06 include
drwxr-xr-x 1 root root  78 Jul  7 22:58 lib
drwxr-xr-x 1 root root  98 Jul  7 23:07 share
total 96M
drwxr-xr-x 1 root root  262 Jul  7 23:09 .
drwxr-xr-x 1 root root   36 Jul  7 22:54 ..
-rwxr-xr-x 1 root root 6.8M Jul  7 22:56 FMIWrapper
-rwxr-xr-x 1 root root  13K Jul  7 23:03 omc
-rwxr-xr-x 1 root root  50K Jul  7 22:54 omc-diff
-rwxr-xr-x 1 root root 4.5M Jul  7 23:04 OMCppOSUSimulation
-rwxr-xr-x 1 root root  45M Jul  7 23:09 OMEdit
-rwxr-xr-x 1 root root 1.2M Jul  7 23:07 OMNotebook
-rwxr-xr-x 1 root root 147K Jul  7 23:07 OMPlot
-rwxr-xr-x 1 root root 2.1M Jul  7 23:06 OMShell
-rwxr-xr-x 1 root root 287K Jul  7 23:06 OMShell-terminal
-rwxr-xr-x 1 root root  37M Jul  7 22:58 OMSimulator
-rwx------ 1 root root  755 Jul  2 17:28 OMSimulatorPython3
-rw-r--r-- 1 root root 1.4K Jul  7 22:56 StartTLMFmiWrapper

Re: OpenSuse Leap 15.2

No need to post it as you have all the executables built.
Just start OMEdit from build/bin.

There are 0 guests and 0 other users also viewing this topic