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 LamentConfiguration/262d7951ca42b8a60eddf484e4c64698 to your computer and use it in GitHub Desktop.
Save LamentConfiguration/262d7951ca42b8a60eddf484e4c64698 to your computer and use it in GitHub Desktop.
PS D:\Misc\programming\raku\repos\testing\Inline-Perl5> make
gcc -Wall p5helper.c -s -L"D:\berrybrew\5.30.1_64\perl\lib\CORE" -L"D:\berrybrew\5.30.1_64\c\lib" "D:\berrybrew\5.30.1_64\perl\lib\CORE\libperl530.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libmoldname.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libkernel32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libuser32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libgdi32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libwinspool.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libcomdlg32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libadvapi32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libshell32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libole32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\liboleaut32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libnetapi32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libuuid.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libws2_32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libmpr.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libwinmm.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libversion.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libodbc32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libodbccp32.a" "D:\berrybrew\5.30.1_64\c\x86_64-w64-mingw32\lib\libcomctl32.a" -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -I"D:\berrybrew\5.30.1_64\perl\lib\CORE" -shared -o "resources\libraries\p5helper.dll" -fPIC -g
p5helper.c: In function 'p5_call_gv_two_args':
p5helper.c:900:36: warning: format '%d' expects argument of type 'int', but argument 3 has type 'I32' {aka 'long int'} [-Wformat=]
fprintf(stderr, "err: %d\n", *err);
~^ ~~~~
%ld
p5helper.c: In function 'p5_scalar_call_gv_two_args':
p5helper.c:937:36: warning: format '%d' expects argument of type 'int', but argument 3 has type 'I32' {aka 'long int'} [-Wformat=]
fprintf(stderr, "err: %d\n", *err);
~^ ~~~~
%ld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment