Skip to content

MinGW32 compilation errors #116

Open
@Lastique

Description

@Lastique

Looks like 44582f3 and possibly some other recent commits broke MinGW32 builds of Boost.Filesystem:

gcc.compile.c++ bin.v2\libs\filesystem\build\gcc-5\debug\cxxstd-11-iso\threadapi-win32\threading-multi\visibility-hidden\codecvt_error_category.o
In file included from ./boost/system/detail/append_int.hpp:8:0,
                 from ./boost/system/detail/error_condition.hpp:18,
                 from ./boost/system/detail/error_category_impl.hpp:14,
                 from ./boost/system/error_category.hpp:11,
                 from ./boost/filesystem/detail/path_traits.hpp:25,
                 from libs/filesystem/src/codecvt_error_category.cpp:18:
./boost/system/detail/snprintf.hpp:22:12: error: 'std::snprintf' has not been declared
 using std::snprintf;
            ^
In file included from ./boost/system/detail/error_category_impl.hpp:79:0,
                 from ./boost/system/error_category.hpp:11,
                 from ./boost/filesystem/detail/path_traits.hpp:25,
                 from libs/filesystem/src/codecvt_error_category.cpp:18:
./boost/system/detail/mutex.hpp: At global scope:
./boost/system/detail/mutex.hpp:84:12: error: 'std::mutex' has not been declared
 using std::mutex;
            ^

https://ci.appveyor.com/project/Lastique/filesystem/builds/48983852/job/2cgottx8b8ckwac0?fullLog=true#L376

Is this platform no longer supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions