C:\home\grape>perl -v This is perl 5, version 20, subversion 3 (v5.20.3) built for MSWin32-x86-multi-thread-64int Copyright 1987-2015, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. C:\home\grape>perl -MAlien::MSYS -e "print $Alien::MSYS::VERSION;" 0.08 C:\home\grape>perl -e "use Alien::gmake();print $Alien::gmake::VERSION;" 0.20 C:\home\grape>perl -MAlien::PCRE2 -e "print $Alien::PCRE2::VERSION;" 0.013000 C:\home\grape>ptar -zxvf Alien-JPCRE2-0.008000.tar.gz Alien-JPCRE2-0.008000/ Alien-JPCRE2-0.008000/t/ Alien-JPCRE2-0.008000/t/02_stub.t Alien-JPCRE2-0.008000/t/01_use.t Alien-JPCRE2-0.008000/Makefile.PL Alien-JPCRE2-0.008000/alienfile Alien-JPCRE2-0.008000/META.yml Alien-JPCRE2-0.008000/MANIFEST Alien-JPCRE2-0.008000/META.json Alien-JPCRE2-0.008000/README.md Alien-JPCRE2-0.008000/Changes Alien-JPCRE2-0.008000/lib/ Alien-JPCRE2-0.008000/lib/Alien/ Alien-JPCRE2-0.008000/lib/Alien/JPCRE2.pm C:\home\grape>cd Alien-JPCRE2-0.008000 C:\home\grape\Alien-JPCRE2-0.008000>perl Makefile.PL MAKE=gmake Alien::Build::Plugin::Probe::CBuilder> trying: cflags=-IC:/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/aut o/share/dist/Alien-PCRE2/include -DPCRE2_STATIC libs=-LC:/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/au to/share/dist/Alien-PCRE2/lib -lpcre2-8 Alien::Build::Plugin::Probe::CBuilder> compile failed: error building xs.dll file from 'mytest.c' at C:\home\grape\perl5 \lib\perl5/ExtUtils/CBuilder/Platform/Windows.pm line 129. Alien::Build::Plugin::Probe::CBuilder> compile failed: gcc -c -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CO NTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -IC:/home/grape/perl5/lib/perl5/MSWin 32-x86-multi-thread-64int/auto/share/dist/Alien-PCRE2/include -DPCRE2_STATIC -s -O2 -I"C:\Strawberry\perl\lib\CORE" -I"C :\Strawberry\c\include" -o "mytest.o" "mytest.c" mytest.c:1:22: fatal error: jpcre2.hpp: No such file or directory #include ^ compilation terminated. Alien::Build> error in probe (will do a share install): error building xs.dll file from 'mytest.c' at C:\home\grape\perl 5\lib\perl5/ExtUtils/CBuilder/Platform/Windows.pm line 129. Checking if your kit is complete... Looks good Generating a gmake-style Makefile Writing Makefile for Alien::JPCRE2 Writing MYMETA.yml and MYMETA.json C:\home\grape\Alien-JPCRE2-0.008000>gmake cp lib/Alien/JPCRE2.pm blib\lib\Alien\JPCRE2.pm attrib -R /S blib/lib/* "C:\Strawberry\perl\bin\perl.exe" -MAlien::Build::MM=cmd -e prefix site C:\home\grape\perl5\lib\perl5\MSWin32-x86-multi- thread-64int C:\home\grape\perl5\lib\perl5\MSWin32-x86-multi-thread-64int C:\home\grape\perl5\lib\perl5\MSWin32-x86-mult i-thread-64int main> prefix C:/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2 "C:\Strawberry\perl\bin\perl.exe" -MAlien::Build::MM=cmd -e version 0.008000 "C:\Strawberry\perl\bin\perl.exe" -MAlien::Build::MM=cmd -e download Alien::Build::Plugin::Core::Download> decoding html Alien::Build::Plugin::Core::Download> candidate *https://github.com/wbraswell/jpcre2-mirror/raw/master/backup/jpcre2-10. 30.02.tar.gz Alien::Build::Plugin::Core::Download> setting version based on archive to 10.30.02 Alien::Build::Plugin::Core::Download> downloaded jpcre2-10.30.02.tar.gz "C:\Strawberry\perl\bin\perl.exe" -MAlien::Build::MM=cmd -e build Alien::Build::CommandSequence> + sh configure --prefix=/C/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/auto /share/dist/Alien-JPCRE2 --with-pic --disable-cpp11 --enable-test CXXFLAGS="%CXXFLAGS% -DPCRE2_STATIC" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for int64_t... yes checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe checking if the linker (c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /c/Strawberry/c/bin/nm -B checking the name lister (/c/Strawberry/c/bin/nm -B) interface... BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32 checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /c/Strawberry/c/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... checking how to truncate binary pipes... /usr/bin/sed -e 4q checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe checking if the linker (c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes checking whether the g++ linker (c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... yes checking for uint32_t... yes checking pcre2.h usability... no checking pcre2.h presence... no checking for pcre2.h... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for setlocale,... no checking for free... yes checking whether make supports nested variables... (cached) yes checking for pcre2_code_free_8 in -lpcre2-8... yes checking for pcre2_code_free_16 in -lpcre2-16... yes checking for pcre2_code_free_32 in -lpcre2-32... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands config.status: executing libtool commands configuration summary: Install prefix .................... : /C/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/auto/share/dist/A lien-JPCRE2 C preprocessor .................... : gcc C++ compiler ...................... : g++ Linker ............................ : c:/Strawberry/c/i686-w64-mingw32/bin/ld.exe C++ preprocessor flags ............ : -IC:/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/auto/share/dist /Alien-PCRE2/include -DPCRE2_STATIC C++ compiler flags ................ : -IC:/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/auto/share/dist /Alien-PCRE2/include -DPCRE2_STATIC Linker flags ...................... : -LC:/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/auto/share/dist /Alien-PCRE2/lib Extra libraries ................... : -lpcre2-32 -lpcre2-16 -lpcre2-8 Build tests ....................... : yes Build with C++ 11 ................. : no Valgrind memory leak test ......... : no Multi-thread test ................. : no Coverage report ................... : no Enable Silent Rules ............... : yes Alien::Build::CommandSequence> + gmake gmake[1]: Entering directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' Making all in src gmake[2]: Entering directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' CXX test_match2-test_match2.o CXXLD test_match2.exe CXX test_replace2-test_replace2.o CXXLD test_replace2.exe CXX test_match-test_match.o CXXLD test_match.exe CXX test_replace-test_replace.o CXXLD test_replace.exe CXX test_shorts-test_shorts.o CXXLD test_shorts.exe CXX test16-test16.o CXXLD test16.exe CXX test32-test32.o CXXLD test32.exe CXX test0-test0.o CXXLD test0.exe CXX test-test.o CXXLD test.exe CXX testio-testio.o CXXLD testio.exe CXX testme-testme.o CXXLD testme.exe CXX testmd-testmd.o CXXLD testmd.exe gmake[2]: Leaving directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[2]: Entering directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' gmake[1]: Leaving directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' Alien::Build::CommandSequence> + gmake check gmake[1]: Entering directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' Making check in src gmake[2]: Entering directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' c:/Strawberry/c/bin/gmake check-TESTS check-local gmake[3]: Entering directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[4]: Entering directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' PASS: test_match.exe PASS: test_replace.exe PASS: test_shorts.exe PASS: test16.exe PASS: test32.exe PASS: test0.exe PASS: test.exe PASS: testio.exe PASS: testme.exe PASS: testmd.exe ============================================================================ Testsuite summary for jpcre2 10.30.02 ============================================================================ # TOTAL: 10 # PASS: 10 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ gmake[4]: Leaving directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[3]: Nothing to be done for 'check-local'. gmake[3]: Leaving directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[2]: Leaving directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[2]: Entering directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' gmake[2]: Nothing to be done for 'check-am'. gmake[2]: Leaving directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' gmake[1]: Leaving directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' Alien::Build::CommandSequence> + gmake install gmake[1]: Entering directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' Making install in src gmake[2]: Entering directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[3]: Entering directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/perl5/MSWin32-x86-mul ti-thread-64int/auto/share/dist/Alien-JPCRE2/include' /usr/bin/install -c -m 644 jpcre2.hpp 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/p erl5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2/include' gmake[3]: Leaving directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[2]: Leaving directory 'c:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02/src' gmake[2]: Entering directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' gmake[3]: Entering directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' gmake[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/perl5/MSWin32-x86-mul ti-thread-64int/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2' /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog NEWS README.md 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir _Nst5/C/home/grape/perl5/lib/perl5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2' gmake[3]: Leaving directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' gmake[2]: Leaving directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' gmake[1]: Leaving directory 'C:/home/grape/Alien-JPCRE2-0.008000/_alien/build_fTdE/jpcre2-10.30.02' Alien::Build::Plugin::Core::Legacy> adding legacy hash to config Alien::Build::Plugin::Core::Gather> mirror C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/li b/perl5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2 => C:/home/grape/Alien-JPCRE2-0.008000/blib/lib/auto /share/dist/Alien-JPCRE2 Alien::Build::Util> mkdir -p C:/home/grape/Alien-JPCRE2-0.008000/blib/lib/auto/share/dist/Alien-JPCRE2/include Alien::Build::Util> Alien::Build> cp C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/perl 5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2/include/jpcre2.hpp C:/home/grape/Alien-JPCRE2-0.008000/bli b/lib/auto/share/dist/Alien-JPCRE2/include/jpcre2.hpp Alien::Build::Util> mkdir -p C:/home/grape/Alien-JPCRE2-0.008000/blib/lib/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2 Alien::Build::Util> Alien::Build> cp C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/perl 5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/AUTHORS C:/home/grape/Alien-JPCRE2-0.0080 00/blib/lib/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/AUTHORS Alien::Build::Util> Alien::Build> cp C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/perl 5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/ChangeLog C:/home/grape/Alien-JPCRE2-0.00 8000/blib/lib/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/ChangeLog Alien::Build::Util> Alien::Build> cp C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/perl 5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/COPYING C:/home/grape/Alien-JPCRE2-0.0080 00/blib/lib/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/COPYING Alien::Build::Util> Alien::Build> cp C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/perl 5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/NEWS C:/home/grape/Alien-JPCRE2-0.008000/ blib/lib/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/NEWS Alien::Build::Util> Alien::Build> cp C:/home/grape/Alien-JPCRE2-0.008000/_alien/destdir_Nst5/C/home/grape/perl5/lib/perl 5/MSWin32-x86-multi-thread-64int/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/README.md C:/home/grape/Alien-JPCRE2-0.00 8000/blib/lib/auto/share/dist/Alien-JPCRE2/share/doc/jpcre2/README.md Alien::Build::Plugin::Core::Gather> mkdir -p C:/home/grape/Alien-JPCRE2-0.008000/blib/lib/auto/share/dist/Alien-JPCRE2/_ alien C:\home\grape\Alien-JPCRE2-0.008000>gmake test "C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test _harness(0, 'blib\lib', 'blib\arch')" t/*.t t/01_use.t ... ok t/02_stub.t .. ok All tests successful. Files=2, Tests=2, 2 wallclock secs ( 0.11 usr + 0.05 sys = 0.16 CPU) Result: PASS C:\home\grape\Alien-JPCRE2-0.008000>