In regards to the isWhitespace bug reported earlier(see below). It  
appears that only the svn has the correction, not the binaries for  
1.7.5. So I've tried to install following the directions on 
http://x10.codehaus.org/Building+from+SVN+head 
. After the last step,

      cd x10.dist && ant distclean dist

I get the following:

      ...
      [exec] ./x10aux/network.h:116: error: ‘x10rt_finalize’ was not  
declared in this scope
      [exec] g++ -g -DX10_USE_BDWGC  -I/home/jlagrone/x10.1.7.5/ 
include -I. -I/home/jlagrone/x10/x10.runtime/src-cpp/bdwgc/install/ 
include -Igen -ansi -pedantic -Wall -Wextra -Wno-long-long -Wno-unused- 
parameter -pthread -c x10aux/atomic_ops.cc -o x10aux/atomic_ops.o
      [exec] make: *** [x10aux/alloc.o] Error 1
      [exec] make: *** Waiting for unfinished jobs....

BUILD FAILED
/home/jlagrone/x10/x10.dist/build.xml:138: The following error  
occurred while executing this line:
/home/jlagrone/x10/x10.runtime/build.xml:205: exec returned: 2

Total time: 3 minutes 50 seconds




Any ideas of how to proceed from here?

Jim


> Thanks for the report.  This is a typo in char_utils.{h,cc}.  The  
> smallest
> test case for this is:
>
> public class Bug {
>   val c = 'a'.isWhitespace();
> }
>
> I will fix this in SVN shortly.  Please open a JIRA so we can track  
> the
> fix.
>        Igor
> -- 
> Igor Peshansky  (note the spelling change!)
> IBM T.J. Watson Research Center
> XJ: No More Pain for XML's Gain (http://www.research.ibm.com/xj/)
> X10: Parallel Productivity and Performance (http://x10.sf.net/)
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to