$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Wille (mw8329_at_[hidden])
Date: 2004-09-19 10:08:18
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_windows.cpp(313): error: incomplete type is not allowed
> struct stat path_stat;
This one could be caused by a missing #include <sys/types.h>
Regards,
m