Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-24 Thread Maarten Verhage via cfe-users
- Original Message - From: "Maarten Verhage" To: Sent: Tuesday, November 13, 2018 13:47 Subject: Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows > Hi all, > > You know, as the compile errors all were in thread_win32.cpp I was > suspicious how t

Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-13 Thread Maarten Verhage via cfe-users
Hi all, You know, as the compile errors all were in thread_win32.cpp I was suspicious how the build would do with x86_64-win32-seh but that failed because Mingw-w64 did not have the header file mutex. As I have the llvm libcxx library with this mutex header file (among other stuff) would there

Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-12 Thread KOLANICH via cfe-users
Hello, Maarten. I have partially built LLVM with MinGW-w64 8.1.0 (some llvm shared libs needed, not clang and stdlib). For experimenting with build I personally recommend using ninja instead of mingw32-make because it allows resuming without rebuilding everything from scratch if I added a lin

Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-12 Thread Jonas Toth via cfe-users
Hi Maarten, I am not a windows user and never build with mingw in my life. :) Did you try out building a release-version of LLVM first? Sometimes there are breaking changes committed that e.g. linux-users will not notice on their system. Our Buildbots have to catch up first before the issue is th