[kepler-dev] error while building from source Mac OSX

Chad Berkley berkley at nceas.ucsb.edu
Mon Nov 12 14:04:40 PST 2007


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