$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2002-08-14 17:07:08
>  >    fs::path start("/home");
>                      ^^^^^^^^
> Change this to:
> 
>       fs::path start("/home", fs::system_specific);
>                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Ok, that worked.  So what would be the generic form?
> Sorry, that isn't much help.  If you can get me any more information, maybe 
> a bell will ring.  Do make sure you have the latest version from the 
> sandbox CVS.
I updated my sandbox this morning.  I'll see if I can find a couple moments to track
down the root cause....
Jeff