Closed Evan-Sa closed 5 years ago
This was already fixed in https://github.com/cybershadow/RABCDAsm/commit/c1adedd.
Please build from master, or use a matching version of the compiler and dependencies.
Working from the master now getting a different errordoes this have todo with my dmd version Downloads/RABCDAsm$ dmd -run build_rabcdasm.d
OK
I don't know why you're getting that error.
It might have something to do with how you installed the compiler.
Updating to the latest version of dmd (2.089.0) resolved the issue
~/Downloads/RABCDAsm_v1.18$ dmd -run build_rabcdasm.d build_rabcdasm.d(51): Error: undefined identifier system build_rabcdasm.d(60): Error: undefined identifier system build_rabcdasm.d(80): Error: undefined identifier getenv build_rabcdasm.d(84): Error: undefined identifier getenv
Getting this error atm when go to build on my ubuntu 18.04 box