Building latest SVN trunk
in
Android Processing
•
3 years ago
Hello Everyone,
Following the instructions for building the SVN trunk( http://code.google.com/p/processing/wiki/BuildInstructions) I was able to build the PDE but when i attempt to run the sketch i get the following error:
Exception in thread "Thread-4" java.lang.Error: Unresolved compilation problems:
The import processing.app.antlr.PdeRecognizer cannot be resolved
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a type
PdeRecognizer cannot be resolved to a type
at processing.app.preproc.PdePreprocessor.<init>(PdePreprocessor.java:44)
at processing.app.Sketch.preprocess(Sketch.java:1252)
at processing.app.Sketch.build(Sketch.java:1636)
at processing.app.Sketch.build(Sketch.java:1621)
at processing.app.Editor$DefaultPresentHandler.run(Editor.java:1515)
at java.lang.Thread.run(Thread.java:637)
Did i miss a step? I am building on a mac OS X and have tried both the command line and eclipse with the same results. I am trying to simply run a hello world app as i move to try to use the camera within processing :-)
Thanks in advance!
Following the instructions for building the SVN trunk( http://code.google.com/p/processing/wiki/BuildInstructions) I was able to build the PDE but when i attempt to run the sketch i get the following error:
Exception in thread "Thread-4" java.lang.Error: Unresolved compilation problems:
The import processing.app.antlr.PdeRecognizer cannot be resolved
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a variable
PdeRecognizer cannot be resolved to a type
PdeRecognizer cannot be resolved to a type
at processing.app.preproc.PdePreprocessor.<init>(PdePreprocessor.java:44)
at processing.app.Sketch.preprocess(Sketch.java:1252)
at processing.app.Sketch.build(Sketch.java:1636)
at processing.app.Sketch.build(Sketch.java:1621)
at processing.app.Editor$DefaultPresentHandler.run(Editor.java:1515)
at java.lang.Thread.run(Thread.java:637)
Did i miss a step? I am building on a mac OS X and have tried both the command line and eclipse with the same results. I am trying to simply run a hello world app as i move to try to use the camera within processing :-)
Thanks in advance!
1