News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Possible changes needed for 24.12 release

Started by stahta01, November 20, 2024, 06:18:01 PM

Previous topic - Next topic

stahta01

Add 'clangd_client' to list of plugins in BUILD file; likely need other changes in this file. Something like it is not normally built.
Note: I am patching master/trunk branch. So, some of these may already have been done.


Index: BUILD
===================================================================
--- BUILD (revision 13591)
+++ BUILD (working copy)
@@ -44,11 +44,11 @@
"all,-help" compiles all contrib plugins except the help plugin
By default, no contrib plugins are compiled
Plugin names are:
-    AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, codesnippets, codestat,
-    copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars, FileManager,
-    headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap, NassiShneiderman,
-    ProjectOptionsManipulator, profiler, regex, ReopenEditor, rndgen, exporter, symtab,
-    ThreadSearch, ToolsPlus, Valgrind, wxsmith, wxsmithcontrib,wxsmithaui
+    AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, clangd_client, codesnippets,
+    codestat, copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars,
+    FileManager, headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap,
+    NassiShneiderman, ProjectOptionsManipulator, profiler, regex, ReopenEditor, rndgen, exporter,
+    symtab, ThreadSearch, ToolsPlus, Valgrind, wxsmith, wxsmithcontrib, wxsmithaui

If the NassiShneiderman-plugin should be build, you might see this error, when you run configure:

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]