Skip to content

Instantly share code, notes, and snippets.

@ufobat
Created January 24, 2019 21:17
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 ufobat/03dc65eb6f1733e60c1628d77a682a5e to your computer and use it in GitHub Desktop.
Save ufobat/03dc65eb6f1733e60c1628d77a682a5e to your computer and use it in GitHub Desktop.
PS C:\Users\martin\Downloads> cd .\Inline-C-0.78\
PS C:\Users\martin\Downloads\Inline-C-0.78> perl .\Makefile.PL
Checking if your kit is complete...
Looks good
Generating a gmake-style Makefile
Writing Makefile for Inline::C
Writing MYMETA.yml and MYMETA.json
PS C:\Users\martin\Downloads\Inline-C-0.78> make
make : Die Benennung "make" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ make
+ ~~~~
+ CategoryInfo : ObjectNotFound: (make:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\martin\Downloads\Inline-C-0.78> gmake
cp share\inline-c.pgx blib\lib\auto\share\dist\Inline-C\inline-c.pgx
cp lib/Inline/C/Parser/Pegex/AST.pm blib\lib\Inline\C\Parser\Pegex\AST.pm
cp lib/Inline/C/Parser/RegExp.pm blib\lib\Inline\C\Parser\RegExp.pm
cp lib/Inline/C/Parser/RecDescent.pm blib\lib\Inline\C\Parser\RecDescent.pm
cp lib/Inline/C/ParseRegExp.pod blib\lib\Inline\C\ParseRegExp.pod
cp lib/Inline/C/Cookbook.pod blib\lib\Inline\C\Cookbook.pod
cp lib/Inline/C.pm blib\lib\Inline\C.pm
cp lib/Inline/C/ParseRecDescent.pod blib\lib\Inline\C\ParseRecDescent.pod
cp lib/Inline/C/ParsePegex.pod blib\lib\Inline\C\ParsePegex.pod
cp lib/Inline/C/Parser/Pegex.pm blib\lib\Inline\C\Parser\Pegex.pm
cp lib/Inline/C.pod blib\lib\Inline\C.pod
cp lib/Inline/C/Parser.pm blib\lib\Inline\C\Parser.pm
cp lib/Inline/C/Parser/Pegex/Grammar.pm blib\lib\Inline\C\Parser\Pegex\Grammar.pm
PS C:\Users\martin\Downloads\Inline-C-0.78> PERL_INLINE_BUILD_NOISY=1 prove -bv .\t\01syntax.t
PERL_INLINE_BUILD_NOISY=1 : Die Benennung "PERL_INLINE_BUILD_NOISY=1" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ PERL_INLINE_BUILD_NOISY=1 prove -bv .\t\01syntax.t
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (PERL_INLINE_BUILD_NOISY=1:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\martin\Downloads\Inline-C-0.78> $env:PERL_INLINE_BUILD_NOISY = "1"
PS C:\Users\martin\Downloads\Inline-C-0.78> prove -bv .\t\01syntax.t
.\t\01syntax.t ..
Generating a gmake-style Makefile
Writing Makefile for _01syntax_t_6b3a
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for _01syntax_t_6b3a ()
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "_01syntax_t_6b3a.bs"
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- _01syntax_t_6b3a.bs blib\arch\auto\_01syntax_t_6b3a\_01syntax_t_6b3a.bs 644
"C:\STRAWB~1\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils/xsubpp" -typemap "C:\STRAWB~1\perl\lib\ExtUtils\typemap" -typemap "C:\Users\martin\Downloads\Inline-C-0.78\t\typemap" _01syntax_t_6b3a.xs > _01syntax_t_6b3a.xsc
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e mv -- _01syntax_t_6b3a.xsc _01syntax_t_6b3a.c
gcc -c -I"C:/Users/martin/Downloads/Inline-C-0.78/t" -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 -s -O2 -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" "-IC:\STRAWB~1\perl\lib\CORE" _01syntax_t_6b3a.c
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"_01syntax_t_6b3a\", 'DLBASE' => '_01syntax_t_6b3a', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
g++ _01syntax_t_6b3a.def -o blib\arch\auto\_01syntax_t_6b3a\_01syntax_t_6b3a.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" _01syntax_t_6b3a.o "C:\STRAWB~1\perl\lib\CORE\libperl528.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\_01syntax_t_6b3a\_01syntax_t_6b3a.xs.dll
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- _01syntax_t_6b3a.bs blib\arch\auto\_01syntax_t_6b3a\_01syntax_t_6b3a.bs 644
Files found in blib\arch: installing files in blib\lib into architecture dependent library tree
Installing C:\Users\martin\Downloads\Inline-C-0.78\_Inline_01syntax.1160\lib\auto\_01syntax_t_6b3a\_01syntax_t_6b3a.xs.dll
Generating a gmake-style Makefile
Writing Makefile for _01syntax_t_f16e
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for _01syntax_t_f16e ()
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "_01syntax_t_f16e.bs"
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- _01syntax_t_f16e.bs blib\arch\auto\_01syntax_t_f16e\_01syntax_t_f16e.bs 644
"C:\STRAWB~1\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils/xsubpp" -typemap "C:\STRAWB~1\perl\lib\ExtUtils\typemap" -typemap "C:\Users\martin\Downloads\Inline-C-0.78\t\typemap" _01syntax_t_f16e.xs > _01syntax_t_f16e.xsc
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e mv -- _01syntax_t_f16e.xsc _01syntax_t_f16e.c
gcc -c -I"C:/Users/martin/Downloads/Inline-C-0.78/t" -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 -s -O2 -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" "-IC:\STRAWB~1\perl\lib\CORE" _01syntax_t_f16e.c
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"_01syntax_t_f16e\", 'DLBASE' => '_01syntax_t_f16e', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
g++ _01syntax_t_f16e.def -o blib\arch\auto\_01syntax_t_f16e\_01syntax_t_f16e.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" _01syntax_t_f16e.o "C:\STRAWB~1\perl\lib\CORE\libperl528.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\_01syntax_t_f16e\_01syntax_t_f16e.xs.dll
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- _01syntax_t_f16e.bs blib\arch\auto\_01syntax_t_f16e\_01syntax_t_f16e.bs 644
Files found in blib\arch: installing files in blib\lib into architecture dependent library tree
Installing C:\Users\martin\Downloads\Inline-C-0.78\_Inline_01syntax.1160\lib\auto\_01syntax_t_f16e\_01syntax_t_f16e.xs.dll
Generating a gmake-style Makefile
Writing Makefile for _01syntax_t_5b3f
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for _01syntax_t_5b3f ()
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "_01syntax_t_5b3f.bs"
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- _01syntax_t_5b3f.bs blib\arch\auto\_01syntax_t_5b3f\_01syntax_t_5b3f.bs 644
"C:\STRAWB~1\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils/xsubpp" -typemap "C:\STRAWB~1\perl\lib\ExtUtils\typemap" -typemap "C:\Users\martin\Downloads\Inline-C-0.78\t\typemap" _01syntax_t_5b3f.xs > _01syntax_t_5b3f.xsc
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e mv -- _01syntax_t_5b3f.xsc _01syntax_t_5b3f.c
gcc -c -I"C:/Users/martin/Downloads/Inline-C-0.78/t" -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 -s -O2 -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" "-IC:\STRAWB~1\perl\lib\CORE" _01syntax_t_5b3f.c
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"_01syntax_t_5b3f\", 'DLBASE' => '_01syntax_t_5b3f', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
g++ _01syntax_t_5b3f.def -o blib\arch\auto\_01syntax_t_5b3f\_01syntax_t_5b3f.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" _01syntax_t_5b3f.o "C:\STRAWB~1\perl\lib\CORE\libperl528.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\_01syntax_t_5b3f\_01syntax_t_5b3f.xs.dll
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- _01syntax_t_5b3f.bs blib\arch\auto\_01syntax_t_5b3f\_01syntax_t_5b3f.bs 644
Files found in blib\arch: installing files in blib\lib into architecture dependent library tree
Installing C:\Users\martin\Downloads\Inline-C-0.78\_Inline_01syntax.1160\lib\auto\_01syntax_t_5b3f\_01syntax_t_5b3f.xs.dll
ok 1 - string syntax
ok 2 - string syntax again
ok 3 - DATA syntax
ok 4 - DATA syntax again
Generating a gmake-style Makefile
Writing Makefile for _01syntax_t_05dd
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for _01syntax_t_05dd ()
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "_01syntax_t_05dd.bs"
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- _01syntax_t_05dd.bs blib\arch\auto\_01syntax_t_05dd\_01syntax_t_05dd.bs 644
"C:\STRAWB~1\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils/xsubpp" -typemap "C:\STRAWB~1\perl\lib\ExtUtils\typemap" -typemap "C:\Users\martin\Downloads\Inline-C-0.78\t\typemap" _01syntax_t_05dd.xs > _01syntax_t_05dd.xsc
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e mv -- _01syntax_t_05dd.xsc _01syntax_t_05dd.c
gcc -c -I"C:/Users/martin/Downloads/Inline-C-0.78/t" -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 -s -O2 -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" "-IC:\STRAWB~1\perl\lib\CORE" _01syntax_t_05dd.c
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"_01syntax_t_05dd\", 'DLBASE' => '_01syntax_t_05dd', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
g++ _01syntax_t_05dd.def -o blib\arch\auto\_01syntax_t_05dd\_01syntax_t_05dd.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" _01syntax_t_05dd.o "C:\STRAWB~1\perl\lib\CORE\libperl528.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\_01syntax_t_05dd\_01syntax_t_05dd.xs.dll
"C:\STRAWB~1\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- _01syntax_t_05dd.bs blib\arch\auto\_01syntax_t_05dd\_01syntax_t_05dd.bs 644
Files found in blib\arch: installing files in blib\lib into architecture dependent library tree
Installing C:\Users\martin\Downloads\Inline-C-0.78\_Inline_01syntax.1160\lib\auto\_01syntax_t_05dd\_01syntax_t_05dd.xs.dll
ok 5 - Inline->bind() syntax
1..5
ok
All tests successful.
Files=1, Tests=5, 36 wallclock secs ( 0.11 usr + 0.06 sys = 0.17 CPU)
Result: PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment