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



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/t2t170c048a1004130615m14fc406dsc55ca7e4bfaa2...@mail.gmail.com

Reply via email to