octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more Java changes


From: Michael D. Godfrey
Subject: Re: more Java changes
Date: Sat, 08 Dec 2012 11:52:01 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/08/2012 12:41 AM, John W. Eaton wrote:
I checked in some changes to the new Java code to move __java__.cc
from a dynamically linked function to be a part of the core
octave_value class hierarchy.  The __java__.cc file already defined an
octave_value class, so it seems simpler to not load it dynamically.
The JVM is still not loaded until the first time a java function is
loaded.

After updating and building, you might want to clean out the __java__
files from your build tree.

jwe
I get:

mv vectorize.texi-t vectorize.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /d/src/octave/hg/octave/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in octave.info octave.info-[0-9] octave.info-[0-9][0-9] octave.i[0-9] octave.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /d/src/octave/hg/octave/build-aux/missing --run makeinfo   -I . \
 -o octave.info octave.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./octave.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/media/GoFlex08/qss/d/src/octave/hg/octave/doc/interpreter//oop.texi:649: Cross reference to nonexistent node `doc-subsasgn' (perhaps incorrect sectioning?).
===================================
But, make -i check gave:
265: libinterp/octave-value/ov.cc ........................... PASS 4/18 FAIL 14 428: scripts/io/importdata.m ................................ PASS 0/9 FAIL 9 466: scripts/miscellaneous/getfield.m ....................... PASS 0/2 FAIL 2 487: scripts/miscellaneous/setfield.m ....................... PASS 0/2 FAIL 2 520: scripts/plot/copyobj.m ................................. PASS 0/1 FAIL 1 561: scripts/plot/whitebg.m ................................. PASS 0/1 FAIL 1 862: test_null_assign.m ..................................... PASS 17/18 FAIL 1
881:  FAIL        30
882:  XFAIL        3
====================================

Time for a fresh   hg clone....





reply via email to

[Prev in Thread] Current Thread [Next in Thread]