On Wed, 3 Dec 2003, James Wetterau wrote:
> When I try to use Inline like so on my machine "burden", the following
> happens during compilation:
>
> burden[jwjr]: perl
> use Inline C => <<'END_C';
> void greet() {
> printf ("Hello, World\n");
> }
> END_C
> Couldn't find an appropriate DIRECTORY for Inline to use.
Interestingly, I just was struggling with this problem an hour ago.
I solved it my doing this in the current directory
chown -R $USER .
It seems inline needs to create and _Inline directory in the cwd
Andy