Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: CodeLite doesn't detect existing mingw-w64 installations #3326

Open
yunkot opened this issue Mar 10, 2024 · 1 comment
Open

[Bug]: CodeLite doesn't detect existing mingw-w64 installations #3326

yunkot opened this issue Mar 10, 2024 · 1 comment
Assignees
Labels

Comments

@yunkot
Copy link

yunkot commented Mar 10, 2024

What happened?

CodeLite does not seem to be able to detect existing installations of mingw-w64 on Windows.

In my case, I have the following paths with existing installations:

c:\mingw\x64\mingw64\bin - 64-bit, GCC 8.1
c:\mingw\x32\mingw64\bin - 32-bit, GCC8.1
c:\mingw-winlibs\x64\bin - 64-bit, GCC 13.2, Clang 17.0.6
c:\mingw-winlibs\x32\bin - 32-bit, GCC 13.2, Clang 17.0.6

I have "c:\mingw-winlibs\x64\bin" added to PATH environment variable as "user variables" on Windows. The first two with "GCC 8.1" were installed using mingw-w64 installer from SourceForge, the newer ones were just extracted to the corresponding paths.

CodeLite 16.4 was the last version that was able to automatically detect them; in fact, it could detect ALL of them, whereas any newer version detects none, leaving only "rustc" in the list, which I don't have installed.

Version

CodeLite 16.5 or newer

Operating system

Windows 7, 10 and 11

@yunkot
Copy link
Author

yunkot commented Mar 10, 2024

Actually, even running CodeLite in environment where it was built with "msys2" terminal - it doesn't detect MSYS2 either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants