Regarding https://github.com/mingw-w64/mingw-w64.github.io/issues/1: 'I'll need some kind of proof for the domain name usage though. Maybe a commit visible from the sourceforge repo that mentions the domaine name(s).'; I, account @elieux on GitHub, have been approved by jon_y to push into the repository to indicate I'm a trusted party to transfer mingw-w64.org to.
I think I may have missed the point here with the example. Let me try again: #include <stdio.h> int main(int argc, char *argv[]) { wprintf(L"argc=%f argv[0]=%d", argc, argv[0]); return 0; } > gcc -std=c11 -Wall -Wextra -Werror -pedantic example.c -o example.exe > example.exe argc=0.000000 argv[0]=11408304 This surely deserves some warnings. :)
The diagnostic reports an error in the reverse situation, why should it not report both? #define __USE_MINGW_ANSI_STDIO 1 #include <stdio.h> int main(int argc, char *argv[]) { printf("argc=%d argv[0]=%ls", argc, argv[0]); return 0; } > gcc -std=c11 -Wall -Wextra -Werror -pedantic narrow.c a.c: In function 'main': a.c:7:28: error: format '%ls' expects argument of type 'wchar_t *', but argument 3 has type 'char *' [-Werror=format=] 7 | printf("argc=%d argv[0]=%ls", argc, argv[0]); | ~~^ ~~~~~~~ | |...
wprintf, swprintf etc. don't check format specifiers vs. arguments on compile
PS1 command substitution
And now it doesn't. Opening. :/
strtold leaks heap memory
GLIB fails to read from gsettings
Tried just now and seems to be working. :) Closing.
Hmm. That's very unspecific. I'm closing this ticket due to age (sorry no one helped),...
mingw64 gcc segmentation fault
So the issue turned out to be that current emacs doesn't support ImageMagick v7,...
We're missing /mingw{32,64}/lib/pkgconfig/Wand.pc for some reason.
Move off of Sourceforge
The move has been on for some time now and is currently happening more intensively...
This one is a long-standing issue with Cygwin. It doesn't say which file is missing....
How to use Allegro5 on MSYS2/MINGW64
hdf5 static build not available
Seems to be fixed now. Closing. New issues can be filed on GitHub.
binutils issues?
Fixed by now.
Interesting Path Expansion Issue
Same as #265 I think. Closing this one.
mingw-w64-i686-qt5-static is broken.
Probably re-built by now. Closing. File new issues on GitHub.
Works now for me. Closing. Further discussion/bugs are possible.
Last ImageMagick does not work
msys2-runtime sometimes hangs
We actually moved to stable releases recently(-ish). Closing.
Obscure message from upgrading msys2-launcher-git
As described on the page linked above, these files are user-customizable configuration....
bash launched by 32-bit cmd cannot fork
It was fixed soon after. Closing.
rake.bat still has wrong paths baked in.
Should be fixed by now. Closing. New issues can be filed on GitHub.
Missing Dependency: pcre
meld3 mingw64 issue
I think it has been built already. Closing.
Best solve this by splitting the Qt package, so there's a runtime package and a devel...
CMake GUI requires 3 GB Qt5 install
error while loading shared libraries while building fontconfig
Fixed by now.
tiffstream error when running leptonica 1.71 built on i686
It'd be nice to mention some steps to reproduce the errors, ideally including a PKGBUILD...
Shell-based git commands doesn't work
You can install mingw-w64-git from the Git for Windows project, there's a wikipage...
Just a suggestion for mingw32 and mingw64 shell icon
Different icons were created for the msys2-launcher project, but the prompt now shows...
I don't think enabling ACL changes from MSYS2 would produce any good, the system...
chmod being ignored
Since I couldn't reproduce this error (nor the other find error mentioned on this...
FIND does not work with USB key?
FTP is not used anymore for any of our mirrors. If issue persists, file a new ti...
Problems installing qt-creator
Closing due to age, hopefully fixed by now.
gdb and python problem
I added a link to this script from our wiki. Although split packages would be nice,...
split developer package from runtime package
MSYS2 front page.
We later got a GitHub site up and now it's even on http://msys2.org. :)
Huh, seems to work now. Closing.
PS1 command substitution
pacman's progress bar become multi-line in cmd
I think this one got actually resolved by a change upstream. Closing.
Support ConEmu Windows Console.
This ticket got a bit tangled. I'm closing it due to this (and its age), bit if there's...
binutils: binaries with <target>- prefixes for 32+64 bit development
Closing. New issues can be filed on GitHub.
Slow startup time on domain joined machines (when not connected to office network)
"open" utility
It could be a combination of make+bash that's causing the issues. Since processes...
Seems like a non-issue to me. The environment block can contain weird characters...
wrong PROGRAMFILES(x86) value
An issue with ghostscript (MINGW64)
Same answer as in #155. This is still an issue, but there's so many packages with...
Filesystem permissions on MSYS2 are deliberately read-only (mount points have the...
msi files don't acquire x permissions
installer runs dash.exe that is next to it
Fixed just now. :)
Probably fixed by now. Closing. New issues can be filed on GitHub.
git 2.3.4-1 and ssh broken
This was solved in a different way, pacman now upgrades msys2-runtime, bash and some...
Command substitution in PS1 causes MSYS2 installation instructions to fail
Aspell without dictionaries?
There seem to be such packages now; closing as resolved.
Emacs-git building issues
I see that rm -rf .git is not there anymore. Closing.
Matthieu, thanks for responding. Closing now. New issues can be filed on GitHub.
How to use MSYS2 with Eclipse/CDT
Issues with Ghostscript
This is still an issue, but there's so many packages with the same problem... I think...
Done some time ago. New issues can be filed on GitHub.
unset PATH_SEPARATOR
tmux-git issues?
Hopefully fixed by now; closing. New issues/discussions can always be opened.
AFAIK, the .tar.xz is not supposed to be extracted by Windows tools, only by MSYS2/Cygwin...
A clean installation does not work
Add PHP!
+1 for adding mingw-w64-php, but that requires probably a lot of work. Closing at...
Seems to be fixed. Closing. New tickets can be filed on GitHub.