Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # patch_makefile.sh
- #! /bin/bash
- sdk_dir=$(xcrun --show-sdk-path)
- arch_dir=$(perl -MConfig -E 'print $Config{archlibexp}')
- core_dir="$arch_dir"/CORE
- sdk_full_path="$sdk_dir""$core_dir"
- perl -psi -E 's/$core_dir/$sdk_dir/g' -- -core_dir=$core_dir -sdk_dir=$sdk_full_path -- Makefile
- # Test
- $ perl Makefile.PL
- perl Makefile.PL
- Warning: NAME must be a package name
- Writing MYMETA.yml and MYMETA.json
- Generating a Unix-style Makefile
- Writing Makefile for razor-agents
- Writing MYMETA.yml and MYMETA.json
- $ ./patch_makefile.sh
- $ make
- cp lib/Razor2/Preproc/enBase64.pm blib/lib/Razor2/Preproc/enBase64.pm
- cp lib/Razor2/Engine/VR8.pm blib/lib/Razor2/Engine/VR8.pm
- cp lib/Razor2/Signature/Ephemeral.pm blib/lib/Razor2/Signature/Ephemeral.pm
- cp lib/Razor2/Client/Agent.pm blib/lib/Razor2/Client/Agent.pm
- cp lib/Razor2/Client/Core.pm blib/lib/Razor2/Client/Core.pm
- cp lib/Razor2/Preproc/deHTML_comment.pm blib/lib/Razor2/Preproc/deHTML_comment.pm
- cp lib/Razor2/Client/Engine.pm blib/lib/Razor2/Client/Engine.pm
- cp lib/Razor2/Client/Config.pm blib/lib/Razor2/Client/Config.pm
- cp lib/Razor2/Preproc/deHTML.pm blib/lib/Razor2/Preproc/deHTML.pm
- cp lib/Razor2/Signature/Whiplash.pm blib/lib/Razor2/Signature/Whiplash.pm
- cp lib/Razor2/Preproc/Manager.pm blib/lib/Razor2/Preproc/Manager.pm
- cp lib/Razor2/Errorhandler.pm blib/lib/Razor2/Errorhandler.pm
- cp lib/Razor2/Preproc/deNewline.pm blib/lib/Razor2/Preproc/deNewline.pm
- cp lib/Razor2/Syslog.pm blib/lib/Razor2/Syslog.pm
- AutoSplitting blib/lib/Razor2/Syslog.pm (blib/lib/auto/Razor2/Syslog)
- cp lib/Razor2/Logger.pm blib/lib/Razor2/Logger.pm
- cp lib/Razor2/Client/Version.pm blib/lib/Razor2/Client/Version.pm
- cp lib/Razor2/Preproc/deBase64.pm blib/lib/Razor2/Preproc/deBase64.pm
- cp lib/Razor2/Preproc/deQP.pm blib/lib/Razor2/Preproc/deQP.pm
- cp lib/Razor2/String.pm blib/lib/Razor2/String.pm
- cp deHTMLxs.pm ../blib/lib/Razor2/Preproc/deHTMLxs.pm
- AutoSplitting ../blib/lib/Razor2/Preproc/deHTMLxs.pm (../blib/lib/auto/Razor2/Preproc/deHTMLxs)
- Running Mkbootstrap for deHTMLxs ()
- chmod 644 "deHTMLxs.bs"
- "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- deHTMLxs.bs ../blib/arch/auto/Razor2/Preproc/deHTMLxs/deHTMLxs.bs 644
- cc -c -g -pipe -fno-strict-aliasing -fstack-protector-strong -DPERL_USE_SAFE_PUTENV -Os -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -iwithsysroot "/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE" _deHTMLxs.c
- "/usr/bin/perl" "/System/Library/Perl/5.30/ExtUtils/xsubpp" -typemap '/System/Library/Perl/5.30/ExtUtils/typemap' -typemap '/Users/hakonhaegland/perl/downloaded/razor-agents-2.84/Razor2-Preproc-deHTMLxs/typemap' deHTMLxs.xs > deHTMLxs.xsc
- mv deHTMLxs.xsc deHTMLxs.c
- cc -c -g -pipe -fno-strict-aliasing -fstack-protector-strong -DPERL_USE_SAFE_PUTENV -Os -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -iwithsysroot "/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE" deHTMLxs.c
- deHTMLxs.c:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:202:5: note: '{' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^
- deHTMLxs.c:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^
- deHTMLxs.c:202:5: note: ')' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- deHTMLxs.c:229:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSprePUSH; PUSHi((IV)RETVAL);
- ^~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:459:18: note: expanded from macro 'PUSHi'
- #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:229:13: note: '{' token is here
- XSprePUSH; PUSHi((IV)RETVAL);
- ^~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
- #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
- ^
- deHTMLxs.c:229:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSprePUSH; PUSHi((IV)RETVAL);
- ^~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
- #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:392:5: note: expanded from macro 'TARGi'
- STMT_START { \
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:229:13: note: '{' token is here
- XSprePUSH; PUSHi((IV)RETVAL);
- ^~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
- #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
- STMT_START { \
- ^
- deHTMLxs.c:229:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSprePUSH; PUSHi((IV)RETVAL);
- ^~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
- #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
- } STMT_END
- ^
- deHTMLxs.c:229:13: note: ')' token is here
- XSprePUSH; PUSHi((IV)RETVAL);
- ^~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
- #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:409:7: note: expanded from macro 'TARGi'
- } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- deHTMLxs.c:229:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSprePUSH; PUSHi((IV)RETVAL);
- ^~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:459:56: note: expanded from macro 'PUSHi'
- #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
- ^
- deHTMLxs.c:229:13: note: ')' token is here
- XSprePUSH; PUSHi((IV)RETVAL);
- ^~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:459:58: note: expanded from macro 'PUSHi'
- #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- deHTMLxs.c:231:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:231:5: note: '{' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^
- deHTMLxs.c:231:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^
- deHTMLxs.c:231:5: note: ')' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- deHTMLxs.c:260:37: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:456:18: note: expanded from macro 'PUSHTARG'
- #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:260:37: note: '{' token is here
- sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:456:29: note: expanded from macro 'PUSHTARG'
- #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
- ^
- deHTMLxs.c:260:37: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:456:31: note: expanded from macro 'PUSHTARG'
- #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/sv.h:2059:23: note: expanded from macro 'SvSETMAGIC'
- #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:260:37: note: '{' token is here
- sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:456:31: note: expanded from macro 'PUSHTARG'
- #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/sv.h:2059:34: note: expanded from macro 'SvSETMAGIC'
- #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
- ^
- deHTMLxs.c:260:37: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:456:31: note: expanded from macro 'PUSHTARG'
- #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/sv.h:2059:76: note: expanded from macro 'SvSETMAGIC'
- #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
- ^
- deHTMLxs.c:260:37: note: ')' token is here
- sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:456:31: note: expanded from macro 'PUSHTARG'
- #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
- ^~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/sv.h:2059:78: note: expanded from macro 'SvSETMAGIC'
- #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- deHTMLxs.c:260:37: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:456:62: note: expanded from macro 'PUSHTARG'
- #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
- ^
- deHTMLxs.c:260:37: note: ')' token is here
- sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/pp.h:456:64: note: expanded from macro 'PUSHTARG'
- #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- deHTMLxs.c:262:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:262:5: note: '{' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^
- deHTMLxs.c:262:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^
- deHTMLxs.c:262:5: note: ')' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- deHTMLxs.c:316:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:316:5: note: '{' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^
- deHTMLxs.c:316:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^
- deHTMLxs.c:316:5: note: ')' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- deHTMLxs.c:392:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
- # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
- ^
- deHTMLxs.c:392:5: note: '{' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
- STMT_START { \
- ^
- deHTMLxs.c:392:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^
- deHTMLxs.c:392:5: note: ')' token is here
- XSRETURN(1);
- ^~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
- } STMT_END
- ^~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
- # define STMT_END )
- ^
- 18 warnings generated.
- rm -f ../blib/arch/auto/Razor2/Preproc/deHTMLxs/deHTMLxs.bundle
- cc -bundle -undefined dynamic_lookup -fstack-protector-strong _deHTMLxs.o deHTMLxs.o -o ../blib/arch/auto/Razor2/Preproc/deHTMLxs/deHTMLxs.bundle \
- \
- chmod 755 ../blib/arch/auto/Razor2/Preproc/deHTMLxs/deHTMLxs.bundle
- Manifying 1 pod document
- cp bin/razor-admin blib/script/razor-admin
- "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/razor-admin
- cp bin/razor-check blib/script/razor-check
- "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/razor-check
- cp bin/razor-client blib/script/razor-client
- "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/razor-client
- cp bin/razor-report blib/script/razor-report
- "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/razor-report
- cp bin/razor-revoke blib/script/razor-revoke
- "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/razor-revoke
- "/usr/bin/perl" "-MExtUtils::Command::MM" -e pod2man "--" \
- docs/razor-agent.conf.pod \
- blib/man5/razor-agent.conf.5 \
- docs/razor-agents.pod \
- blib/man5/razor-agents.5 \
- docs/razor-whitelist.pod \
- blib/man5/razor-whitelist.5
- Manifying 3 pod documents
- Manifying 4 pod documents
- Manifying 2 pod documents
Add Comment
Please, Sign In to add comment