WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

MenuBackend library does not compile #7

Closed ydirson closed 12 years ago

ydirson commented 12 years ago

When compiling the example, gcc cannot find "next" in moveToLevel() at MenuBackend.h:566.

Commenting out this method and its only caller moveRelativeLevels() allows to play the example, but that's obviously not a fix...

I have not dug into this lib yet, so no fix from me at this time.

AlexanderBrevig commented 12 years ago

Thank you for reporting this! It is fixed now, replace your MenuBackend.h with https://raw.github.com/WiringProject/Wiring/master/framework/libraries/MenuBackend/MenuBackend.h.

Sorry for this embarrassing bug!