-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hi,
I tried to run the SimpleBuilding.mo from the ExamplesUserGuide using JModelica however I got the following error
`CompilerError:
1 error(s) and 2 warning(s) found:
Warning at line 25, column 3, in file 'C:\Program Files\OpenModelica1.16.1-64bit\lib\omlibrary\BuildingSystems-master\BuildingSystems\Climate\WeatherData\BaseClasses\WeatherDataFileNetCDF.mo':
The component info is declared multiple times and can not be verified to be identical to other declaration(s) with the same name.
Warning at line 49, column 12, in file 'C:\Program Files\OpenModelica1.16.1-64bit\lib\omlibrary\BuildingSystems-master\BuildingSystems\Fluid\Sources\BaseClasses\PartialSource.mo':
The cardinality() function-like operator is deprecated, and will be removed in a future version of Modelica
Error at line 82, column 7, in file 'C:\Program Files\OpenModelica1.16.1-64bit\lib\omlibrary\BuildingSystems-master\BuildingSystems\Buildings\Airvolumes\AirvolumeMixed.mo':
The component air is conditional: Access of conditional components is only valid in connect statements`
Any suggestions to solve this problem?