Mon Jul 14, 2014 8:00 pm
gb.titleScreen(F("My first game"));
'F' was not declared in this scope
In file included from a_Hello.ino:2:
/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.h:38: error: 'byte' does not name a type
/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.h:55: error: 'byte' does not name a type
In file included from /Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:15,
from a_Hello.ino:4:
/Users/peter/Documents/Arduino/libraries/Gamebuino/Backlight.h:19: error: 'boolean' does not name a type
In file included from /Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:16,
from a_Hello.ino:4:
/Users/peter/Documents/Arduino/libraries/Gamebuino/Display.h:75: error: expected class-name before '{' token
/Users/peter/Documents/Arduino/libraries/Gamebuino/Display.h:117: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Display.h:118: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Display.h:121: error: 'byte' does not name a type
In file included from /Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:17,
from a_Hello.ino:4:
/Users/peter/Documents/Arduino/libraries/Gamebuino/Buttons.h:18: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Buttons.h:19: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Buttons.h:20: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Buttons.h:21: error: 'boolean' does not name a type
In file included from /Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:18,
from a_Hello.ino:4:
/Users/peter/Documents/Arduino/libraries/Gamebuino/Battery.h:26: error: 'boolean' does not name a type
In file included from /Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:19,
from a_Hello.ino:4:
/Users/peter/Documents/Arduino/libraries/Gamebuino/Sound.h:30: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Sound.h:36: error: 'boolean' has not been declared
/Users/peter/Documents/Arduino/libraries/Gamebuino/Sound.h:39: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Sound.h:79: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Sound.h:86: error: 'boolean' does not name a type
In file included from a_Hello.ino:4:
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:33: error: expected ',' or '...' before '*' token
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:33: error: ISO C++ forbids declaration of '__FlashStringHelper' with no type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:34: error: expected ',' or '...' before '*' token
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:34: error: ISO C++ forbids declaration of '__FlashStringHelper' with no type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:34: error: 'void Gamebuino::titleScreen(int)' cannot be overloaded
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:33: error: with 'void Gamebuino::titleScreen(int)'
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:37: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:38: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:50: error: expected ',' or '...' before '*' token
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:50: error: ISO C++ forbids declaration of '__FlashStringHelper' with no type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:53: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:57: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:58: error: 'boolean' does not name a type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:64: error: ISO C++ forbids declaration of '__FlashStringHelper' with no type
/Users/peter/Documents/Arduino/libraries/Gamebuino/Gamebuino.h:64: error: expected ';' before '*' token
a_Hello.ino: In function 'void setup()':
a_Hello:13: error: 'F' was not declared in this scope
a_Hello.ino: In function 'void loop()':
a_Hello:21: error: 'class Gamebuino' has no member named 'update'
a_Hello:23: error: 'class Display' has no member named 'println'
a_Hello:23: error: 'F' was not declared in this scope
a_Hello:29: error: 'class Display' has no member named 'println'
Mon Jul 14, 2014 11:32 pm
Tue Jul 15, 2014 1:52 am
Tue Jul 15, 2014 8:00 pm