- Index
- » Developer
- » OpenModelica development
- » Error when build openmodelica_1_9_1
Error when build openmodelica_1_9_1
Re: Error when build openmodelica_1_9_1
I succeeded to compile this file when i change the following line:
"protected import SCode;"
in
"public import SCode;"
But i have an error when i compile FCore.mo. There is an error at line 511:
"
FCore.mo:511.20-511.41 Error: while processing this CALL goal: int_eq
type int differs from:
type char
reason: different type names
Error: StaticElaborationError
"
Thanks for your help
Re: Error when build openmodelica_1_9_1
Are you using the latest version of rml-mmc?
- sjoelund.se
- 1700 Posts
Re: Error when build openmodelica_1_9_1
You need to specify the svn revision number since you need the very latest one.
- sjoelund.se
- 1700 Posts
Re: Error when build openmodelica_1_9_1
You need revision 280
- sjoelund.se
- 1700 Posts
Re: Error when build openmodelica_1_9_1
There is no point doing that now. OpenModelica can no longer be compiled using rml-mmc (1.9.1 is the last version we use rml-mmc).
- sjoelund.se
- 1700 Posts
- Index
- » Developer
- » OpenModelica development
- » Error when build openmodelica_1_9_1