CyberShadow / RABCDAsm

Robust ABC (ActionScript Bytecode) [Dis-]Assembler
http://blog.thecybershadow.net/2010/05/05/announcing-rabcdasm/
GNU General Public License v3.0
431 stars 92 forks source link

Failing to build on ubuntu 18.04 #51

Closed Evan-Sa closed 5 years ago

Evan-Sa commented 5 years ago

~/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

CyberShadow commented 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.

Evan-Sa commented 5 years ago

Working from the master now getting a different errordoes this have todo with my dmd version Downloads/RABCDAsm$ dmd -run build_rabcdasm.d

CyberShadow commented 5 years ago

I don't know why you're getting that error.

It might have something to do with how you installed the compiler.

Evan-Sa commented 5 years ago

Updating to the latest version of dmd (2.089.0) resolved the issue