Igor Peshansky/Watson/i...@ibmus wrote on 05/26/2010 05:56:03 PM:

> Jim LaGrone <jlagr...@cs.uh.edu> wrote on 05/26/2010 04:37:32 PM:
> 
> > > Re: [X10-users] Compiling with x10c++
> > > From: David P Grove <gro...@us...> - 2010-05-26 20:23
> > > I see things like this from time-to-time when compiling with g++ 
4.4.
> > > Usually the problem is that someone failed to include <stdio.h> or 
> similar
> > > "standard" header file.  g++ 4.3 and earlier tended to auto-import 
> some of
> > > these for you (or ignore that they weren't included).  Wild guess, 
but
> > > maybe it helps.
> > > --dave
> > 
> > I used to get an email when someone responded to my queries, but this 
> > apparently is no longer the case.
> 
> The list sets Reply-To:, and most clients respect it.  It could be
> possible that someone's client didn't at some point.
> 
> > Dave,
> > 
> > Can you suggest how I can compile my code?
> 
> The first thing to do is to run
> 
> x10c++ -commandlineonly -d ../bin -report postcompile=1 -OPTIMIZE=true 
> -MAIN_CLASS=RUN_knowledgeFormation Complex.x10 LetterAngle.x10 LSB.x10 
> MyClock.x10 FFT.x10 Bitmap.x10 State.x10 GenScalData.x10 
> RUN_knowledgeFormation.x10
> 
> (note that I took out -INLINE_OPTIMIZATIONS=true, because that option is 

> not
> functional at the moment).
> 
> This will print out the exact invocation of the post-compilation 
command.
> 
> It's quite possible that we are missing an include in the X10 libraries.
> You didn't say which release you're using, so I assume 2.0.3.  If so, we
> should be able to fix this for the upcoming 2.0.4.  Otherwise, if you 
are
> building from SVN, we can fix this sooner.  But first we have to 
diagnose
> the problem.
>         Igor

Never mind -- just noticed that you're still on 1.7.7.  I'm not sure how
we can diagnose this problem, since we no longer build the 1.7 branch
and cannot reproduce the error.
        Igor
-- 
Igor Peshansky  (note the spelling change!)
IBM T.J. Watson Research Center
X10: Parallel Productivity and Performance (http://x10-lang.org/)
XJ: No More Pain for XML's Gain (http://www.research.ibm.com/xj/)
"I hear and I forget.  I see and I remember.  I do and I understand" -- 
Confucius


------------------------------------------------------------------------------

_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to