compile errors for ATMEGA 1284P Sanguinololu 1.3a

Hi Everybody:-)

I have installed arduino 0.23 and downloaded the zip packages for (SANGUINO) and (Sprinter) to work with arduino 0.23 and the BOARD
ATMEGA 1284P Sanguinololu 1.3a version board firmware sprinter uploaded in this board processor which I'm using for a reprap 3D Printer I have.
I'm having compilation or should I say COMPILE ERRORS while Verifying Sprinter make file.

My ERROR:

variable or field 'manage_inactivity' declared void

In file included from arc_func.cpp:26:
/Sprinter.h:8:26: error: WProgram.h: No such file or directory
In file included from arc_func.cpp:26:
Sprinter.h:96: error: variable or field 'manage_inactivity' declared void
Sprinter.h:96: error: 'byte' was not declared in this scope
Sprinter.h:107: error: variable or field 'kill' declared void
Sprinter.h:107: error: 'byte' was not declared in this scope

I have my ATMEGA 1284P Sanguinololu 1.3a BOARD already attached to my laptop in com port 4 and under TOOLS in arduino 0.23 software I checked the serial port and it is connected and working I just can't figure what the compile problem would be or if I missed a step :fearful:??????

Lets solve this and dave everybody some fun hair pulling...LOL

Thanks for any comments for help I receive I really will be appreciative :smiley:

p.s. If I missed any thing above please ASK me I will respond pretty quickly!!!

I have installed arduino 0.23 and downloaded the zip packages

But, I'm not going to tell you from where.

I'm having compilation or should I say COMPILE ERRORS while Verifying Sprinter make file.

It doesn't make sense to be compiling a make file.

My ERROR:

variable or field 'manage_inactivity' declared void

You need to fix the errors in the order listed. Trying to fix #2 while ignoring #1 will not work.