Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
Using Code::Blocks / Re: Update of documentation CB on Windows
« Last post by ThierryD on September 15, 2024, 06:11:29 pm »
Hi

Finalization of reformat MD and PDF files about documentation of CB.
You can see changes at : https://github.com/tdechaize/tools_tde

Regards.

Thierry D.
22
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by Xaviou on September 15, 2024, 05:41:12 pm »
Hi
Hello Xav', sorry, but on my config Linux Mint 22 (same as Ubuntu 24.04), nothing update about CodeBlocks ...
I define good PPA, and then I explore this PPA, only version nigthly V13533 (version already installed) appears, not V13570.

On my config Linux Mint 21 (same as Ubuntu 22.04), all rigth.
Sincerly.
I've made some tests on a virtual machine, and obtained the same result.
It seems the auto-build on launchpad failed but I really don't know why, sorry  :-[
I just tried to re-launch it, to see...

Regards
Xav'
23
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by Khram on September 15, 2024, 05:27:55 pm »
In the new version of CB-13570, it was not possible to immediately trigger a mouse error. Maybe everything has already been fixed? Then, thank you sincerely!
24
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by Khram on September 15, 2024, 05:19:45 pm »
Step 1. Without saving the new editing of the original text, switch to another program, for example, to Farmanager.
Step 2. Do something there, and switch from one directory to another several times.
Step 3. Return to editing the original text. There will be either a warning that someone from outside edited your text, or the above-shown error message from the mouse.
25
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by ollydbg on September 15, 2024, 10:19:44 am »
This is from version 13542. I'm starting to work with 13570.

Hi, I see this message from time to time, but it happens randomly. How to re-produce this issue? Can you show me some steps? Thanks.
26
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on September 15, 2024, 09:01:47 am »
Some good news:

It looks the built artifact (zip file) has many dlls which are the dependencies of codeblocks.exe.

When I run the C::B, I see some warnings(see image shot below), it looks like only the dlls for the codeblocks.exe get copied, but some dlls for plugins are missing.

So, I need to loop all the plugin dll files?

Where should I copy those dependency dlls for the plugins. Because for plugin dlls, they are located in the folder:

Code
codeblocks64-zip-folder\lib\codeblocks\plugins\

While the codeblocks.exe is located in

Code
codeblocks64-zip-folder\bin\codeblocks\

One issue still remains, how to build the "CBLauncher.exe"?



EDIT:

The plugin dll's dependency dll issue is solved, see this result:
main64 asmwarrior/x86-codeblocks-builds@691cc2b
with my commit:
copy the plugin dll's dependency dll to the bin folder




27
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by Khram on September 15, 2024, 08:20:21 am »
This is from version 13542. I'm starting to work with 13570.
28
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on September 15, 2024, 07:00:30 am »
I have added one commit to my fork, I try to enable the pedeps tool to copy the necessary dlls.

try to use the pedeps tool to copy the dlls to the output folder

And I'm starting the github action now, let's see whether it works or not one hour later.  :)
29
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on September 15, 2024, 05:41:20 am »
For you information:

I have create a github test project to use pedeps to copy the dlls of a hello.exe file, see here:  asmwarrior/test-github-action0

I haven't used the github action script before, so it takes one hour to tweak the script.

Finally, a artifact zip file is created with several dependency dlls.

Code
$ ls
hello.exe*  libgcc_s_seh-1.dll*  libstdc++-6.dll*  libwinpthread-1.dll*

The exe file is built from the compiler gcc, and the dlls are copied from the msys2's PATH by using the latest pedeps tool.

30
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by ChosenName on September 14, 2024, 07:44:22 pm »
Look if there is a complier-related file near default.conf in Roaming/Codeblocks. Delete it and try again.
That did not work initially but I deleted the whole CodeBlocks folder in Roaming as well as doing a clean install of Code::Blocks and that has worked.

Many thanks.
Pages: 1 2 [3] 4 5 6 7 8 ... 10