[Soot-list] need help compiling SOOT from SVN

Patrick Lam plam at sable.mcgill.ca
Tue Jan 30 11:29:19 EST 2007


Dirk Richter wrote:
>     [javac] /home/richterd/workspace/SOOT_svn/src/soot/javaToJimple/jj/ast/JjAccessField_c.java:25: package polyglot.ext.jl.ast does not exist
>     [javac] import polyglot.ext.jl.ast.*;
>     [javac] ^


I don't know about Eclipse.  But for the ant compilation, javac doesn't 
know about polyglot.  Make sure your ant.settings points to a valid 
polyglot jarfile.  Apparently Soot still uses Polyglot 1.x; I compile 
Soot with Polyglot 1.3.2.

pat


More information about the Soot-list mailing list