|
Boost : |
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2004-09-19 08:21:10
Does anyone have anything to say on this one (from http://tinyurl.com/5jnv6)
Compiler output []:
/boost/head-regression/boost/libs/filesystem/build/../src/operations_posix_windows.cpp(122): error: the global scope has no "readdir64"
if ( (dp = ::readdir( handle )) == 0 )
^
/boost/head-regression/boost/libs/filesystem/build/../src/operations_posix_windows.cpp(313): error: incomplete type is not allowed
struct stat path_stat;
^
/boost/head-regression/boost/libs/filesystem/build/../src/operations_posix_windows.cpp(314): error: the global scope has no "stat64"
if(::stat( ph.string().c_str(), &path_stat ) != 0)
^
/boost/head-regression/boost/libs/filesystem/build/../src/operations_posix_windows.cpp(339): error: incomplete type is not allowed
struct stat lcl_stat;
^
[...]
?
Should I mark the library as unusable in this configuration?
-- Aleksey Gurtovoy MetaCommunications Engineering
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk