That fixed the compile error.<br><br><div class="gmail_quote">On Sun, Apr 3, 2011 at 9:54 PM, Justin M Wozniak <span dir="ltr"><<a href="mailto:wozniak@mcs.anl.gov">wozniak@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Oops, please try again at r4251.<div><div></div><div class="h5"><br>
<br>
On Sun, 3 Apr 2011, Jonathan Monette wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I just tried compiling swift-r4251 and got the following compile errror:<br>
compile:<br>
    [echo] [swift]: COMPILE<br>
   [mkdir] Created dir:<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/build<br>
   [javac] Compiling 377 source files to<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/build<br>
   [javac]<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:578:<br>
cannot find symbol<br>
   [javac] symbol  : method getAnyNumOdInputArgs()<br>
   [javac] location: class org.griphyn.vdl.engine.ProcedureSignature<br>
   [javac] if (!proc.getAnyNumOdInputArgs() && (call.sizeOfInputArray() <<br>
proc.sizeOfInputArray() - noOfOptInArgs ||<br>
   [javac]          ^<br>
   [javac]<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:587:<br>
cannot find symbol<br>
   [javac] symbol  : method getAnyNumOdOutputArgs()<br>
   [javac] location: class org.griphyn.vdl.engine.ProcedureSignature<br>
   [javac] if (!proc.getAnyNumOdOutputArgs() && (call.sizeOfOutputArray()<br>
!= proc.sizeOfOutputArray()))<br>
   [javac]          ^<br>
   [javac]<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:599:<br>
cannot find symbol<br>
   [javac] symbol  : method getAnyNumOdInputArgs()<br>
   [javac] location: class org.griphyn.vdl.engine.ProcedureSignature<br>
   [javac] if (proc.getAnyNumOdInputArgs()) {<br>
   [javac]         ^<br>
   [javac]<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:626:<br>
cannot find symbol<br>
   [javac] symbol  : method getAnyNumOdInputArgs()<br>
   [javac] location: class org.griphyn.vdl.engine.ProcedureSignature<br>
   [javac] if (!proc.getAnyNumOdInputArgs() && noOfMandArgs <<br>
proc.sizeOfInputArray() - noOfOptInArgs)<br>
   [javac]          ^<br>
   [javac]<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:667:<br>
cannot find symbol<br>
   [javac] symbol  : method getAnyNumOdOutputArgs()<br>
   [javac] location: class org.griphyn.vdl.engine.ProcedureSignature<br>
   [javac] if (proc.getAnyNumOdOutputArgs()) {<br>
   [javac]         ^<br>
   [javac]<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:955:<br>
cannot find symbol<br>
   [javac] symbol  : method getAnyNumOdInputArgs()<br>
   [javac] location: class org.griphyn.vdl.engine.ProcedureSignature<br>
   [javac] if (!funcSignature.getAnyNumOdInputArgs() &&<br>
   [javac]                   ^<br>
   [javac]<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/src/org/griphyn/vdl/engine/Karajan.java:966:<br>
cannot find symbol<br>
   [javac] symbol  : method getAnyNumOdInputArgs()<br>
   [javac] location: class org.griphyn.vdl.engine.ProcedureSignature<br>
   [javac] if (!funcSignature.getAnyNumOdInputArgs()) {<br>
   [javac]                   ^<br>
   [javac] Note: Some input files use unchecked or unsafe operations.<br>
   [javac] Note: Recompile with -Xlint:unchecked for details.<br>
   [javac] 7 errors<br>
<br>
BUILD FAILED<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/modules/swift/build.xml:73: The<br>
following error occurred while executing this line:<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/mbuild.xml:465: The following<br>
error occurred while executing this line:<br>
/autonfs/home/jonmon/Library/Swift/trunk/cog/mbuild.xml:228: Compile failed;<br>
see the compiler error output for details.<br>
<br>
I am using javac version 1.6.0_22<br>
<br>
<br>
</blockquote>
<br>
-- <br></div></div><font color="#888888">
Justin M Wozniak<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>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.<br>- Albert Einstein<br>
<br><br>