I have arduino ide on linux (recent ubuntu, lucid lynx) I have created "libraries" folder in both my sketchbook directory (it did not exist) and in the .arduino hidden directoy where the preferences file is kept. then I put the downloaded and unzipped ports directory into both locations. success : ports.h is found when compiling lcddemo.pde
BUT that library needs RF12.h and that one is not found. it is not present in the zip file. /home/raalst/sketchbook/libraries/Ports/PortsRF12.cpp:6:18: error: RF12.h: No such file or directory
In the release notes I find a recent fix on the RF12 stuff, could this be caused by that ? " 2010-04-30 jcw
Fixed the RF12.h requirement wherever Ports.h is used in the sample sketches."
I'm a bit weary to start hacking libraries before I am a bit more familiar in this environment. All this was caused by my cut/paste of the LCDdemo sketch code from the jeelabs site into a newly created empty sketch on my machine.
Regards, Ronald van Aalst
