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

Cannot build on windows #25

Closed vpmedia closed 10 years ago

vpmedia commented 10 years ago

After the latest update (2014.01.11.) I cannot build the library on windows x64 with DMD 2.063.2.

Error message:

dmd -run build_rabcdasm.d

  • Checking for working compiler...

    OK

  • Checking for LZMA...

    OK

  • Building rabcasm
  • Building rabcdasm c:\Work\sdks\dmd\2.063\windows\bin....\src\phobos\std\range.d(611): Error: static assert "Cannot put a char[] into a StaticBuf!(char, 64)" c:\Work\sdks\dmd\2.063\windows\bin....\src\phobos\std\format.d(1584): instantiated from her e: put!(StaticBuf!(char, 64), char[]) c:\Work\sdks\dmd\2.063\windows\bin....\src\phobos\std\format.d(2950): instantiated from her e: formatValue!(StaticBuf!(char, 64), double, char) c:\Work\sdks\dmd\2.063\windows\bin....\src\phobos\std\format.d(413): instantiated from here : formatGeneric!(StaticBuf!(char, 64), double, char) disassembler.d(1142): instantiated from here: formattedWrite!(StaticBuf!(char, 64)*, char, do uble) Error: Compilation of rabcdasm failed
CyberShadow commented 10 years ago

Should be fixed in 31ad8dcef72af7f5e10c29a0a02b95648a5820be.

vpmedia commented 10 years ago

Confirmed, thanks!