Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
Nightly builds / Re: The 25 September 2024 build (13571) is out.
« Last post by stahta01 on September 30, 2024, 05:28:28 pm »
FYI: The file "ax_cxx_compile_stdcxx.m4" needs updated when building using GCC 14.
See https://github.com/autoconf-archive/autoconf-archive/blob/master/m4/ax_cxx_compile_stdcxx.m4 for new version of the file.
Edit: Under windows, without the change GCC 14 builds wxSmith using the default of c++17 which fails.
Edit2: The above applies to configure/make building.

Tim S.
92
Development / Re: build bot in the github, I see one nice project
« Last post by Grit Clef on September 30, 2024, 01:21:42 pm »
Great. Now the build process of CB would be more easier.
93
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on September 30, 2024, 08:59:33 am »
I'm going to commit some the patches I used(mainly from Tim) to support building C::B release under github action.

I'm thinking some new idea:

We have a lot of third part plugin development in github, and maybe we can enough them to build those plugins under github action, and in our C::B, we may need to find a simple way to install/update the plugin.

Any comments?

I don't think the plugin developer need to build the whole C::B again, maybe they can just download/copy some prebuild C::B release from other code repo, and build there own plugin release.

Please submit the update of "ax_cxx_compile_stdcxx.m4" because it likely needs done for more than Msys2 mingw building.
I am just too tired to try submitting any more patches; since, I see little gain from the effort.

Tim S.

Hi, Tim, all your patches for the github action build under msys2/shell/configure/make methods were commited to svn now, many thanks for your contribution.

Quote
I see little gain from the effort.

Your contribution is so important for C::B, so it has great gain for C::B.  :)

EDIT:

I'd like to thank other guys like:

Carsten Arnholm(I forgot his nick name in our forum, sorry) create this git repo, https://github.com/arnholm/codeblocks_sfmirror
Grit Clef: create the github action to create C::B, https://github.com/zxunge/x86-codeblocks-builds

94
Development / Re: build bot in the github, I see one nice project
« Last post by stahta01 on September 30, 2024, 05:59:12 am »
I'm going to commit some the patches I used(mainly from Tim) to support building C::B release under github action.

I'm thinking some new idea:

We have a lot of third part plugin development in github, and maybe we can enough them to build those plugins under github action, and in our C::B, we may need to find a simple way to install/update the plugin.

Any comments?

I don't think the plugin developer need to build the whole C::B again, maybe they can just download/copy some prebuild C::B release from other code repo, and build there own plugin release.

Please submit the update of "ax_cxx_compile_stdcxx.m4" because it likely needs done for more than Msys2 mingw building.
I am just too tired to try submitting any more patches; since, I see little gain from the effort.

Tim S.
95
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on September 30, 2024, 05:43:45 am »
I'm going to commit some the patches I used(mainly from Tim) to support building C::B release under github action.

I'm thinking some new idea:

We have a lot of third part plugin development in github, and maybe we can enough them to build those plugins under github action, and in our C::B, we may need to find a simple way to install/update the plugin.

Any comments?

I don't think the plugin developer need to build the whole C::B again, maybe they can just download/copy some prebuild C::B release from other code repo, and build there own plugin release.
96
Plugins development / Re: Code completion using LSP and clangd
« Last post by ollydbg on September 30, 2024, 05:39:04 am »
Hello Ollydbg.

Quote
Hi, I think you can edit the wiki by yourself if you have a codeblocks forum account.

Can you try that? Thanks.

OK, I tried and it was possible for me.

However, since I changed a document initially setup by somebody else, I would never do such a change without discussing it before.
Furthermore, it is important for me that somebody takes a look to it and if possible tries out if my extension describes really the correct procedure.

So it would be nice if somebody else will test it and will come back a comment if it works or not.

Best regards,
                     Eckard Klotz.

I understand your concern, and a wiki page is a shared resource, and I'm OK if you add any contribution to that page, especially this section:

7 Windows: Compiler Clangd/LLVM Package Installer

Thanks.
97
Using Code::Blocks / Re: can't jump to definition of std::string_view
« Last post by mayaming on September 30, 2024, 03:19:03 am »
The highlight issue is because string_view header file doesn't have an extension, so it won't be applied with c/c++ syntax highlight. It worked after I added "*" to c/c++ file pattern matching.
98
Plugins development / Re: Code completion using LSP and clangd
« Last post by eckard_klotz on September 29, 2024, 09:26:55 am »
Hello Ollydbg.

Quote
Hi, I think you can edit the wiki by yourself if you have a codeblocks forum account.

Can you try that? Thanks.

OK, I tried and it was possible for me.

However, since I changed a document initially setup by somebody else, I would never do such a change without discussing it before.
Furthermore, it is important for me that somebody takes a look to it and if possible tries out if my extension describes really the correct procedure.

So it would be nice if somebody else will test it and will come back a comment if it works or not.

Best regards,
                     Eckard Klotz.
99
Using Code::Blocks / Re: can't jump to definition of std::string_view
« Last post by mayaming on September 29, 2024, 06:26:37 am »
Here's how to got C::B installed. I added

deb https://apt.xaviou.fr/debian12/ bookworm main
deb-src https://apt.xaviou.fr/debian12/ bookworm main


to my apt source and then installed codeblocks, but I did not install codeblocks-contrib. After I installed it, the "Clangd_Client" plugin appeared and now I can goto implementation of string_view.

After I jumped to the source code of string_view, it's not correctly highlighted (I attached the screen shot), but anyway I can jump to read the source now. Thanks for your help!


100
Plugins development / Re: Code completion using LSP and clangd
« Last post by ollydbg on September 29, 2024, 03:01:03 am »
Hello Developers.

In his  Reply #88 on: February 11, 2022, 03:26:20 am ollydbg mentioned
Quote
If you are using the gcc from msys2, I mean the compilers in the folder "msys64\mingw64\bin", you should use "mingw-w64-x86_64-clang-tools-extra", which means the clangd.exe is under the folder "msys64\mingw64\bin" (the same folder in your gcc.exe).


If you are using the clang tool chain, I mean you use the compiler from the folder "msys64\clang64\bin", you should use "mingw-w64-clang-x86_64-clang-tools-extra".


I found that I just make a big mistake in one of my PC, that is I use the gcc toolchain from "msys64\mingw64\bin", but I use the clangd.exe from "msys64\clang64\bin", the result is I got a lot of LSP diagnostics messages about the errors.  ;)   Luckily I found the reason, and fix this issue. Hope this will help other guys.  :)

I faced the same issue. But I'm using the build-suite under in the folder "msys64\ucrt64\bin" and thus, I had to install package mingw-w64-ucrt-x86_64-clang-tools-extra for adding the clangd tool to my compiler-suite.

Maybe it is a good idea to add this in your wiki-page https://wiki.codeblocks.org/index.php/CB_Clangd_Client in the chapter Windows: Compiler Clangd/LLVM Package Installer


Best regards,
                   Eckard Klotz.

Hi, I think you can edit the wiki by yourself if you have a codeblocks forum account.

Can you try that? Thanks.
Pages: 1 ... 5 6 7 8 9 [10]