Ask a Question related to PERL Modules, Design and Development.
-
S. Zeidler #1
can't install Time::HiRes
hi there,
When I try to install Time::HiRes-1.52 using Perl 5.8.0 under Linux I get
this warning with (perl Makefile.pl):
NOTE: if you get an error like this (the line number may vary):
Makefile:91: *** missing separator
then set the environment variable LC_ALL to "C" and retry.
Which environment variable is meant, %ENV from Perl or the Shell?
Setting 'LC_ALL=C' on the console, did not work.
When I try to 'make test', I get this error message:
Makefile:91: *** missing separator stop
In the file of the distrubtion of Time::HiRes 'Changes' is a note, that
since version 1.50 the message above will appear.
- add a message (for non-core builds) to Makefile.PL about the LC_ALL=C
workaround
What is a 'non-core-build'??
Thanks for your help!
greets Steffen
S. Zeidler Guest
-
Contribute3.msi trying to install every time I rightclick
The installer keeps trying to install this file, and says it can't be found. Browsing doesn't work either. It just started happening and it's very... -
dupe times in Time::HiRes
Monks, mongers and perlites, I have been attempting to use it to provide 20 digit time date stamp which includes 6 digits for microseconds. In... -
large inaccuracies in Time::HiRes on Opteron
Hi All, I'm using the Time::HiRes module on a dual opteron running: kernel 2.6.8.1-4-amd64-k8-smp #1 SMP Fri Jan 14 11:33:56 UTC 2005 x86_64... -
error: no suitable installation target found for package Time-HiRes
Hello, I'm trying to install the Time-HiRes module on winXP, perl 5.6.1 (activestate). Using ppm3. Whether I try to install via the module... -
creating link to install qucik time
Hi I have created a director presentation which has a qucik time video, this pres will be placed on CD and be used by many users, Is there a way for... -
Rafael Garcia-Suarez #2
Re: can't install Time::HiRes
S. Zeidler wrote in comp.lang.perl.modules :
Hmm. You should export it to make it visible from child processes.>
> Which environment variable is meant, %ENV from Perl or the Shell?
> Setting 'LC_ALL=C' on the console, did not work.
For sh, bash, ksh :
$ LC_ALL=C
$ export LC_ALL
Time::HiRes comes with perl 5.8.x. Building it along perl is known as a> In the file of the distrubtion of Time::HiRes 'Changes' is a note, that
> since version 1.50 the message above will appear.
> - add a message (for non-core builds) to Makefile.PL about the LC_ALL=C
> workaround
> What is a 'non-core-build'??
"core build" (see the perlhack manpage for the relevant jargon.)
Rafael Garcia-Suarez Guest
-



Reply With Quote

