IBM / rl-testbed-for-energyplus

Reinforcement Learning Testbed for Power Consumption Optimization using EnergyPlus
MIT License
177 stars 74 forks source link

HOW TO SOLVE THIS ERROR "fatar error : CommandLineInterface.hh : No such file or a directory" #43

Closed minjeong-sim closed 3 years ago

minjeong-sim commented 3 years ago

image GCC version is 7.5 ubuntu 16.04 make version is 4.1 cmake version is 3.18.2

When I insert the DCMAKE_INSTALL_PREFIX=/usr/local/EnergyPlus-8-8-0 /.. DCMAKE_INSTALL_PREFIX

And I have this error "fatar error : CommandLineInterface.hh : No such file or a directory make -j4

How cam i solve it??

antoine-galataud commented 3 years ago

Hi @minjeong-sim

I think your problem is you're on an incorrect branch in your git clone of EnergyPlus. Can you try git checkout v8.8.0 and re-test?

minjeong-sim commented 3 years ago

Hi @minjeong-sim

I think your problem is you're on an incorrect branch in your git clone of EnergyPlus. Can you try git checkout v8.8.0 and re-test?

Thank you for answer @antoine-galataud I got this message. image

and I don't know what to do next.

antoine-galataud commented 3 years ago

@minjeong-sim you can simply discard these changes using git checkout .