[Swift-devel] compile error

Jonathan Monette jon.monette at gmail.com
Sun Apr 3 19:14:32 CDT 2011


I just tried compiling swift-r4251 and got the following compile errror:
compile:
     [echo] [swift]: COMPILE
    [mkdir] Created dir:
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/build
    [javac] Compiling 377 source files to
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/build
    [javac]
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:578:
cannot find symbol
    [javac] symbol  : method getAnyNumOdInputArgs()
    [javac] location: class org.griphyn.vdl.engine.ProcedureSignature
    [javac] if (!proc.getAnyNumOdInputArgs() && (call.sizeOfInputArray() <
proc.sizeOfInputArray() - noOfOptInArgs ||
    [javac]          ^
    [javac]
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:587:
cannot find symbol
    [javac] symbol  : method getAnyNumOdOutputArgs()
    [javac] location: class org.griphyn.vdl.engine.ProcedureSignature
    [javac] if (!proc.getAnyNumOdOutputArgs() && (call.sizeOfOutputArray()
!= proc.sizeOfOutputArray()))
    [javac]          ^
    [javac]
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:599:
cannot find symbol
    [javac] symbol  : method getAnyNumOdInputArgs()
    [javac] location: class org.griphyn.vdl.engine.ProcedureSignature
    [javac] if (proc.getAnyNumOdInputArgs()) {
    [javac]         ^
    [javac]
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:626:
cannot find symbol
    [javac] symbol  : method getAnyNumOdInputArgs()
    [javac] location: class org.griphyn.vdl.engine.ProcedureSignature
    [javac] if (!proc.getAnyNumOdInputArgs() && noOfMandArgs <
proc.sizeOfInputArray() - noOfOptInArgs)
    [javac]          ^
    [javac]
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:667:
cannot find symbol
    [javac] symbol  : method getAnyNumOdOutputArgs()
    [javac] location: class org.griphyn.vdl.engine.ProcedureSignature
    [javac] if (proc.getAnyNumOdOutputArgs()) {
    [javac]         ^
    [javac]
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:955:
cannot find symbol
    [javac] symbol  : method getAnyNumOdInputArgs()
    [javac] location: class org.griphyn.vdl.engine.ProcedureSignature
    [javac] if (!funcSignature.getAnyNumOdInputArgs() &&
    [javac]                   ^
    [javac]
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:966:
cannot find symbol
    [javac] symbol  : method getAnyNumOdInputArgs()
    [javac] location: class org.griphyn.vdl.engine.ProcedureSignature
    [javac] if (!funcSignature.getAnyNumOdInputArgs()) {
    [javac]                   ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 7 errors

BUILD FAILED
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/build.xml:73: The
following error occurred while executing this line:
/autonfs/home/jonmon/Library/Swift/trunk/cog/mbuild.xml:465: The following
error occurred while executing this line:
/autonfs/home/jonmon/Library/Swift/trunk/cog/mbuild.xml:228: Compile failed;
see the compiler error output for details.

I am using javac version 1.6.0_22

-- 
Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction.
- Albert Einstein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20110403/c36cb497/attachment.html>


More information about the Swift-devel mailing list