pcwalton / sprocketnes

NES emulator written in Rust
MIT License
749 stars 55 forks source link

Problem compiling decode_op!: "No rules expected the token: op" #4

Closed jsanders closed 10 years ago

jsanders commented 11 years ago

Error compiling cpu.rs:

$ make
rustc --cfg ndebug --cfg ncpuspew -O -L . nes.rc -o nes || echo ""If this build failed due to missing SDL bindings, please install them from https://github.com/brson/rust-sdl and copy the .dll/.dylib/.so into this directory or use RUSTLDFLAGS.""
cpu.rs:709:19: 709:21 error: No rules expected the token: op
cpu.rs:709         decode_op!(op: op, this: self);
                              ^~

My rustc was compiled from mozilla/rust@917d3c28b6aab7de454087236173122616a6f9b6.

bfabio commented 10 years ago

I think we can close this as obsolete.

jsanders commented 10 years ago

:+1: