Hi,
I am trying to install DateTime and its variety of components so I can make use of the DateTime::Timezone functionality. I am on Windows XP on my client but will need to install on Win2K (my server). Whenever I try to install either DateTime, Params::Validate, Attributes::Handlers, etc I consistently get an error on the "make" command at this point:
+++
pm_to_blib: $(TO_INST_PM)
@$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \
"-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \
-e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)\auto','$(PM_FILTER)')"
$(PM_TO_BLIB) <------ Always get an error "*** missing separatort" on this line of the Makefile
<<
@$(TOUCH) $@
+++
I can comment this section out but then I start getting the error:
+++
[blib\lib\Attribute\.exists] Error -1
+++
I have been using DJGPP ANSI C compiler.


Any ideas?
Rick



Reply via email to