----- Original Message ----- From: "Clifford Sobchuk" <[email protected]>
To: "Sisyphus" <[email protected]>; <[email protected]>
Sent: Thursday, January 26, 2012 2:42 AM
Subject: RE: [Perldl] Close Dialog On /GW Device PGPLOT - SOLVED(?)


Hi Rob.

I wiped everything last night and used just sysiphusion. Devel::REPL never gets installed. The instructions on the page don't indicate if it supposed to be done separately. I have been trying to install Devel::REPL from source and there seems to be something possibly wrong between git and my minGW because running make I get the following strange response.

C:\Users\eclisob\Downloads\Devel-REPL-1.003011>make
"C:/Program Files/Git/bin/sh.exe": C:perlbinperl.exe: command not found
make: *** [blib\lib\Devel\\.exists] Error 127

I am going through the Makefile to see if I can find out what is tripping it up.

I suspect that the makefile that 'make' is finding was generated for 'dmake', and that 'make' cannot parse it correctly.
Use 'dmake' instead of 'make'.

It worked for the most part though, I can get in to perldl :
-----------------SNIP----------------------------
C:\Users\eclisob\Desktop>pdl2
pdl2: Devel::REPL version 1.003011 not found, running perldl instead...
perlDL shell v1.354
PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
'COPYING' in the PDL distribution. This is free software and you
are welcome to redistribute it under certain conditions, see
the same file for details.
ReadLines, NiceSlice, MultiLines  enabled
Reading PDL/default.pdl...
Found docs database C:\Perl\site\lib/PDL/pdldoc.db
Type 'help' for online help
Type 'demo' for online demos
Loaded PDL v2.4.9 (supports bad values)

Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended)

Yes - that looks right for the case that Devel::REPL is not installed.
Normally you'd install Devel::REPL with something like:

cpan -i Devel::REPL

I think there's one dependency that doesn't pass its tests and needs to be installed using -f.

Cheers,
Rob

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to