use warnings;
use strict;
use Term::ReadLine;
use Term::ReadKey;
use Pod::Usage 1.12;
use aliased 'AI::Prolog';
####
Can't load 'C:/Perl/site/lib/auto/Term/ReadKey/ReadKey.dll' for module Term::ReadKey: load_file:Invalid access to memory location at C:/Perl/lib/DynaLoader.pm line 229.
at C:\Documents and Settings\Steve.Cookson\My Documents\Projects\Endoscopy System\Endoscopia\aiprolog.pl line 21
Compilation failed in require at C:\Documents and Settings\Steve.Cookson\My Documents\Projects\Endoscopy System\Endoscopia\aiprolog.pl line 21.
BEGIN failed--compilation aborted at C:\Documents and Settings\Steve.Cookson\My Documents\Projects\Endoscopy System\Endoscopia\aiprolog.pl line 21.
####
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
gcc -c -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO
_HASH_SEED -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DP
ERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-a
liasing -O2 -DVERSION=\"2.30\" -DXS_VERSION=\"2.30\" "-IC:\Perl\lib\CORE"
ReadKey.c
In file included from ReadKey.xs:6:
ppport.h:227:1: warning: "PERL_UNUSED_DECL" redefined
In file included from ReadKey.xs:4:
C:/Perl/lib/CORE/perl.h:188:1: warning: this is the location of the previous def
inition
Running Mkbootstrap for Term::ReadKey ()
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 ReadKey.bs
dlltool --def ReadKey.def --output-exp dll.exp
g++ -o blib\arch\auto\Term\ReadKey\ReadKey.dll -Wl,--base-file -Wl,dll.b
ase -mdll -L"C:\Perl\lib\CORE" ReadKey.o -Wl,--image-base,0x19000000 C:\Perl\li
b\CORE\perl58.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -
lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -
lodbc32 -lodbccp32 -lmsvcrt dll.exp
dlltool --def ReadKey.def --base-file dll.base --output-exp dll.exp
g++ -o blib\arch\auto\Term\ReadKey\ReadKey.dll -mdll -L"C:\Perl\lib\CORE
" ReadKey.o -Wl,--image-base,0x19000000 C:\Perl\lib\CORE\perl58.lib -lkernel32
-luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -
lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lmsvcrt d
ll.exp
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Ter
m\ReadKey\ReadKey.dll
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp ReadKey.bs blib\arch\auto
\Term\ReadKey\ReadKey.bs
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Ter
m\ReadKey\ReadKey.bs
####
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe "-Iblib\lib" "-Iblib\arch" -w test.pl
1 .. 8
Can't load 'blib\arch/auto/Term/ReadKey/ReadKey.dll' for module Term::ReadKey: l
oad_file:Invalid access to memory location at C:/Perl/lib/DynaLoader.pm line 229
.
at test.pl line 21
Compilation failed in require at test.pl line 21.
BEGIN failed--compilation aborted at test.pl line 21.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.