in reply to Re^2: Unable to compile Parrot 0.4.3
in thread Unable to compile Parrot 0.4.3

Ah, and I've just noticed one more thing:

src/parrot_config.c looks wonky.

It ends in this line (which isn't very 'c' like, and 'c' doesn't like, 'c'?):

static const unsigned char parrot_config[] = {

Really, that's the very last line of the file.

But, of course, this file is generated by parrot.

Thx.

Replies are listed 'Best First'.
Re^4: Unable to compile Parrot 0.4.3
by wazoox (Prior) on Apr 05, 2006 at 20:27 UTC
    It's bad. This is line 23 and there are 1814 more lines missing... You probably should start over and download the tarball again.