Hi everybody,
I had a problem with the arduino library for P5, when trying to run sketch
arduino_input.pde as in Module1 of the VideoCourse.
Next, I state the compiling error, and how I got around it.
This may be of help to someone else.
Sistem: Ubuntu 10.04 LTS.
Library: processing-arduino-0017.zip
[
http://www.arduino.cc/playground/Interfacing/Processing ]
Error: The package cc does not exist. You might be missing a library.
After looking for help in older forums, this is what helped:
1. Go to menu [ Sketch > Add File... ]
2. Use the dialogue box to locate file Arduino.jar and click OK.
The path should look like [ ~/sketchbook/libraries/arduino/library ]
where ~ stands for your home directory (or the directory where fol
der sketchbook is).
This seems to be an old bug, not solved yet.
These are the references in the older P5 forum:
[
http://processing.org/discourse/yabb2/YaBB.pl?num=1259105373 ]
[
http://processing.org/discourse/yabb2/YaBB.pl?num=1271142412 ]
--j