[kepler-dev] error while building from source Mac OSX
Unnikrishnan Pillai
unni.pillai at nyu.edu
Mon Nov 12 14:20:27 PST 2007
Chad
Thanks for your response, it's very strange but $PTII/ptolemy/actor/Initializable.java does not exist for me
$ echo $PTII
/Users/unni/Documents/projects/ptII6.0.2
$ ls $PTII/ptolemy/actor/I*.java
/Users/unni/Documents/projects/ptII6.0.2/ptolemy/actor/IOPort.java
/Users/unni/Documents/projects/ptII6.0.2/ptolemy/actor/IORelation.java
/Users/unni/Documents/projects/ptII6.0.2/ptolemy/actor/InvariantViolationException.java
And I had downloaded latest ptII.
Yikes can you send me or point me to the right source tree to get Ptolemy.
Thanks
Unni
----- Original Message -----
From: Chad Berkley <berkley at nceas.ucsb.edu>
Date: Monday, November 12, 2007 5:05 pm
Subject: Re: error while building from source Mac OSX
To: Unnikrishnan Pillai <unni.pillai at nyu.edu>, Kepler-Dev <kepler-dev at ecoinformatics.org>
> Hi Unni,
>
> I just ran a full update and clean build and I didn't get the error
> you
> got. Does the file $PTII/ptolemy/actor/Initializable.java exist for
> you? It's weird that it's complaining about that single class. If it
>
> were complaining about more classes, I'd say your PTII environment
> variable was wrong or absent.
>
> chad
>
> Unnikrishnan Pillai wrote:
> > Hi Folks
> >
> > I'm attempting to build kepler from sources on my Mac Powerbook G4
> laptop. Mac OS X 10.4.10
> >
> > I followed instructions from Kepler developer pages and downloaded
> and successfully built Ptolemy.
> > I downloaded the latest kepler sources from cvs and I fail when I do
> ant run-dev with the following error
> >
> > snowy:~/Documents/projects/kepler unni$ ant full-clean ptolemy
> > BUILD SUCCESSFUL
> > Total time: 12 minutes 29 seconds
> >
> > snowy:~/Documents/projects/kepler unni$ ant buildkarlib
> > BUILD SUCCESSFUL
> > Total time: 3 minutes 46 seconds
> >
> > Unfortunately the build fails while attempting to do the following
> >
> > snowy:~/Documents/projects/kepler unni$ ant run-dev
> > BUILD FAILED
> > /Users/unni/Documents/projects/kepler/build.xml:634: Compile failed;
> see the compiler error output for details.
> >
> > Total time: 3 minutes 16 seconds
> >
> > This is weird since PTII builds and I verified it runs
> >
> > compile-dev:
> > [javac] Compiling 934 source files to /Users/unni/Documents/projects/kepler/build/classes
> > [javac]
> /Users/unni/Documents/projects/kepler/build/src/ptolemy/actor/AtomicActor.java:116:
> cannot find symbol
> > [javac] symbol : class Initializable
> > [javac] location: class ptolemy.actor.AtomicActor
> > [javac] public void addInitializable(Initializable
> initializable) {
> > [javac] ^
> > [javac]
> /Users/unni/Documents/projects/kepler/build/src/ptolemy/actor/AtomicActor.java:648:
> cannot find symbol
> > [javac] symbol : class Initializable
> > [javac] location: class ptolemy.actor.AtomicActor
> > [javac] public void removeInitializable(Initializable
> initializable) {
> > [javac] ^
> > [javac]
> /Users/unni/Documents/projects/kepler/build/src/ptolemy/actor/CompositeActor.java:180:
> cannot find symbol
> > [javac] symbol : class Initializable
> > [javac] location: class ptolemy.actor.CompositeActor
> > [javac] public void addInitializable(Initializable
> initializable) {
> > [javac] ^
> > [javac]
> /Users/unni/Documents/projects/kepler/build/src/ptolemy/actor/CompositeActor.java:1091:
> cannot find symbol
> > [javac] symbol : class Initializable
> > [javac] location: class ptolemy.actor.CompositeActor
> > [javac] public void removeInitializable(Initializable
> initializable) {
> > [javac] ^
> > [javac]
> /Users/unni/Documents/projects/kepler/build/src/org/kepler/gui/UploadToRepository.java:55:
> cannot find symbol
> >
> >
> > Am I looking at the wrong sources etc?
> >
> > Thanks
> > Unni
> >
> >
> >
More information about the Kepler-dev
mailing list