Re: [Mingw-w64-public] Internal compiler error building mingw-w64-crt (default msvcrt is ucrt)

2021-11-09 Thread Kacvinsky, Tom
Weird, running make without the -j option magically "fixed" the error. Not sure why. From: Kacvinsky, Tom Sent: Tuesday, November 9, 2021 6:32 PM To: mingw-w64-public@lists.sourceforge.net Subject: Internal compiler error building mingw-w64-crt (default msvcrt is ucrt) I am building (once again

[Mingw-w64-public] Internal compiler error building mingw-w64-crt (default msvcrt is ucrt)

2021-11-09 Thread Kacvinsky, Tom
I am building (once again) a GCC with UCRT support, this time using the UCRT64 tool chain that I was able to install today. I am using master of the mingw-w64 git repo, freshly updated today, but have a problem building the CRT libraries: D:/DEV/mingw-w64-gcc-11.2.0-ucrt-1/x86_64-w64-mingw32/in

Re: [Mingw-w64-public] "pacman -S mingw-w64-ucrt-x86_64-toolchain" not working

2021-11-09 Thread Kacvinsky, Tom
> -Original Message- > From: David Grayson > Sent: Tuesday, November 9, 2021 2:43 PM > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] "pacman -S mingw-w64-ucrt-x86_64- > toolchain" not working > > The command "pacman -S mingw-w64-ucrt-x86_64-toolchain" works

Re: [Mingw-w64-public] "pacman -S mingw-w64-ucrt-x86_64-toolchain" not working

2021-11-09 Thread David Grayson
The command "pacman -S mingw-w64-ucrt-x86_64-toolchain" works for me (at least as far as finding the names of the packages to install). Does your system have /etc/pacman.d/mirrorlist.ucrt64 ? Maybe you need to run "pacman -Syuu" a few times to get that file and update everything. --David Grayson

[Mingw-w64-public] "pacman -S mingw-w64-ucrt-x86_64-toolchain" not working

2021-11-09 Thread Kacvinsky, Tom
I ran the command in the subject line, but got this: $ pacman -S mingw-w64-ucrt-x86_64-toolchain error: target not found: mingw-w64-ucrt-x86_64-toolchain Is there some repo I need to add? It's not clear from this page https://packages.msys2.org/group/mingw-w64-ucrt-x86_64-toolchain Thanks, To