
19 Sep
2004
19 Sep
'04
7:50 p.m.
At 11:08 AM 9/19/2004, Martin Wille wrote:
Aleksey Gurtovoy wrote:
Does anyone have anything to say on this one (from http://tinyurl.com/5jnv6)
/boost/head-regression/boost/libs/filesystem/build/../src/operations_posix_w indows.cpp(313): error: incomplete type is not allowed
struct stat path_stat;
This one could be caused by a missing #include <sys/types.h>
I've checked in a change to see if that is the problem. Thanks, --Beman