[kepler-dev] trouble building
Dan Higgins
higgins at nceas.ucsb.edu
Tue Dec 7 20:35:35 PST 2004
Tobin,
There should not be a problem with the PT 4.01 source release. I use
it all the time. The sequence you might want to try is
./configure: make in the ptolemy dir (which you said works)
ant ptolemy (while in the $KEPLER dir)
then
ant run-dev (while in the $KEPLER dir)
Note the second step!
Meanwhile I will try a fresh checkout and see if I can build kepler
Dan Higgins
---
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