Simple easy programmable muliti day alarm clock.

Argh, this is frustrating.

Dr Liu,

I worked out what you meant and so went in and edited the SKETCH.

I changed the < > to " " and clicked compile.

Alas this is what I got - well I got a lot more, but this is the part of interest just now:

C:\Program Files\arduino-1.0\libraries\Phi_2_testing_v2\DS1307.cpp:7:24: error: WProgram.h: No such file or directory
In file included from C:\Program Files\arduino-1.0\libraries\Phi_2_testing_v2\DS1307.cpp:9:
C:\Program Files\arduino-1.0\libraries\Phi_2_testing_v2/DS1307_1.h:12:25: error: WConstants.h: No such file or directory
In file included from C:\Program Files\arduino-1.0\libraries\Phi_2_testing_v2\DS1307.cpp:9:

Alas the .cpp files are text, but opening them with NOTEPAD is painful.
I shall have to try and get WORDPAD to open them, but this is not as easy as I would like.

Anyway:
WProgram.h

Ok, went looking.

No where.

Attached is a screen shot of all the libraries I have. Don't worry about the path, this is just one of my copies.

Not trying to be difficult, but I am puzzled by how these < > and " " work.

Ok, " " around the INCLUDE makes the program to look in that directory for the files - relative.
And < > seems to point it..... Where?
Where is this path specified?
Can I change it?