MotionDogs / Lenzhound-dev-pre-release

All active work now moved to Lenzhound-1.x repository. This repo will no longer be maintained.
GNU General Public License v3.0
0 stars 0 forks source link

Error compiling on TXr #25

Closed davidsthayer closed 10 years ago

davidsthayer commented 10 years ago

Verify gets an error. I started over with github, downloaded everything from scratch and still won't compile this latest code. RXr all good. Any ideas anybody, where I should start? Thanks!

davidsthayer commented 10 years ago

Seems to be looking for Encoder.h - Is that me? I don't have that file. May have deleted it?

bsp.cpp:16:21: fatal error: Encoder.h: No such file or directory

include

                 ^

compilation terminated. Error compiling.

davidsthayer commented 10 years ago

Just guessing - should this be Console.h not _h? Don't know if I'm in left field. DT

ifndef Console_h

define Console_h

include "Settings.h"

// this shouldn't go here, but it's late and I'm tired // and Console IS the only place it's referenced

define CURRENT_VERSION "0.1.11"

jacobbenlewis commented 10 years ago

David, did this turn out to be the Arduino 1.5.x problem we talked about? If so I will go about updating the QP library.

davidsthayer commented 10 years ago

Yes, All good, thanks!