Opened 6 years ago
Closed 6 years ago
#5120 closed defect (fixed)
Compilation fails due to OMSimulator
Reported by: | Rüdiger Franke | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | blocker | Milestone: | 1.13.0 |
Component: | Build Environment | Version: | |
Keywords: | Cc: | Lennart Ochel |
Description
Compilation of OpenModelica under Linux fails. After several trial&error I ended up with
make[1]: Entering directory '/home/rfranke/OpenModelica/OMSimulator' make[1]: *** No rule to make target 'config-3rdParty'. Stop.
OMSimulator was added recently. I don't want to do anything with it. Shouldn't OMSimulator be disabled unless explicitly enabled in autoconf?
Change History (4)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
I did git submodule update
in OMSimulator. I did also call configure
for whole OpenModelica. The problem persists!?
comment:3 by , 6 years ago
@rfranke: it seems you didn't get anything inside OMSimulator submodule (empty).
You could try:
git submodule update --init --recursive
I you don't have any local modifications, you could just re-clone the entire OpenModelica project with --recursive:
git clone https://github.com/OpenModelica/OpenModelica.git --recursive
We are looking into ways to disable the OMSimulator build via configure.
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
git submodule update --init --recursive
works. Thank you!
As far as I know, OMEdit strongly depends on it. Is the problem perhaps just that you didn't do
git submodule update
in OMSimulator?