Bug#433270: Prototype does not build
Hi,
When I follow your instructions, I have the following errors when I do
debian/rules binary.
Building processing.core
Building PDE for JDK 1.5...
Building antlr grammar code...
ANTLR Parser Generator Version 2.7.7 (20090115) 1989-2005
ANTLR Parser Generator Version 2.7.7 (20090115) 1989-2005
src/processing/app/debug/Compiler.java:35: package
org.eclipse.jdt.core.compiler.batch does not exist
import org.eclipse.jdt.core.compiler.batch.BatchCompiler;
^
src/processing/app/debug/Compiler.java:36: cannot find symbol
symbol : class CompilationProgress
location: package org.eclipse.jdt.core.compiler
import org.eclipse.jdt.core.compiler.CompilationProgress;
^
src/processing/app/debug/Compiler.java:108: cannot find symbol
symbol : class CompilationProgress
location: class processing.app.debug.Compiler
CompilationProgress progress = null;
^
src/processing/app/debug/Compiler.java:110: cannot find symbol
symbol : variable BatchCompiler
location: class processing.app.debug.Compiler
success = BatchCompiler.compile(command, outWriter, writer, progress);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
make: *** [binary] Error 1
I can't seem to find where this might be being caused.
Cheers,
--
Chris Roberts
Reply to: