- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » new configure options?
new configure options?
new configure options?
Hello,
I realized that some configure options have been removed.
I get the following warning when configuring:
configure: WARNING: unrecognized options: --with-sendData-Qt, --with-Coin
which options should I put instead now? which ones are compulsory for running make omc, make mosh, make qtclients ?
Thanks!
Re: new configure options?
The same options as before except skip these two.
--with-Coin is the old visualization that existed in OpenModelica. It has been replaced by the more powerful (and standardized) ModelicaServices API (although OpenModelica doesn't ship with any of the libraries that do provide graphical support).
SendData has been replaced by OMPlot (formerly plot3, now renamed to plot to keep the old functionality). OMNotebook no longer supports inline graphs and visualization as it used to.
None of these configuration options was actively maintained. In Linux, OMNotebook couldn't use the inline graphing and on Windows we were unable to compile with Coin3D.
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » new configure options?