Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Nightly builds / Re: The 06 April 2025 build (13650) is out.
« Last post by killerbot on Today at 09:29:12 am »
for the next nightly we will try to step up 2 things at once:
* wx 3.2.8
* gcc 15

hopefully ready by the end of the week ...
2
Using Code::Blocks / Re: KiCAD build using CB Project via cmake 4.0
« Last post by stahta01 on Yesterday at 05:15:33 pm »
The toolchain setting I am using for codeblocks IDE launched and packaged from MSys2

GNU GCC Compiler
Compiler installation Directory: ${MINGW_PREFIX}
3
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by stahta01 on Yesterday at 05:53:03 am »
I finally updated by KiCAD directions https://wiki.codeblocks.org/index.php/KiCadBuildQuickRef

I can not help you without more information; but, I am afraid it might be off topic to help you on this site.

If you can understand how to install MSys2 and use cmake on the command line I will try to help you. Using the CMAKE GUI is not a good way for anyone to help you.

https://www.msys2.org/

If you can do the above post an link to one of the projects you want to use that is open source.

Tim S.
4
General (but related to Code::Blocks) / I am new here, My name is Steve.
« Last post by sgc on Yesterday at 03:18:13 am »
Hi everybody! I hope your all well. My name is Steve and I love studying and working with computers and other different kinds of technology. What I like working with computers on is learning computer programming and studying all kinds of programming languages. My goal is to be efficient in most coding languages like C and C++. I hope to learn with all of you in learning how to develop in C and C++. Its nice to meet you all! Have a great day! :)
5
Using Code::Blocks / KiCAD build using CB Project via cmake 4.0
« Last post by stahta01 on May 16, 2025, 10:01:14 pm »
I am trying once more to update these old directions https://wiki.codeblocks.org/index.php/KiCadBuildQuickRef

This time using MSys2 UCRT64 and kicad git repo.

The CB Project is now made; the project has build errors; but, the error is the same as the KiCAD Msys2 mingw package.

I have only build the targets "kicad" and "all" both failed with an compiler error that might be a missing include

Tim S.
6
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gtafan on May 15, 2025, 01:06:06 pm »
Have asked this question on cmake forum:

https://discourse.cmake.org/t/cmakelists-txt-and-code-blocks/14071

But doesn't look like I ever get an answer there.  :(
7
Plugins development / Re: Code format support in clangd_client plugin
« Last post by Pecan on May 14, 2025, 09:20:07 pm »
@ Christo

Thanks, fixed in svn 13664
8
Plugins development / Re: Code format support in clangd_client plugin
« Last post by christo on May 14, 2025, 06:48:24 pm »
Hi Pecan, I'm seeing below error on right clicking.

../src/common/menucmn.cpp(623): assert ""position < m_items.GetCount()"" failed in FindItemByPosition(): wxMenu::FindItemByPosition(): invalid menu index

https://github.com/wxWidgets/wxWidgets/blob/v3.2.4/src/common/menucmn.cpp#L623

I've enabled debug mode of wxWidgets, that might be the reason error is seen for me, and NULL for you.

Screenshot attached.
9
Nightly builds / Re: The 06 April 2025 build (13650) is out.
« Last post by ThierryD on May 14, 2025, 05:51:32 pm »
Hi,

Prevision to propose this nigthly (13650) on Linux ?

Thank's
10
Plugins development / Re: Code format support in clangd_client plugin
« Last post by Pecan on May 14, 2025, 05:48:58 pm »
@ christo

In what way does it not work?
For me, if AStyle is enabled, it places "Format use clangd" just after the AStyle context menu item, else it appends it to the context menu.
Pages: [1] 2 3 4 5 6 ... 10