Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsmidsrod/390559 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/390559 to your computer and use it in GitHub Desktop.
C:\Programs\strawberry-perl\perl\bin\perl.exe C:\Programs\strawberry-perl\perl\lib\ExtUtils\xsubpp -nolinenumbers -noprototypes -typemap C:\Programs\strawberry-perl\perl\lib\ExtUtils\typemap -typemap typemap Controls.xs > Controls.xsc && C:\Programs\strawberry-perl\perl\bin\perl.exe -MExtUtils::Command -e "mv" -- Controls.xsc Controls.c
Warning: duplicate function definition 'SetSelection' detected in XS/ComboBox.xs, line 174
g++ -fvtable-thunks -O2 -mthreads -Os -c -I. -I. -IC:\Programs\strawberry-perl\perl\site\lib\Alien\wxWidgets\msw_2_8_10_uni_gcc_3_4\lib -IC:\Programs\strawberry-perl\perl\site\lib\Alien\wxWidgets\msw_2_8_10_uni_gcc_3_4\include -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX -s -O2 -DVERSION=\"0.9701\" -DXS_VERSION=\"0.9701\" "-IC:\Programs\strawberry-perl\perl\lib\CORE" -DHAVE_W32API_H -D__WXMSW__ -D_UNICODE -DWXUSINGDLL -DNOPCH -DNO_GCC_PRAGMA Controls.c
cc1plus.exe: warning: switch '-fvtable-thunks' is no longer supported
Controls.c: In function 'void XS_Wx__ListCtrl_SortItems(PerlInterpreter*, CV*)':
Controls.c:21834: error: cast from 'SV*' to 'long int' loses precision
dmake.EXE: Error code 129, while making 'Controls.o'
(C:\Programs\strawberry-perl\c\bin\dmake.EXE exited with 65280)
CPAN::Reporter: dmake result is 'unknown', Stopped with an error.
CPAN::Reporter: preparing a CPAN Testers report for Wx-0.9701
CPAN::Reporter: this appears to be a duplicate report for the make phase:
UNKNOWN Wx-0.9701 MSWin32-x64-multi-thread 6.1
Test report will not be sent.
MBARBON/Wx-0.9701.tar.gz
C:\Programs\strawberry-perl\c\bin\dmake.EXE -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment