User forums > Nightly builds
The 13 August 2022 build (12864) is out.
gd_on:
Here is a new reworked version of my windows cbps : call to update.bat are now wxwidgets version independant, except for the main one, at the root.
good tests !
Pecan:
The Clangd_Client for this nightly can be downloaded at
https://sourceforge.net/projects/cb-clangd-client/files/Plugin_Install_Package/Windows_x64/
Filename: ClangdClientForCBNightly_20220813_rev12864_win64.zip (Direct download link)
Copy the included clangd_client.zip to <YourCodeBlocksNightlyFolder>\share\CodeBlocks\clangd_client.zip
Do not unzip this file.
Copy the included clangd_client.dll to <YourCodeBlocksNightlyFolder>\share\CodeBlocks\plugins\clangd_client.dll
Restart your CodeBlocks Nightly.
Install instructions for LLVM/clangd are included within the downloaded .zip file.
Modify message
AndrewCot:
@gd_onI finally got a little time to check out your project files and the 10 or so I looked at were great. I will take a break from the stuff I have been working on and take the time to update my files with the changes.
gd_on:
Thanks for testing.
A small tip : the base field of cb_build is not used here. You can simply put "" in this field. You can also put the path of src of Code::Blocks sources, which could be useful if you use the full paths to the sources in the cbps. But, as I use only relative path, it's not used.
gd_on
MaxGaspa:
@Pecan
I installed the new version of your plugin using the latest nightly (Windows 7 pro SP1). I also installed the package
mingw-w64-x86_64-clang-tools-extra
in my MinGW64 installation and the related required dependencies (automatically installed using pacman -S )
At the moment I have the version 14.0.6
Massimo@user-PC MINGW64 ~
$ clang -v
clang version 14.0.6
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: C:/msys64/mingw64/bin
Massimo@user-PC MINGW64 ~
$ clangd -version
clangd version 14.0.6
Features: windows
Platform: x86_64-w64-windows-gnu
Massimo@user-PC MINGW64 ~
$
I configured the pluging and the clangd path was detected automatically. Now using any project I have (including the simplest one created with template "console application" I'm continuosly getting two message windows attached.
The symbol browser is empty and the Codeblocks log is
Opening C:\Development\Projects\aaaa\aaaa.cbp
Done.
ParseManager::CreateParser: Finish creating a new parser for project 'aaaa'
ProjectManager::SetProject took: 0.161 seconds.
ProjectManager::LoadProject took: 0.167 seconds.
LSP background parsing FINISHED for: (aaaa) C:\Development\Projects\aaaa\main.cpp (550 ms) (0 more)
I'm also attaching the simple project aaaa in the next message
Is there any action I can do for helping?
Regards
Max
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version