sirJolo / ascom-jolo-focuser

Telescope focuser project based on Arduino board and controllled with ASCOM driver
14 stars 17 forks source link

Compiling Production_22 error #4

Open kyokusei opened 9 years ago

kyokusei commented 9 years ago

Hi, I cannot compile the Production_22 because of this error: "focuser.ino:20:31: fatal error: LiquidCrystal_I2C.h: No such file or directory" but the library is correctly installed on library folder.

porkyhttp commented 8 years ago

Hi, I was unable to compile the 2.2version because Arduino IDE return this error: focuser:61: error: expected constructor, destructor, or type conversion before 'void' buzzer:1: error: expected unqualified-id before '<<' token buzzer.ino: In function 'void doBuzz()': buzzer:11: error: 'buzzes' was not declared in this scope buzzer:13: error: 'buzz_next_action' was not declared in this scope buzzer:15: error: 'BUZZER_ON' was not declared in this scope buzzer:17: error: 'buzz_time' was not declared in this scope buzzer:19: error: 'BUZZER_ON' was not declared in this scope buzzer:22: error: 'BUZZ_PAUSE' was not declared in this scope buzzer:26: error: expected primary-expression before '==' token buzzer:26: error: expected primary-expression before '==' token buzzer:26: error: expected primary-expression before '==' token buzzer:26: error: expected primary-expression before '=' token buzzer:27: error: expected primary-expression before 'void' buzzer:27: error: expected ;' before 'void' buzzer:34: error: a function-definition is not allowed here before '{' token ext:1: error: a function-definition is not allowed here before '{' token ext:21: error: a function-definition is not allowed here before '{' token ext:28: error: a function-definition is not allowed here before '{' token init:3: error: a function-definition is not allowed here before '{' token utils:99: error: expected}' at end of input

I am using the IDE 1.5.6r2 or 1.6.5-r2 version with only your libraries