Hi,
On 2005-06-15, at 20:59:27 +0800, [EMAIL PROTECTED] wrote:
> [MSG] [Wed Jun 15 20:58:58 2005] Checking if your kit is complete...
> Looks good
> Building with feature 'ieeefp'
> Building with feature 'threads'
> Finding dependencies...
> Writing Makefile for Convert::Binary::C
>
> [ERROR] [Wed Jun 15 20:59:10 2005] MAKE failed: No such file or directory cp
> lib/Convert/Binary/C/Cached.pm blib\lib\Convert\Binary\C\Cached.pm
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> cp lib/Convert/Binary/C.pm blib\lib\Convert\Binary\C.pm
> C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib" ctlib/arch.pl
> ctlib/arch.h
> C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp -typemap
> C:\Perl\lib\ExtUtils\typemap -typemap typemap C.xs > C.xsc &&
> C:\Perl\bin\perl.exe -MExtUtils::Command -e mv C.xsc C.c
> cl -c -I. -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE
> -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT
> -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1
> -DVERSION=\"0.59\" -DXS_VERSION=\"0.59\" "-IC:\Perl\lib\CORE"
> -DUCPP_CONFIG -DUCPP_REENTRANT -DUTIL_HAVE_CONFIG_H -DCBC_HAVE_IEEE_FP
> -DNDEBUG -DCBC_THREAD_SAFE C.c
>
> Microsoft (R) Program Maintenance Utility Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
>
> 'cl' ���O�����Υ~���R�O�B
> �i���檺�{���Χ妸�ɡC
^^^^^^^^^^^^^^^^^^^^^^^^^
> NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
> Stop.
I'm quite sure there's a problem with your setup.
I know that Convert::Binary::C builds fine on Windows/cl, because
I've tested it myself, and because there are a lot of Windows/cl
test reports that PASS.
I've also seen the same error for other XS modules reported by your
smoke setup. Have you tried building an XS module by hand with this
setup?
So, could you either make sure that this smoke is set up correctly,
or just stop this smoke, because it seems to be generating wrong
reports.
Thanks,
Marcus