User forums > General (but related to Code::Blocks)

r13615 fails to compile with wxWidgets-3.3.0.0

<< < (2/3) > >>

Miguel Gimenez:
Fixed in r13616.

stahta01:

--- Code: ------ a/src/plugins/contrib/clangd_client/src/codecompletion/parser/parser.cpp
+++ b/src/plugins/contrib/clangd_client/src/codecompletion/parser/parser.cpp
@@ -1567,7 +1567,7 @@ void Parser::ShowGlobalChangeAnnoyingMsg()
                        "on the project title in the Workspace tree and selecting\n"
                        "'Reparse current project'.");
 
-        AnnoyingDialog dlg(_("Global settings warning"), _(warningMsg), wxART_WARNING,
+        AnnoyingDialog dlg(_("Global settings warning"), warningMsg, wxART_WARNING,
                            AnnoyingDialog::OK);
         dlg.ShowModal();
     }//endif size

--- End code ---

I had to apply this patch to build master from https://github.com/arnholm/codeblocks_sfmirror.git   13621

Tim S.

Miguel Gimenez:
This was fixed six hours ago by r13622.

stahta01:

--- Quote from: Miguel Gimenez on February 26, 2025, 05:55:37 pm ---This was fixed six hours ago by r13622.

--- End quote ---

The fixed has gone missing, I think.

Tim S.

Wkerry:
Via github it was relatively easy to find that the following commit reverted it:
https://github.com/arnholm/codeblocks_sfmirror/commit/2cc176ba23528185ca18d5377510b64e7a81b38f#diff-4007afe15336751ba46fee72ba5ed7002efc465819b8384b5b0fb76edfd41741R394-R1570

The comment/svn reference is:
- Clangd_client Remove dead/unused code, no additions or code changes
git-svn-id: https://svn.code.sf.net/p/codeblocks/code/trunk@13636 2a5c6006-c6dd-42ca-98ab-0921f2732cef

I do not use SVN and find the github repo allot easier to use to find things.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version