
"Hartmut Kaiser" <HartmutKaiser@t-online.de> wrote in message news:1D0K8R-1t65Fg0@afwd00.sul.t-online.com...
Andy Little wrote:
Did you have any problems?
The only problems were with the wave.exe driver app. It appears that both gcc( via DJGPP and cygwin) have invalid filenames in headers, as does VC7.1. "invalid filenames" eg "c++config.h", threw exceptions reported from boost::file_system. Hence no substantial translation-units were processed.
As you've mentioned, this stems from the Boost.Filesystem library and actually I don't know, how to deal with this problem. But I'll try to investigate this and to find a way to circumvent these problems. Perhaps the authors of Boost.Filesystem could help out? Beman?
It may be possible to use boost::filesystem::path::default_name_check( name_check new_check ) function to achieve this? BTW While on the subject, documentation on errors, messages, exceptions etc is a bit sparse IMO regards Andy Little