Closed d10sfan closed 2 years ago
Hi! Thanks for trying out the fork.
This is very strange because I'm able to compile just fine on Linux, and that includes the github actions. I isolated just those variable to a function in godbolt and they too compiled without a hitch with GCC 8.1. Just to clarify, have you attempted to compile NBlood?
@tmyqlfpir Thanks for the reply!
I was able to successfully compile nblood in the same environment without any issues. Going to see if gcc 10 works any better, but strange about that demo code you have.
How strange, I compared the makefiles to NBlood and nothing jumps out to me in terms of problems. It could be the required std is higher, but if you were able to compile NBlood then NotBlood should be just as easy. If that doesn't work, try matching the same build instructions as provided here.
@tmyqlfpir I ended switching to using clang and that compiled just fine, and seems to work. Thanks for the help!
Glad to hear, thanks for the report!
I am attempting to compile on Linux (tried with both gcc 8 and 9) and got the following error:
I'm attempting to do the following:
I'm attempting to build this for the steam linux runtime soldier, as part of the luxtorpeda-dev project. Let me know if you need any other information. Thanks!