Replies: 4 comments 1 reply
-
Here is my take. I think it would be beneficial to allow building and running HN not only in Vagrant, but in the Windows WSL2, with CentOS7 image. It may be these approaches do not differ that much. Both use VMs under the hood. Right now, I tried to follow this guide But it looks like it is missing some prerequisites that need to be installed on CentOS7 box. I was not able to build HN. I tried running provisioning script first, too, but it did not help. Current error is:
|
Beta Was this translation helpful? Give feedback.
-
@Vladekk I'm bringing in some other folks who develop on bare metal CentOS and docker who may be able to help out. I actually do develop on Vagrant but agree that its not for everyone. The CentOS part we should be able to help with but don't know how much we'll be able to help with any WSL2 differences, as no one has any experience with it. I think that particular macro failure states that your environment's compiler isn't set up for C++ 11. Not sure why yours isn't. Maybe there are some compiler switches that need adding? |
Beta Was this translation helpful? Give feedback.
-
I found that my CentOs7 WSL2 install was already messed up by experimenting earlier. I installed a fresh copy and Vagrant provision script is working well now up until PostgreSQL install.
Update: it looks like WSL2 does not support systemd/systemctl yet ;( |
Beta Was this translation helpful? Give feedback.
-
A discussion on the best way(s) to set up a hoot C++ dev env
Beta Was this translation helpful? Give feedback.
All reactions