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

Build on Ubuntu fails

Build on Ubuntu fails

[100%] Built target libzmq
make[4]: Leaving directory '/home/reynolds/Modelica/OpenModelica/OMCompiler/3rdParty/libzmq/build'
/usr/bin/cmake -E cmake_progress_start /home/reynolds/Modelica/OpenModelica/OMCompiler/3rdParty/libzmq/build/CMakeFiles 0
make[3]: Leaving directory '/home/reynolds/Modelica/OpenModelica/OMCompiler/3rdParty/libzmq/build'
test ! `uname` = Darwin || install_name_tool -id @rpath/libzmq.so 3rdParty/libzmq/build/lib/libzmq.so
# copy dll/so to lib/x86_64-linux-gnu/omc and /home/reynolds/Modelica/OpenModelica/build/bin folders
(rm -f /home/reynolds/Modelica/OpenModelica/build/lib/x86_64-linux-gnu/omc/libzmq.so*)
(rm -f /home/reynolds/Modelica/OpenModelica/build/bin/libzmq.so*)
(cp -af 3rdParty/libzmq/build/lib/libzmq.so* /home/reynolds/Modelica/OpenModelica/build/lib/x86_64-linux-gnu/omc)
# Darwin has to be special always; libzmq*.dylib while Linux is libzmq.so* ...
(test ! `uname` = Darwin || cp -af 3rdParty/libzmq/build/lib/lib*.dylib /home/reynolds/Modelica/OpenModelica/build/lib/x86_64-linux-gnu/omc)
make[2]: Leaving directory '/home/reynolds/Modelica/OpenModelica/OMCompiler'
Makefile:95: recipe for target 'omc-bootstrapped' failed
make[1]: *** [omc-bootstrapped] Error 2
make[1]: Leaving directory '/home/reynolds/Modelica/OpenModelica/OMCompiler'
Makefile:7: recipe for target 'omc' failed
make: *** [omc] Error 2

Re: Build on Ubuntu fails

The error is not here, we need the entire log just do:
make > trace.txt 2>&1
in the OpenModelica root directory and put the log here or send it via email to: OpenModelica @ ida.liu.se

There are 0 guests and 0 other users also viewing this topic
You are here: