Testers wanted!

I'm trying to compile the Thermoduino and get the following errors:

In file included from ThermoduinoPro_beta.ino:3:0:
/home/htpc/sketchbook/libraries/Thermostaat/EEPROMEx.h:159:22: error: conflicting declaration ‘EEPROMClassEx EEPROM’
In file included from /home/htpc/sketchbook/libraries/Thermostaat/EEPROMEx.h:23:0,
                 from ThermoduinoPro_beta.ino:3:
/home/htpc/sketchbook/libraries/Thermostaat/EEPROM.h:32:20: error: ‘EEPROM’ has a previous declaration as ‘EEPROMClass EEPROM’
ThermoduinoPro_beta.ino:24:10: error: ‘A10’ was not declared in this scope
ThermoduinoPro_beta.ino:31:19: error: ‘A13’ was not declared in this scope
ThermoduinoPro_beta.ino: In function ‘void read_EEPROM()’:
ThermoduinoPro_beta.ino:807:25: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:808:27: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:809:24: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:810:26: error: ‘class EEPROMClass’ has no member named ‘readFloat’
ThermoduinoPro_beta.ino:811:27: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:822:25: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:823:27: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:824:24: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:825:26: error: ‘class EEPROMClass’ has no member named ‘readFloat’
ThermoduinoPro_beta.ino:826:27: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:837:25: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:838:27: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:839:24: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:840:26: error: ‘class EEPROMClass’ has no member named ‘readFloat’
ThermoduinoPro_beta.ino:841:27: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:852:25: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:853:27: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:854:24: error: ‘class EEPROMClass’ has no member named ‘readByte’
ThermoduinoPro_beta.ino:855:26: error: ‘class EEPROMClass’ has no member named ‘readFloat’
ThermoduinoPro_beta.ino:856:27: error: ‘class EEPROMClass’ has no member named ‘readByte’

the error was much longer but it was to long to post