Sean Lawrence
Sean Lawrence
Same here. Atom 1.43.0 OS: CentOS 7.7 Edit: Just upgraded to Atom 1.44.0 and the error is persisting
I was able to work around this issue by installing gcc-5.4.0, and then exporting the path to the gcc-5.4.0/lib64 to LD_PATH_LIBRARY This is the script I used: https://gist.github.com/snlawrence/f199fe9434f6ddea715f0cd798f4b530
> snlawrence's solution worked for me with Atom 1.47 and CentOS 7.8 > I had to first do a `yum install gcc-c++` (I think this is what jeprince missed) and...
I don't think that should make a difference because I'm building inside the docker image, so it should be independent of my system. (I did add epel to my Centos...