Re: Failing tests: t/pmc/eval.t 1-3 and t/pmc/sub.t 42-44

2003-11-08 Thread Jeff Clites
Pretty much the exact same results on Mac OS X. Here's the contents of myconfig: Summary of my parrot 0.0.13 configuration: configdate='Sat Nov 8 18:40:54 2003' Platform: osname=darwin, archname=darwin jitcapable=1, jitarchname=ppc-darwin, jitosname=DARWIN, jitcpuarch=ppc ex

Failing tests: t/pmc/eval.t 1-3 and t/pmc/sub.t 42-44

2003-11-08 Thread Bryan Donlan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using Gentoo Linux on an intel celeron processor. When I do make test from latest CVS, I get: /usr/bin/perl t/harness --gc-debug --running-make-test -b t/op/*.t t/pmc/*.t t/native_pbc/*.t t/op/00ff-dos..ok t/op/00ff-unix.ok t/o

Re: Calling functions in IMCC

2003-11-08 Thread Leopold Toetsch
Sterling Hughes <[EMAIL PROTECTED]> wrote: > Hey, > I'm having problems figuring out how to pass parameters to a function > .sub _b > .sub _main prototyped Parrot does *not* start execution at "_main" but at the first code line, which happens to be in "_b". leo