
17 Jul
2014
17 Jul
'14
8:39 p.m.
On 7/17/2014 4:01 PM, Peter Dimov wrote:
Edward Diener wrote:
When I try to build boostdep on the 'develop' branch with gcc-4.8.1 I get:
gcc.compile.c++ > ..\..\..\bin.v2\tools\boostdep\src\gcc-mingw-4.8.1\release\link-static\boostdep.o
boostdep.cpp: In function 'void scan_module_dependencies(const string&, > module_primary_actions&)': boostdep.cpp:193:46: error: no matching function for call to > 'std::basic_ifstream<char>::basic_ifstream(const value_type*)' std::ifstream is( it->path().c_str() );
Should be fixed now.
Thanks ! Builds now. Is there any doc anywhere about its command-line options ? I gather I need to run it from the modular-boost root directory.