Brian Ingerson wrote:

>
>
> > Can't unlink file '/home/jedwards/vis5d+/_Inline/build/Vis5D_648c':
>
> Is this directory a symbolic link? If so why? Is any component of that
>
> path a symbolic link?
>
> >
>

Nope, no symbolic links.


>
> > at IVT/testOpenGridDialog.pl line 42
>
> > BEGIN failed--compilation aborted at IVT/testOpenGridDialog.pl line 42.
>
> >
>
> > I�ve no clue why it wouldn�t be able to unlink that dir and why that
>
> > would stop it from continuing.  Any Ideas?
>
> Inline croaks when the unlink fails. You can't unlink a directory.
>
> Inline thinks the directory is a file. If it were a symbolic link, that
>
> would fool Inline. But it shouldn't ever be because Inline creates that
>
> directory.
>
>

I tried building a test script to run _rmtree and it works fine as soon as I
take it out of the Inline package.

So that I could go on to other things I replaced

if(-d _ ) with if(-d $root)

which works.  ???

Jim


Reply via email to