-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building project "energyplusapi.vcxproj" -- FAILED #8418
Comments
@sekaina In your Cmake configuration, is Note: https://unmethours.com/question/49595/building-project-energyplusapivcxproj-failed/ |
Thank you for your help ! That's exactly what I've missed. |
I'm not sure I understood your question correctly (I'm new to programming and github). I intend to make modifications in the source code of energyplus so that it can take into account fractions in window shading control (instead of shades being either fully open or fully closed). So, first I build the original code to make sure that all is well and then I will see how to make modifications. Do you know if anyone has already made such modifications? |
My question is which commit did you check out. I aim to check whether #8378 was already pulled inside develop or not, since it should have fixed the issue you encountered. At the root of the energyplus repo, can you type this?
If you are using a git GUI client (Github for Desktop, Sourcetree, Gitkraken) you can also find the same information easily. |
Sorry but I didn't download it as a repository ( I've downloaded the code in ZIP format). Is there another way to check which commit ? |
Where did you get the zip, and did you acquire the code more than 12 days ago? |
I've got the code from github (branch develop) more than a month ago |
ok thank you, that explains why you hit the issue that has been fixed since then. (I would recommend you use git to clone the repo and start off the latest code) |
Ok thank you very much ! |
I'm trying to build EnergyPlus in visual studio. I've followed all the steps in Wiki but building project "energyplusapi.vcxproj" -- FAILED and I get this error :
I'm beginner that's why I don't know how to deal with this issue.
Can anyone help me ?
Thank you !
The text was updated successfully, but these errors were encountered: