#Cannot compile Odin compiler
19 messages · Page 1 of 1 (latest)
yes
oh wait im on windows 10 lol
downloading that right now, will take thread down if that's the issue
No luck, donwloading Windows 10 SDK gives the same errors
Did you use visual studio installer?
Yes
Followed this to a T https://odin-lang.org/docs/install/#official-releases
The joys of c++
You could try installing the msvc compiler via
https://github.com/Data-Oriented-House/PortableBuildTools
I'll give that a shot, thanks
It's really weird it doesn't even recognise rc command, have you tried running it from CMD and not powershell?
Don't know if this is related, but maybe, windows can be weird
Same result unfortunately
you cant use vcvarsall through powershell thats for sure atleast, it doesnt properly export the variables https://stackoverflow.com/questions/41399692/running-a-build-script-after-calling-vcvarsall-bat-from-powershell
No luck either
yeah i had this exact same issue. I believe I manually added the windows SDK bin folder to my path... i have no idea why it happened though
Oh ok Ill give that a shot thank you