Bug 1506 : Processing 1.1 Syntax errors
Last modified: 2010-03-13 05:21




Status:
RESOLVED
Resolution:
DUPLICATE of bug 1442
Priority:
P2
Severity:
normal

 

Reporter:
jeffg
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2010-03-12 21:50
Processing 1.1
OSX 10.6.2

I'm getting this error all over the place.. here is a very basic example.

String test (String x) {
String ok = x;
return ok;
}

expecting SEMI, found 'test'
processing.app.debug.RunnerException: Syntax error, maybe a missing semicolon?
at processing.app.Sketch.preprocess(Sketch.java:1332)
at processing.app.Sketch.preprocess(Sketch.java:1204)
at processing.app.Sketch.build(Sketch.java:1590)
at processing.app.Sketch.build(Sketch.java:1575)
at processing.app.Editor$DefaultRunHandler.run(Editor.java:1656)
at java.lang.Thread.run(Thread.java:637)
Additional Comment #1 From fry 2010-03-13 05:21


*** This bug has been marked as a duplicate of 1442 ***