Openstudio-standards build fails with the "rake aborted! LoadError: 126: The specified module could not be found. - C:/openstudio-3.4.0/Ruby/openstudio.so" error message. Below is detailed error message:
LoadError: 126: The specified module could not be found. - C:/openstudio-3.4.0/Ruby/openstudio.so
C:/openstudio-3.4.0/Ruby/openstudio.rb:59:in `require_relative'
C:/openstudio-3.4.0/Ruby/openstudio.rb:59:in `<top (required)>'
C:/Data/EGPlanetDev/OSStdsDev/openstudio-standards/data/standards/export_OpenStudio_libraries.rb:9:in `require'
C:/Data/EGPlanetDev/OSStdsDev/openstudio-standards/data/standards/export_OpenStudio_libraries.rb:9:in `<top (required)>'
C:/Data/EGPlanetDev/OSStdsDev/openstudio-standards/Rakefile:210:in `require'
C:/Data/EGPlanetDev/OSStdsDev/openstudio-standards/Rakefile:210:in `block in <top (required)>'
C:/Data/EGPlanetDev/OSStdsDev/openstudio-standards/Rakefile:209:in `<top (required)>'
(See full trace by running task with --trace)
I followed the building instruction on GitHub repository correctly and I used to run build without any problem. This error message popped when I merged the latest openstudio-standard master
branch into my working branch. I cannot tell what file is missing.
The build failed in Window machine. I have ruby dev-kit installed in my machine (devkit-2.5.8 and devkit-2.7.2). And I am using bundler version 2.1.4.
Any clue as to what is causing this problem or any suggestion in debugging the problem is highly appreciated.