On Fri, 11 May 2001, Martin P.J. Zinser wrote:
> perl -V tells me:
[snip]
> @INC:
> perl_root:[lib.VMS_AXP.5_6_1]
> perl_root:[lib]
> perl_root:[lib.site_perl.VMS_AXP]
> perl_root:[lib.site_perl]
> /perl_root/lib/site_perl
> .
>
> which indicates actually a mixed setting for @INC. I did not
> (conciously) change @INC from the standard value.
I thought that perhaps you did not change those values. I was wondering
if anyone wanted to change them all to:
> /perl_root/lib/VMS_AXP/5_6_1
> /perl_root/lib
> /perl_root/lib/site_perl/VMS_AXP
> /perl_root/lib/site_perl
> .
or change them all to:
> perl_root:[lib.VMS_AXP.5_6_1]
> perl_root:[lib]
> perl_root:[lib.site_perl.VMS_AXP]
> perl_root:[lib.site_perl]
> []
But I think that the problem is that Tk's Makefile.PL is calling a module
that is doing a do it yourself find of *.h header files in your @INC tree
and the "do it yourself" bit has neglected to either unixify()
the @INC stubs that it appends /unixy/style/paths to or to vmsify() the
/unixy/style/paths and catify() them properly for VMS:[STYLE].
Peter Prymmer