Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on October 19, 2024, 12:46:06 pm »
The fact is, those Makefiles generated by cbp2make are not so perfect that there are lots of bugs in build process. Many plugins can't be built owing to this or that reasons.
One problem I see often is like
Code
...........
xcopy /Y index.ini ..\..\..\output32\share\CodeBlocks\docs
D:index.ini
1 File(s) copied
g++.exe   -Wl,--enable-auto-image-base -Wl,--add-stdcall-alias -Wl,--enable-auto-import  help_plugin.cpp before_help_plugin out_help_plugin after_help_plugin   -o help_plugin
help_plugin.cpp:10:10: fatal error: sdk.h: No such file or directory
   10 | #include "sdk.h"
      |          ^~~~~~~
compilation terminated.
mingw32-make[1]: *** [<builtin>: help_plugin] Error 1
mingw32-make[1]: Leaving directory 'D:/a/winstyle-codeblocks-bins/winstyle-codeblocks-bins/codeblocks_sfmirror/src/plugins/contrib/help_plugin'
mingw32-make: *** [Makefile_plugins:25: plugins_contrib_help_plugin_help_plugin_wx32] Error 2
............
The build commands were polluted, due to unknown reasons. The plugin had been already built, but the linking command was executed again, which was wrong.

Maybe you can show us the generated makefile? So that the cb2make author or other devs can help on this.
42
Development / Re: build bot in the github, I see one nice project
« Last post by Grit Clef on October 19, 2024, 12:32:53 pm »
The fact is, those Makefiles generated by cbp2make are not so perfect that there are lots of bugs in build process. Many plugins can't be built owing to this or that reasons.
One problem I see often is like
Code
...........
xcopy /Y index.ini ..\..\..\output32\share\CodeBlocks\docs
D:index.ini
1 File(s) copied
g++.exe   -Wl,--enable-auto-image-base -Wl,--add-stdcall-alias -Wl,--enable-auto-import  help_plugin.cpp before_help_plugin out_help_plugin after_help_plugin   -o help_plugin
help_plugin.cpp:10:10: fatal error: sdk.h: No such file or directory
   10 | #include "sdk.h"
      |          ^~~~~~~
compilation terminated.
mingw32-make[1]: *** [<builtin>: help_plugin] Error 1
mingw32-make[1]: Leaving directory 'D:/a/winstyle-codeblocks-bins/winstyle-codeblocks-bins/codeblocks_sfmirror/src/plugins/contrib/help_plugin'
mingw32-make: *** [Makefile_plugins:25: plugins_contrib_help_plugin_help_plugin_wx32] Error 2
............
The build commands were polluted, due to unknown reasons. The plugin had been already built, but the linking command was executed again, which was wrong.
43
Development / Re: build bot in the github, I see one nice project
« Last post by Grit Clef on October 19, 2024, 12:15:31 pm »
Uhh, you might have used the wrong repository. It is https://github.com/zxunge/winstyle-codeblocks-bins , not the original x86-codeblocks-bins which is successful.
44
Development / Re: build bot in the github, I see one nice project
« Last post by Михаил Агарков on October 19, 2024, 10:22:58 am »
I made a repo in codeberg to test if the build bot can work in Woodpecker CI, just need to wait for the repo to get approved to use actions.
https://codeberg.org/MichaelAgarkov/x86-codeblocks-builds

Good work.

Why the repo should "get approved" to use the actions?  :)

https://docs.codeberg.org/ci/#using-codeberg's-instance-of-woodpecker-ci
45
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on October 19, 2024, 10:21:06 am »
I made a repo in codeberg to test if the build bot can work in Woodpecker CI, just need to wait for the repo to get approved to use actions.
https://codeberg.org/MichaelAgarkov/x86-codeblocks-builds

Good work.

Why the repo should "get approved" to use the actions?  :)
46
Development / Re: build bot in the github, I see one nice project
« Last post by Михаил Агарков on October 19, 2024, 09:55:36 am »
I made a repo in codeberg to test if the build bot can work in Woodpecker CI, just need to wait for the repo to get approved to use actions.
https://codeberg.org/MichaelAgarkov/x86-codeblocks-builds

Edit: removed the repo because they didn't respond, if it works on GitHub then it probably will work in any GitHub Actions' compatible CI/CD.
47
Help / Re: wxsmith give black screen on debian 12 kde.
« Last post by koeppa on October 19, 2024, 08:21:22 am »
What specific features or fixes does the nightly build offer that might address the repaint problem in wxSmith, and how can you safely install it alongside your current setup?
48
Help / Re: wxsmith give black screen on debian 12 kde.
« Last post by stahta01 on October 18, 2024, 06:13:51 pm »
49
Help / Re: wxsmith give black screen on debian 12 kde.
« Last post by danbz on October 18, 2024, 12:02:23 am »
It is a default synaptic package manager installation.

code::blocks svn 13046
wxwidgets 3.2.2
wxsmith 1.0
50
Help / Re: wxsmith give black screen on debian 12 kde.
« Last post by Михаил Агарков on October 17, 2024, 08:54:55 pm »
What version of Code::Blocks are you using?
Pages: 1 2 3 4 [5] 6 7 8 9 10