in reply to Re: Installing Inline.pm on win32
in thread Installing Inline.pm on win32
So, I run it and I get the following error:use diagnostics; use strict; use warnings; use Inline 'C'; greet('Ingy'); greet(42); __END__ __C__ void greet(char* name) { printf("Hello %s!\n", name); }
So, if anyone knows what is going on here, please let me know. I thought maybe my permissions on my directories weren't letting it write files, but I can't seem to change the property from Read-Only on any of my folders. Please HELP!!!!C:\Documents and Settings\Nate\Desktop>perl -w crap.pl Couldn't find an appropriate DIRECTORY for Inline to use. at C:/Perl/lib/FindBin.pm line 0 INIT failed--call queue aborted, <DATA> line 1 <#1> <F> An untrapped exception was raised while executing a CHECK, INIT, o +r routines has been prematurely ended. Uncaught exception from user code: Couldn't find an appropriate DIRECTORY for Inline to use. at C:/Perl/lib/FindBin.pm line 0 INIT failed--call queue aborted, <DATA> line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Installing Inline.pm on win32
by SyN/AcK (Scribe) on Jul 14, 2003 at 02:32 UTC |