in reply to Re^6: how to handle the warnings in a find statement
in thread how to handle the warnings in a find statement
Hi
The first errors cite hv.h ...
Its a warning, and its not in the target distribution (longpath) so ignore it :)
LongPath.xs:80: error: `SYMBOLIC_LINK_FLAG_DIRECTORY' undeclared (first use in this function) xs\\LongPath.xs:
Thats the show stopper :)
On my machine that is defined in
...mingw32\i686-w64-mingw32\include\winbase.h 2752:#define SYMBOLIC_LINK_FLAG_DIRECTORY 0x1
So two ways to fix this, edit winbase.h to define this constant, or edit LongPath.xs
|
---|