I am trying to run the buildings-version 11.0.0 library example in OpenModelica. I am interested in running the thermal zone examples within Buildings.ThermalZones.EnergyPlus_24_2_0. But when i try to run the example it shows Compilation process failed. Exited with code 0x00000002.The following is the comment.
In file included from EquipmentSchedule_functions.c:7: ./EquipmentSchedule_includes.h:10:10: fatal error: 'EnergyPlus_24_2_0_Wrapper.c' file not found 10 | #include <EnergyPlus_24_2_0_Wrapper.c> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. mingw32-make: *** [: EquipmentSchedule_functions.o] Error 1 mingw32-make: *** Waiting for unfinished jobs.... mingw32-make: Leaving directory 'C:/Users/asaraa/AppData/Local/Temp/OPENMO~1/OMEdit/BUILDI~2.EQU' Compilation process failed. Exited with code 0x00000002. I cloned and installed/load the library in open modelica from the following github
How can I solve the problem?