On Wed, 2007-04-04 at 14:29 +0200, Rhythmic Fistman wrote:
> skaller scrisse:
> 
> > On Tue, 2007-04-03 at 10:43 -0400, Chris King wrote:
> > > On 4/3/07, skaller <[EMAIL PROTECTED]> wrote:
> > > > I'd like to collect results from others, but so far no
> > > > one has volunteered any. I haven't tried with MSVC++ tests.
> > > >
> > > > Be nice to have result for other processors.
> > >
> > > I've got a Mac with a 1.5GHz Core Solo, I'll volunteer some tests.
> > > How should I go about running them?
> >
> > ./umk speed
> 
> This gets me the following error after a few seconds:
> 
> 7.0
> #0 ambopugni.local p1 2007/04/04 14:25 felix takfp 6 0.0297
> UNDERTIME: BOOSTED min to 7
> speed/exes/gnat/ack 7
> TEST RETURNED ERROR CODE  127 : TERMINATING
>   .. ERROR CODE 0x100
> Traceback (most recent call last):
>   File "script/maker", line 317, in ?
>     plugins[k]()
>   File "flxbuild/pluginutil.py", line 15, in __call__
>     return apply(self.runme,args,kwds)
>   File "mkplugins/speed.py", line 19, in runme
>     self.run("python speed/measure.py")
>   File "mkplugins/speed.py", line 14, in run
>     raise MakeError
> flxbuild.flxutil.MakeError

That's because you don't have the gnu Ada compiler gnat installed.

Edit config/xlators_local.py: mine looks like this:

#line 16 "./lpsrc/flx_config.pak"
# reconfigure translator definitions for your
# local system here
selected_xlators = [
  'ocamlopt',
  'gccopt',
  'gnat',
  'gjc',
  'felix'
]

Just remove the xlators you don't have: gnat and gjc (Java)
or install them. You've probably got gcc, ocamlopt, and
hopefully felix .. :)


-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to