Of anything, really - perl, Inline::C, gcc, etc. There's not a lot to
go on in your message.
-Ken
On Jan 6, 2006, at 2:22 PM, Scott Kaplan wrote:
Of what?
Scott
On 1/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
What version?
-Ken
-----Original Message-----
From: Scott Kaplan [mailto:[EMAIL PROTECTED]
Sent: Friday, January 06, 2006 12:33 PM
To: inline@perl.org
Subject: simple Hello World gives errors
C:\PXPerl\bin>perl test2.pl
(contents of test2.pl)
use Inline C => <<'END_C';
void greet() {
printf("Hello, world\n");
}
END_C
greet;
(Output)
Can't use an undefined value as an ARRAY reference at
C:/PXPerl/site/lib/Inline/ C.pm line 358.
INIT failed--call queue aborted.
Does anyone know why this doesn't work?
Thanks in advance,
Scott