[kepler-dev] trouble building
Matt Jones
jones at nceas.ucsb.edu
Tue Dec 7 21:20:08 PST 2004
Hi Tobin,
In addition to Dan's suggestion, can you also make sure htat you have
the $PTII environment variable set to point to your ptolemy II 4.0.1
directory? The compile errors there seem like errors that occur when
either the env var is set wrong or ptolemy's classes haven't been built
yet using ant as Dan described.
Matt
Tobin Fricke wrote:
>I'm having some trouble building Kepler on a fresh installation. I am
>trying to build against the PtII 4.0.1 tarball distribution, and the
>process dies a horrible death. Is there a different distribution of
>Ptolemy I need to use? Symptoms:
>
> [javac] Compiling 371 source files to /home/tobin/working/kepler/build/classes
> [javac] /home/tobin/working/kepler/build/src/org/ROADnet/QAQC.java:44: cannot find symbol
> [javac] symbol : class FileParameter
> [javac] location: package ptolemy.data.expr
> [javac] import ptolemy.data.expr.FileParameter;
> [javac] ...
>
>Not sure why it's complaining about FileParameter... It seems to exist.
>The basic build process I'm trying is:
>
> ./configure; make for ptolemy (succeeds)
> ant build for kepler
>
>Anyway, the errors continue:
>
> [javac] /home/tobin/working/kepler/build/src/org/ROADnet/QAQC.java:45: cannot find symbol
> [javac] symbol : class StringParameter
> [javac] location: package ptolemy.data.expr
> [javac] import ptolemy.data.expr.StringParameter;
> [javac] ^
> [javac] /home/tobin/working/kepler/build/src/org/ROADnet/QAQC.java:121: cannot find symbol
> [javac] symbol : class FileParameter
> [javac] location: class org.ROADnet.QAQC
> [javac] public FileParameter config;
> [javac] ^
> [javac] /home/tobin/working/kepler/build/src/org/ROADnet/QAQC.java:126: cannot find symbol
> [javac] symbol : class StringParameter
> [javac] location: class org.ROADnet.QAQC
> [javac] public StringParameter checks;
>
>...
>
> [javac]
>/home/tobin/working/kepler/build/src/org/ecoinformatics/seek/datasource/DataSourceControllerFactory.java:59:
>cannot find symbol
> [javac] symbol: class NodeControllerFactory
> [javac] public class DataSourceControllerFactory extends
>NodeControllerFactory {
> [javac] ^
> [javac]
>/home/tobin/working/kepler/build/src/org/ecoinformatics/seek/datasource/DataSourceControllerFactory.java:85:
>cannot find symbol
> [javac] symbol : class NamedObjController
> [javac] location: class
>org.ecoinformatics.seek.datasource.DataSourceControllerFactory
> [javac] public NamedObjController create(GraphController
>controller) {
> [javac] ^
> [javac]
>/home/tobin/working/kepler/build/src/org/ecoinformatics/seek/datasource/DataSourceInstanceController.java:37:
>cannot find symbol
> [javac] symbol : class MessageHandler
> [javac] location: package ptolemy.util
> [javac] import ptolemy.util.MessageHandler;
>
>
>etc
>
>thanks,
>Tobin
>
>
>
>_______________________________________________
>kepler-dev mailing list
>kepler-dev at ecoinformatics.org
>http://www.ecoinformatics.org/mailman/listinfo/kepler-dev
>
>
More information about the Kepler-dev
mailing list