C:\Users\Fred\Documents\Win32-LongPath-master\Win32-LongPath-master>dir
Volume in drive C is Windows8_OS
Volume Serial Number is 3052-CD20
Directory of C:\Users\Fred\Documents\Win32-LongPath-master\Win32-LongPath-master
12/20/2016 03:14 PM
.
12/20/2016 03:14 PM ..
12/20/2016 03:14 PM 1,170 Changes
12/20/2016 03:14 PM inc
12/20/2016 03:14 PM lib
12/20/2016 03:14 PM 1,181 Makefile.PL
12/20/2016 03:14 PM 421 MANIFEST
12/20/2016 03:14 PM 41 MANIFEST.SKIP
12/20/2016 03:14 PM 877 META.yml
12/20/2016 03:14 PM 2,389 README
12/20/2016 03:14 PM t
12/20/2016 03:14 PM xs
6 File(s) 6,079 bytes
6 Dir(s) 39,420,436,480 bytes free
C:\Users\Fred\Documents\Win32-LongPath-master\Win32-LongPath-master>perl Makefile.PL
Writing ppport.h
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for Win32::LongPath
Writing MYMETA.yml and MYMETA.json
C:\Users\Fred\Documents\Win32-LongPath-master\Win32-LongPath-master>dmake test
Running Mkbootstrap for LongPath ()
"C:\Strawberry\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command -e chmod -- 644 "LongPath.bs"
"C:\Strawberry\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command::MM -e cp_nonempty -- LongPath.bs blib\arch\auto\Win32\LongPath\LongPath.bs 644
"C:\Strawberry\perl\bin\perl.exe" "-Iinc" "C:\Strawberry\perl\lib\ExtUtils\xsubpp" -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap xs\LongPath.xs > xs\LongPath.xsc
"C:\Strawberry\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command -e mv -- xs\LongPath.xsc xs\LongPath.c
gcc -c "-I." "-I." -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields -Wall -W -Wno-comment -s -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" -o xs\LongPath.o "-IC:\STRAWB~1\perl\lib\CORE" -DUSE_PPPORT -DWINVER=0x0a00 -D_WIN32_WINNT=0x0a00 xs\LongPath.c
In file included from C:/STRAWB~1/perl/lib/CORE/hv.h:631,
from C:/STRAWB~1/perl/lib/CORE/perl.h:3904,
from xs\\LongPath.xs:21:
C:/STRAWB~1/perl/lib/CORE/hv_func.h: In function `S_perl_hash_murmur3':
C:/STRAWB~1/perl/lib/CORE/hv_func.h:403: warning: cast from pointer to integer of different size
xs\\LongPath.xs: In function `MakeSymbolicLink':
xs\\LongPath.xs:79: warning: implicit declaration of function `CreateSymbolicLinkW'
xs\\LongPath.xs:80: error: `SYMBOLIC_LINK_FLAG_DIRECTORY' undeclared (first use in this function)
xs\\LongPath.xs:80: error: (Each undeclared identifier is reported only once
xs\\LongPath.xs:80: error: for each function it appears in.)
xs\\LongPath.xs: In function `XS_Win32__LongPath_find_close':
xs\\LongPath.xs:179: warning: cast to pointer from integer of different size
xs\\LongPath.xs: In function `XS_Win32__LongPath_find_first_file':
xs\\LongPath.xs:191: warning: cast from pointer to integer of different size
xs\\LongPath.xs: In function `XS_Win32__LongPath_find_next_file':
xs\\LongPath.xs:281: warning: cast to pointer from integer of different size
dmake.exe: Error code 129, while making 'xs\LongPath.o'
C:\Users\Fred\Documents\Win32-LongPath-master\Win32-LongPath-master>