chuggafan

Results 226 comments of chuggafan

I do know of the OS environment variable being a thing on Windows, however I also am aware that on Linux (specifically my WSL debian, Ubuntu, work's RHEL 9.4 and...

I mean, I understand the TARGET_OS_WINDOWS vs TARGET_OS_LINUX distinction, but fundamentally I think it's mostly just a "smart renaming" of _WIN32, and __unix__/__linux__/whatever gcc and clang are doing since realistically...

Whelp, the issue I ran into was simpler than I thought: environ is a thing in POSIX as well as WINDOWS, just does it a little differently, so I modified...

Looking into linux builds (doing fullbuild on Linux), one of the current issues is exactly this, as even if I add `/home/user/OrangeC/bin` as the path it does not fix the...

The only reason I left that as a default warning was I wasn't thinking about it and it was related to the #761 issue where I wanted to be clear....

I've re-discovered why I found this annoying btw: I have to figure out how to pass enablements/disablements to/from the preprocessor. @LADSoft Do you remember if there's already existing examples of...