Changes between Initial Version and Version 1 of Ticket #2719, comment 8
- Timestamp:
- 2014-06-09T12:37:37Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2719, comment 8
initial v1 4 4 {{{ 5 5 loadModel(Modelica); 6 loadFile("Test 2.mo");6 loadFile("Test.mo"); 7 7 loadFile("Houses6.mo"); 8 buildModel(Test 2);8 buildModel(Test); 9 9 getErrorString(); 10 10 }}} 11 11 Then run it as {{{omc scriptname.mos}}}. It might be that there is some issue with the RML-version of the compiler. Maybe someone who still uses RML could check? Alternatively you could try the bootstrapped version, which we will hopefully soon switch to anyway. I think you just need to install the omc-bootstrapped package and use omc-bootstrapped instead of omc. 12 13 Edit: Changed Test2 => Test in the script.