News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Recent posts

#21
Plugins development / Re: Small problem in DragScrol...
Last post by jggimi - May 03, 2026, 06:01:04 AM
13840 resolved my problem.  Thanks!!
#22
Plugins development / Re: Small problem in DragScrol...
Last post by Pecan - May 02, 2026, 11:17:50 PM
Quote from: killerbot on May 02, 2026, 06:14:37 PM
also on linux things seem to be broken:

make[4]: *** No rule to make target 'manifest.xml', needed by 'dragscroll.zip'.  Stop.

Fixed svn 13840
#23
Help / Re: debugger_gdbmi
Last post by Pecan - May 02, 2026, 07:17:14 PM
Quote from: ollydbg on May 02, 2026, 08:30:43 AM
I have create a PR add Windows.cbp file by asmwarrior Pull Request #1 pecanh/debugger_gdbmi for your repo.

I extracted the changes from your PR and added them manually, Thanks.
It does not appear that the .wxs file is needed. I don't find it anywhere in the whole of CodeBlocks.
That .wxs line may be left over from the original codeCompletion .cbp that I copied.

#24
Plugins development / Re: Small problem in DragScrol...
Last post by killerbot - May 02, 2026, 06:14:37 PM
also on linux things seem to be broken:

make[4]: *** No rule to make target 'manifest.xml', needed by 'dragscroll.zip'.  Stop.
#25
Plugins development / Re: Small problem in DragScrol...
Last post by gd_on - May 02, 2026, 06:10:19 PM
Thanks.
But, not sure that this fix the problem encountered by jggimi. He uses a makefile process I suppose, and the path to manifest.xml is not found, if I understand well.
#26
Plugins development / Re: Small problem in DragScrol...
Last post by Pecan - May 02, 2026, 05:55:05 PM
Fixed svn rev 13839.
#27
Plugins development / Re: Small problem in DragScrol...
Last post by jggimi - May 02, 2026, 03:46:29 PM
On my OS (OpenBSD), 13838 won't build dragscroll from source: it doesn't know how to build manifest.xml.  Not sure why.

Making all in appdata
Making all in dragscroll
make: don't know how to make manifest.xml (prerequisite of: dragscroll.zip)
Stop in src/plugins/contrib/dragscroll
*** Error 1 in src/plugins/contrib (Makefile:658 'all-recursive')
#28
Help / Re: debugger_gdbmi
Last post by Frank_CB - May 02, 2026, 08:41:43 AM
ollydbg:

Thanks for responding. Since I have nothing to do with debugger_gdbmi, you should ask Pecan those questions. I was just trying to add that plugin to my svn version of C::B.
#29
Plugins development / Re: Small problem in DragScrol...
Last post by ollydbg - May 02, 2026, 08:36:25 AM
I think we don't need this "src" folder.

I just looked at the other plugins' folder, I don't see the "src" folder there.

Pecan may give some comments on this.

EDIT:
It looks like Pecan's maintained plugin has this feature, I mean there is a src folder in the plugin's root folder.
Can we make more consistence?
#30
Help / Re: debugger_gdbmi
Last post by ollydbg - May 02, 2026, 08:30:43 AM