User forums > Nightly builds
The 04 June 2023 build (13311) is out.
flycat:
Every time I use File->New->Class , Then click Create , click "add to project" Yes, the program will not respond.
This problem has existed for many years, is it only I encountered?
20.03 Works fine
The system is Windows 10 22H2
Miguel Gimenez:
This issue is described on ticket 1393.
Khram:
Quite often it crashes and freezes if GCC-3.4.4 compiler errors occur
Pecan:
--- Quote from: Neo on June 05, 2023, 09:49:48 am ---Maybe clangd plugin is broken; it reports unrealistic 'errors'. See attached screenshot.
EDIT:
It seems clangd plugin conflicts with MSYS2 clangd (mingw-w64-clang-i686-clang-tools-extra). I switched back to winlibs clangd and it works like before.
--- End quote ---
You cannot mix a clang compiler with a clangd Mingw process or vice versa.
Both must be clang or Mingw.
Check your clangd setings at Settings>Editor>Clangd>C/C++Parser>SpecifyClangdExecutableToUse.
Also see the explanation at https://wiki.codeblocks.org/index.php/CB_Clangd_Client and seach for the keywords "Dont't mix".
Neo:
--- Quote from: Pecan on June 06, 2023, 06:45:31 pm ---
--- Quote from: Neo on June 05, 2023, 09:49:48 am ---Maybe clangd plugin is broken; it reports unrealistic 'errors'. See attached screenshot.
EDIT:
It seems clangd plugin conflicts with MSYS2 clangd (mingw-w64-clang-i686-clang-tools-extra). I switched back to winlibs clangd and it works like before.
--- End quote ---
You cannot mix a clang compiler with a clangd Mingw process or vice versa.
Both must be clang or Mingw.
Check your clangd setings at Settings>Editor>Clangd>C/C++Parser>SpecifyClangdExecutableToUse.
Also see the explanation at https://wiki.codeblocks.org/index.php/CB_Clangd_Client and seach for the keywords "Dont't mix".
--- End quote ---
I am not sure if I can understand what the wiki says. But the 'don't mix' rule is not always true.
clangd plugin:
C:\apps\gnu\winlibs\mingw32\bin\clangd.exe
I tried `C:\apps\gnu\MSYS64\mingw32` or `C:\apps\gnu\MSYS64\mingw64` and both work with clangd.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version