Distribution: Convert-Bencode_XS-0.03
Perl Version: 5.6.1
Perl Platform: MSWin32-x86-multi-thread
Perl Distribution: ActiveState´s ActivePerl Build #635
make program: Microsoft Program Maintenance Utility, Version 7.10.3077 (aka nmake)
compiler: Microsoft 32-Bit C/C++-Standardcompiler Version 13.10.3077 for 80x86 (aka Microsoft Visual Studio .NET)
The module don´t compile with my compiler, but see the output of the compiler. I am not a C expert so I can´t provide a description of that problem ;-)
C:\Convert-Bencode_XS-0.03>nmake
Microsoft (R) Program Maintenance Utility, Version 7.10.3077
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
cl -c -I. -nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -D
HAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFI
X -O1 -MD -Zi -DNDEBUG -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -IC:\Perl\l
ib\CORE Bencode_XS.c
cl : Befehlszeile warning D4029 : Die Optimierung ist im Standardcompiler nicht
verfügbar.
Bencode_XS.c
Bencode_XS.xs(15) : error C2143: Syntaxfehler: Es fehlt ';' vor 'eingeben'
Bencode_XS.xs(16) : error C2065: 'retval': nichtdeklarierter Bezeichner
NMAKE : fatal error U1077: 'cl': R³ckgabe-Code '0x2'
Stop.
C:\Convert-Bencode_XS-0.03>
cl : Befehlszeile warning D4029 : Die Optimierung ist im Standardcompiler nicht verfügbar.
cl : command line warning D4029 : The optimisation is not aviable in the standard compiler.
Syntaxfehler: Es fehlt ';' vor 'eingeben'
syntax error: Missing a ';' before 'eingeben'
(Please don´t ask me that this means! But since this is a german version of the compiler I note that eingeben means "to input", "to give", "to supply", "to put in", "to read", "to read in", "to give" or "to prompt")
(I have absolutly no plan if the translation of eingeben is relevant but Microsofts compile really sucks)
Bencode_XS.xs(16) : error C2065: 'retval': nichtdeklarierter Bezeichner
Bencode_XS.xs(16) : error C2065: 'retval': not declared identifier
NMAKE : fatal error U1077: 'cl': R³ckgabe-Code '0x2'
NMAKE : fatal error U1077: 'cl': Return-Code '0x2'