$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [filesystem] Using filesystem library from Boost version 1.44 on Cygwin 1.7
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-08-30 13:30:37
AMDG
Clarke, Carus V wrote:
>> It looks like stat is setting errno to ENOENT.
>> Do you get the same behavior if the file exists before
>> starting the program?
>
> Yes, the behavior is the same whether the program writes the file or if the file had been previously written.
>
Okay. Try using stat directly, instead of using Boost.Filesystem.
If that works, then can you use a debugger to find exactly
what arguments Boost.Filesystem is passing to stat?
In Christ,
Steven Watanabe