On Wed, 27 Aug 2003 12:34:41 +0200, Mark Overmeer wrote:
Hi Mark
> Could you try the attached? It merges Tassilo's and my patches
> (and a bit more)
Yes, that works:
C:\Perl-modules\Mail-Box-Parser-C-3.001>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp C.pm blib\lib\Mail\Box\Parser\C.pm
C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:\Perl\lib\E
xtUtils\typemap C.xs > C.xsc && C:\Perl\bin\perl.exe -MExtUtils::Command -e mv
C.xsc C.c
cl -c -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPE
RL_MSVCRT_READFIX -MD -DNDEBUG -O1 -DVERSION=\"3.001\" -DXS_VERSION=\"3.001\
" "-IC:\Perl\lib\CORE" C.c
C.c
C.xs(417) : warning C4244: '=' : conversion from 'double ' to 'int ', possible l
oss of data
C.xs(687) : warning C4101: 'line' : unreferenced local variable
C.xs(1001) : warning C4101: 'lines' : unreferenced local variable
"Running Mkbootstrap for Mail::Box::Parser::C ()"
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 C.bs
C:\Perl\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Ma
il::Box::Parser::C\", 'DLBASE' => 'C', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IM
PORTS' => { }, 'DL_VARS' => []);"
link -out:blib\arch\auto\Mail\Box\Parser\C\C.dll -dll -nologo -nodefault
lib -libpath:"C:\Perl\lib\CORE" -machine:x86 C.obj C:\Perl\lib\CORE\perl58.
lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib ad
vapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib
mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib -def:C.def
Creating library blib\arch\auto\Mail\Box\Parser\C\C.lib and object blib\arch\
auto\Mail\Box\Parser\C\C.exp
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Mai
l\Box\Parser\C\C.dll
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp C.bs blib\arch\auto\Mail\
Box\Parser\C\C.bs
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Mai
l\Box\Parser\C\C.bs
C:\Perl-modules\Mail-Box-Parser-C-3.001>nmake test
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Skip blib\lib\Mail\Box\Parser\C.pm (unchanged)
"Running Mkbootstrap for Mail::Box::Parser::C ()"
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 C.bs
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp C.bs blib\arch\auto\Mail\
Box\Parser\C\C.bs
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Mai
l\Box\Parser\C\C.bs
C:\Perl\bin\perl.exe "-Iblib\lib" "-Iblib\arch" test.pl
1..1
# Running under perl version 5.008 for MSWin32
# Win32::BuildNumber 806
# Current time local: Wed Aug 27 10:50:56 2003
# Current time GMT: Wed Aug 27 10:50:56 2003
# Using Test.pm version 1.24
ok 1
Thanx.
--
Cheers
Ron Savage, ron@xxxxxxxxxxxxx on 27/08/2003
http://savage.net.au/index.html
|