I'll track it down. There shouldn't be any errors, though the warnings
<yarikop
...@gmail.com> wrote:
> Hi Joe,
> I still wonder if you had a chance to investigate this issue. Tried to
> 'ant' tetraddist-4.3.10-6.zip got:
> [javac] 100 errors
> [javac] 3 warnings
> using openjdk
> $> javac -version
> javac 1.6.0_24
> On Thu, 27 Oct 2011, Joseph Ramsey wrote:
>> I need to investigate that. All the stuff in tetradproj was left out
>> of the dist because it's just stuff like student projects, etc.
>> Somewhere there's a cyclic dependency which I'll have to track down.
>> On Thu, Oct 27, 2011 at 6:51 PM, Yaroslav Halchenko
>> <yarikop...@gmail.com> wrote:
>> > Hello ;)
>> > Trying to build tetrad out of tetraddist-4.3.10-5.zip. Both with
>> > openjdk 6 and suns' (1.6.0.26) receiving errors on spurious UTF
>> > symbols embedded in the comments (obviously an easy fix) and the
>> > critical one about missing package edu.cmu.tetradproj.fmri (I thought
>> > that tetraddist should contain everything or is there more to
>> > download?)
>> > compile:
>> > [javac] /home/yoh/deb/perspect/tetrad/tetrad-4.3.10-5/build.xml:
>> > 179: warning: 'includeantruntime' was not set, defaulting to
>> > build.sysclasspath=last; set to false for repeatable builds
>> > [javac] Compiling 1178 source files to /home/yoh/deb/perspect/
>> > tetrad/tetrad-4.3.10-5/build/tetrad/classes
>> > [javac] /home/yoh/deb/perspect/tetrad/tetrad-4.3.10-5/src/edu/cmu/
>> > tetrad/search/IImages.java:56: warning: unmappable character for
>> > encoding UTF8
>> > [javac] //
>> >
>> > [javac]
>> > ^
>> > [javac] /home/yoh/deb/perspect/tetrad/tetrad-4.3.10-5/src/edu/cmu/
>> > tetrad/util/dist/Distribution.java:51: warning: unmappable character
>> > for encoding UTF8
>> > [javac] * @param index Ibid. Must be >= 0 and < #
>> > parameters.
>> > [javac] ^
>> > [javac] /home/yoh/deb/perspect/tetrad/tetrad-4.3.10-5/src/edu/cmu/
>> > tetrad/search/TestGes.java:31: package edu.cmu.tetradproj.fmri does
>> > not exist
>> > [javac] import edu.cmu.tetradproj.fmri.CpcSmo;
>> > [javac] ^
>> > [javac] /home/yoh/deb/perspect/tetrad/tetrad-4.3.10-5/src/edu/cmu/
>> > tetrad/search/TestGes.java:372: cannot find symbol
>> > [javac] symbol : class CpcSmo
>> > [javac] location: class edu.cmu.tetrad.search.TestGes
>> > [javac] CpcSmo cpc = new CpcSmo(covs);
>> > [javac] ^
>> > [javac] /home/yoh/deb/perspect/tetrad/tetrad-4.3.10-5/src/edu/cmu/
>> > tetrad/search/TestGes.java:372: cannot find symbol
>> > [javac] symbol : class CpcSmo
>> > [javac] location: class edu.cmu.tetrad.search.TestGes
>> > [javac] CpcSmo cpc = new CpcSmo(covs);
>> > [javac] ^
>> > [javac] Note: Some input files use or override a deprecated API.
>> > [javac] Note: Recompile with -Xlint:deprecation for details.
>> > [javac] Note: Some input files use unchecked or unsafe operations.
>> > [javac] Note: Recompile with -Xlint:unchecked for details.
>> > [javac] 3 errors
>> > [javac] 2 warnings
>> > Is there a chance to get access to the development SVN?
> --
> Yaroslav O. Halchenko
> Postdoctoral Fellow, Department of Psychological and Brain Sciences
> Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
> Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419
> WWW: http://www.linkedin.com/in/yarik
Joseph D. Ramsey