[Swift-devel] Compilation error in 0.92

David Kelly dk0966 at cs.ship.edu
Sat Jan 8 22:46:57 CST 2011


Hello,

I am getting this compilation error in the latest version of 0.92:

compile:
     [echo] [swift]: COMPILE
    [mkdir] Created dir: /home/david/cog/modules/swift/build
    [javac] Compiling 374 source files to /home/david/cog/modules/swift/build
    [javac] /home/david/cog/modules/swift/src/org/griphyn/vdl/karajan/lib/Execute.java:52:
cannot find symbol
    [javac] symbol  : method
setStack(org.globus.cog.abstraction.interfaces.Task,org.globus.cog.karajan.stack.VariableStack)
    [javac] location: class org.griphyn.vdl.karajan.lib.Execute
    [javac] 			setStack(task, stack);
    [javac] 			^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error



More information about the Swift-devel mailing list