Reef Angel Installer

Community contributed apps
Post Reply
Bryan
Posts: 147
Joined: Wed Jul 06, 2011 1:49 am
Location: Vancouver, B.C.

Reef Angel Installer

Post by Bryan »

I note when installing the Reef Angel (ReefAngelInstaller_1.0.1.exe) that Reef Angel Generator does not work. Any sketches created with the RAG compile with errors. I know Reef Angel Wizard is the preferred method.

Code: Select all

The following features were automatically added:
Watchdog Timer
Version Menu

The following features were detected:
Extra Font - Medium Size (8x8 pixels)
Simple Menu
In file included from RA_090112_2331.cpp:32:
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:86: error: 'ParamsStruct' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:88: error: 'RA_NokiaLCD' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:89: error: 'RA_JoystickClass' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:90: error: 'LEDClass' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:92: error: 'RA_ATOHighClass' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:93: error: 'RA_ATOLowClass' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:94: error: 'RA_TempSensorClass' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:95: error: 'RelayClass' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:133: error: 'TimerClass' does not name a type
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:302: error: 'Total_Menus' was not declared in this scope
C:\Users\Bryan\Documents\Arduino\libraries\ReefAngel/ReefAngel.h:303: error: 'Total_Menus' was not declared in this scope
RA_090112_2331.cpp: In function 'void setup()':
RA_090112_2331.pde:-1: error: 'class ReefAngelClass' has no member named 'Relay'
RA_090112_2331.pde:-1: error: 'Port8' was not declared in this scope
RA_090112_2331.cpp: In function 'void loop()':
RA_090112_2331.pde:-1: error: 'Port1' was not declared in this scope
RA_090112_2331.pde:-1: error: 'Port2' was not declared in this scope
RA_090112_2331.pde:-1: error: 'Port3' was not declared in this scope
RA_090112_2331.pde:-1: error: 'Port4' was not declared in this scope
RA_090112_2331.pde:-1: error: 'Port5' was not declared in this scope
RA_090112_2331.pde:-1: error: 'Port6' was not declared in this scope
RA_090112_2331.pde:-1: error: 'Port7' was not declared in this scope
-=Bryan=-
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Installer

Post by rimai »

You are probably using old RAGen.
You must use the one that was distributed with the Installer.
If it still doesn't work, you have mismatched libraries and I recommend renaming your Documents\Arduino folder and installing the RA Installer again to get a fresh copy.
Roberto.
Bryan
Posts: 147
Joined: Wed Jul 06, 2011 1:49 am
Location: Vancouver, B.C.

Re: Reef Angel Installer

Post by Bryan »

Roberto:

Using the RAG that is distributed with the latest installer, or at least I think it is. RAG is 1.2.2.171
-=Bryan=-
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Installer

Post by rimai »

Yes, that's the latest.
I think you need to a fresh copy of the Arduino folder.
Roberto.
Bryan
Posts: 147
Joined: Wed Jul 06, 2011 1:49 am
Location: Vancouver, B.C.

Re: Reef Angel Installer

Post by Bryan »

Have reinstalled a couple times over the last couple weeks to different folders as I am experimenting with the Eclipse IDE. Don't think the installer gives an option for the libraries ie mine always installs to C:\Users\Bryan\Documents\Arduino. I can select a different path for the Arduino application though.I may have some errant registry settings that are bunging things up.
-=Bryan=-
Post Reply