C:\zwischen\Prima\JSON-XS-2.3>perl Makefile.PL Writing Makefile for JSON::XS C:\zwischen\Prima\JSON-XS-2.3>nmake Microsoft (R) Program Maintenance Utility, Version 10.00.30319.01 Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. cp XS/Boolean.pm blib\lib\JSON\XS\Boolean.pm cp XS.pm blib\lib\JSON\XS.pm C:\Perl\bin\perl.exe C:\Perl\site\lib\ExtUtils\xsubpp -typemap C:\Perl\ lib\ExtUtils\typemap -typemap typemap XS.xs > XS.xsc && C:\Perl\bin\perl.exe -M ExtUtils::Command -e "mv" -- XS.xsc XS.c cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWI N32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DWIN64 -DCONSERVATIVE -DUSE_SITECU STOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_ PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DVER SION=\"2.3\" -DXS_VERSION=\"2.3\" "-IC:\Perl\lib\CORE" XS.c cl : Befehlszeile warning D9035 : Die Option "Wp64" ist veraltet und wird in ein er der nächsten Versionen entfernt. cl : Befehlszeile warning D9035 : Die Option "Wp64" ist veraltet und wird in ein er der nächsten Versionen entfernt. XS.c C:\Perl\lib\CORE\sys/socket.h(34) : warning C4005: 'ENOTSOCK': Makro-Neudefiniti on C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\errno.h(1 20): Siehe vorherige Definition von 'ENOTSOCK' XS.xs(168) : warning C4244: '=': Konvertierung von 'UV' in 'unsigned char', mögl icher Datenverlust XS.xs(170) : warning C4244: '=': Konvertierung von 'UV' in 'unsigned char', mögl icher Datenverlust XS.xs(173) : warning C4244: '=': Konvertierung von 'UV' in 'unsigned char', mögl icher Datenverlust XS.xs(177) : warning C4244: '=': Konvertierung von 'UV' in 'unsigned char', mögl icher Datenverlust XS.xs(388) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WAR NINGS. See online help for details. C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\stdio.h(3 71): Siehe Deklaration von 'sprintf' XS.xs(406) : warning C4244: '=': Konvertierung von 'UV' in 'char', möglicher Dat enverlust XS.xs(549) : warning C4267: '=': Konvertierung von 'size_t' nach 'int', Datenver lust möglich XS.xs(788) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WAR NINGS. See online help for details. C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\stdio.h(3 71): Siehe Deklaration von 'sprintf' XS.xs(802) : warning C4244: 'Initialisierung': Konvertierung von 'IV' in 'I32', möglicher Datenverlust XS.xs(832) : warning C4996: '_snprintf': This function or variable may be unsafe . Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO _WARNINGS. See online help for details. C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\stdio.h(3 63): Siehe Deklaration von '_snprintf' XS.xs(1039) : warning C4244: '=': Konvertierung von 'UV' in 'char', möglicher Da tenverlust XS.xs(1182) : warning C4244: 'Initialisierung': Konvertierung von '__w64 int' in 'int', möglicher Datenverlust XS.xs(1342) : warning C4244: 'Initialisierung': Konvertierung von '__w64 int' in 'int', möglicher Datenverlust XS.xs(1745) : warning C4018: '>': Konflikt zwischen 'signed' und 'unsigned' XS.xs(1878) : warning C4267: '=': Konvertierung von 'size_t' nach 'int', Datenve rlust möglich XS.xs(1951) : warning C4267: 'Funktion': Konvertierung von 'size_t' nach 'I32', Datenverlust möglich Running Mkbootstrap for JSON::XS () C:\Perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 XS.bs C:\Perl\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"JS ON::XS\", 'DLBASE' => 'XS', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\JSON\XS\XS.dll -dll -nologo -nodefaultlib -debu g -opt:ref,icf -ltcg -libpath:"C:\Perl\lib\CORE" -machine:AMD64 XS.obj C:\Pe rl\lib\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool. lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib comct l32.lib bufferoverflowU.lib msvcrt.lib -def:XS.def XS.obj : fatal error LNK1112: Modul-Computertyp "X86" steht in Konflikt mit dem Zielcomputertyp "x64". NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\BIN\link.EXE"": Rückgabe-Code "0x458" Stop. C:\zwischen\Prima\JSON-XS-2.3>