Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Use of std::mutex in ThreadSearch breaks compilation on (most) MinGW

<< < (2/3) > >>

tomay3000:
Using llvm/clang+libc++ on windows https://github.com/mstorsjo/llvm-mingw I was able to compile wxWidgets but never Boost.
If you manage to compile Boost, please share your experience.
TIA.

oBFusCATed:
Chrome and Firefox are build with clang now, so if they could be built, everything could be built.

@bluehazzard: I think you've tested this and haven't reported any problems. :(

oBFusCATed:
Fixed in trunk. It is funny why the no-pch build succeeds without the inclusion of wx/thread.h :(

BlueHazzard:

--- Quote ---@bluehazzard: I think you've tested this and haven't reported any problems.
--- End quote ---
I have tested it on my other system, so probably there i use the right compiler... sry about that....

sodev:

--- Quote from: oBFusCATed on June 03, 2020, 12:06:08 am ---Fixed in trunk. It is funny why the no-pch build succeeds without the inclusion of wx/thread.h :(

--- End quote ---

The wonders of transitive includes. Still that shouldn't stop you to produce self-sufficient headers by including everything you use (or use some documented service-headers that pull in common includes), otherwise you will get trouble later when transitivity changes ;)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version