14
Parzi
3y

How the fuck do you people develop on Windows? 30GB of Visual Studio dependencies to get a compiler going, now this???

Comments
  • 1
    @lukoerfer Normally, i'd be knee-deep in Python, but something something non-standard IPC meaning bindings to a C DLL that isn't... included, you MUST compile it yourself.
  • 1
    Storage is cheap.
  • 1
    @lukoerfer wrong answer
  • 0
    it's just smash hit after smash hit, huh? https://imgur.com/a/1UcuOzm
  • 1
    @vigidis not everything on Windows supports MinGW/GCC. (The original issue was actually BECAUSE MinGW is so different from VC's compilers...)
  • 2
    Protip: when someone comes forward with "i think i hit a bug in your bindings" and proof, DO NOT respond with "I don't believe you, it works on my machine under a different OS." I will crush you under the weight of my debugging scheme. (It's also a dick move.)
  • 1
    30GB? did you install all workloads or what? xD
  • 0
    @nebula Nope, just VS 2019, a C compiler, and the Win10 SDK for literally one lib dependency.
Add Comment