On Fri, Oct 10, 2003 at 12:35:23PM +0200, Leopold Toetsch wrote:
> Nicholas Clark <[EMAIL PROTECTED]> wrote:
> 
> > I'm having trouble testing this because I can't get CVS parrot to build on
> > my (friend's) freebsd box. I think that this ought to restore 5.005_03
> > compatibility:
> 
> parrot builds and tests fine here with 5.005_03
> 
> $ perl5.00503 -V

5.005_03's man page only has:

       open FILEHANDLE,EXPR

       open FILEHANDLE

(ie no 3 argument form)

I infer that you are not hitting the TOUCH in imcc's Makefile:

echo languages/imcc/imcc.y -d -o languages/imcc/imcparser.c
languages/imcc/imcc.y -d -o languages/imcc/imcparser.c
/export/home/nwc10/bin/perl5.00503 -e 'open(A,q{>>},$_) or die foreach @ARGV' 
languages/imcc/imcc.y.flag languages/imcc/imcparser.c languages/imcc/imcparser.h
Too many arguments for open at -e line 1, near "$_) "
Execution of -e aborted due to compilation errors.
*** Error code 255

Nicholas Clark

Reply via email to