GMLC-TDC / HELICS

Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)
https://docs.helics.org/en/latest/
BSD 3-Clause "New" or "Revised" License
126 stars 40 forks source link

Unable to build HELICS on Ubuntu 20.04.2 #2570

Open yliu250 opened 10 months ago

yliu250 commented 10 months ago

System Configuration: Boost version 1.71.0 Ubuntu 20.04.2 HELICS: 3.4.0 main branch

Error Messages

error_log.txt

phlptp commented 10 months ago

What compiler and version are you using? Do you need the HELICS webserver?

yliu250 commented 10 months ago

Hi Philip, @phlptp, I am using cmake version 3.16.3. I don't need HELICS webserver.

phlptp commented 10 months ago

My guess is you can set HELICS_DISABLE_WEBSERVER=ON in your cmake configuration that will turn off the code that is causing the errors. But I will look into the actual cause and see what is going on there.

What compiler version Gcc ? Clang?, other

yliu250 commented 10 months ago

@phlptp , thanks for your help! I successfully built HELICS 3.4.0 by setting HELICS_DISABLE_WEBSERVER=ON. BTW, my compiler is g++ 9.4.0 for your reference. I will close this issue now.

phlptp commented 10 months ago

Glad that worked for you, I am going to reopen this to track down what the compilation issue actually is.

yliu250 commented 10 months ago

@phlptp , Thanks, I am glad to follow up if there are any updates for HELICS or other approaches to resolve the issue.