Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 22, 2023, 10:45:03 am

Title: The 22 January 2023 build (13159) is out.
Post by: killerbot on January 22, 2023, 10:45:03 am
We switched to wx 3.2.1 (on 01 October 2022) --> download the new wx dll's see link below

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx321_2D_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 22 Januari 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20230122_rev13159_win64.7z
  - Linux :
   none

The current SDK version is : 2.23.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 January 2023 build (13159) is out.
Post by: BlueHazzard on January 22, 2023, 12:09:41 pm
Some funny use case of codeblocks just found on reddit: https://old.reddit.com/r/ProgrammerHumor/comments/10i1lvx/i_hear_you_guys_like_large_files_i_raise_623000/

44MB main source file  ;D, here you see we have to calculate with everything
Title: Re: The 22 January 2023 build (13159) is out.
Post by: MaxGaspa on January 22, 2023, 08:15:14 pm
Dear All,

It seems that the "Todo" capability is no longer working. Any "TODO" added in a source file is not reported in the TODO panel, even with a refresh before and after saving the file. A simple example is attached.

Title: Re: The 22 January 2023 build (13159) is out.
Post by: Xaviou on January 22, 2023, 09:08:19 pm
Hi.

Debian build failed : here are the last build lines:
Code
dh_lintian -pcodeblocks-contrib-common 
dh_bugfiles -pcodeblocks-contrib-common
dh_install -pcodeblocks-contrib-common
dh_install: Cannot find (any matches for) "usr/share/codeblocks/codesnippets.zip" (tried in ., debian/tmp)

dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/codesnippets.zip
dh_install: Cannot find (any matches for) "usr/share/codeblocks/images/codesnippets*" (tried in ., debian/tmp)

dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/images/codesnippets*
dh_install: missing files, aborting
make: *** [/usr/share/cdbs/1/rules/debhelper.mk:251: binary-install/codeblocks-contrib-common] Error 25
dpkg-buildpackage: erreur: fakeroot debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:

Regards
Xav'
Title: Re: The 22 January 2023 build (13159) is out.
Post by: BlueHazzard on January 22, 2023, 11:39:08 pm
Dear All,

It seems that the "Todo" capability is no longer working. Any "TODO" added in a source file is not reported in the TODO panel, even with a refresh before and after saving the file. A simple example is attached.

Can you please create a ticket on source forge for this?
Title: Re: The 22 January 2023 build (13159) is out.
Post by: MaxGaspa on January 23, 2023, 12:27:33 am
Can you please create a ticket on source forge for this?

Done (1364). I also opened 1365 related to the global compiler option.
Title: Re: The 22 January 2023 build (13159) is out.
Post by: Pecan on January 23, 2023, 05:09:08 pm
Hi.

Debian build failed : here are the last build lines:
Code
dh_lintian -pcodeblocks-contrib-common 
dh_bugfiles -pcodeblocks-contrib-common
dh_install -pcodeblocks-contrib-common
dh_install: Cannot find (any matches for) "usr/share/codeblocks/codesnippets.zip" (tried in ., debian/tmp)

dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/codesnippets.zip
dh_install: Cannot find (any matches for) "usr/share/codeblocks/images/codesnippets*" (tried in ., debian/tmp)

dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/images/codesnippets*
dh_install: missing files, aborting
make: *** [/usr/share/cdbs/1/rules/debhelper.mk:251: binary-install/codeblocks-contrib-common] Error 25
dpkg-buildpackage: erreur: fakeroot debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:

Regards
Xav'

Thanks; I'll fix it today. (2023/01/23)
Title: Re: The 22 January 2023 build (13159) is out.
Post by: Pecan on January 24, 2023, 01:20:41 am
Hi.

Debian build failed : here are the last build lines:
Code
dh_lintian -pcodeblocks-contrib-common 
dh_bugfiles -pcodeblocks-contrib-common
dh_install -pcodeblocks-contrib-common
dh_install: Cannot find (any matches for) "usr/share/codeblocks/codesnippets.zip" (tried in ., debian/tmp)

dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/codesnippets.zip
dh_install: Cannot find (any matches for) "usr/share/codeblocks/images/codesnippets*" (tried in ., debian/tmp)

dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/images/codesnippets*
dh_install: missing files, aborting
make: *** [/usr/share/cdbs/1/rules/debhelper.mk:251: binary-install/codeblocks-contrib-common] Error 25
dpkg-buildpackage: erreur: fakeroot debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:

Regards
Xav'

@Xav
I think I've corrected the problem with debian build of CodeSnippets contrib plugin.
But I'm a "trial and error " guy when it comes to the linux autotools. And I'm ignorant when it comes to building a linux distribution.
The mods I made do, at least, build with ./bootstrap, ./configure and make. I don't know about install. I'm a coward when it comes to installing on linux.
Fixes are in Head rev 13161.

The problem occured because I removed an old unused resource dir but tried to keep only the codesnippets.zip file.
 
Title: Re: The 22 January 2023 build (13159) is out.
Post by: Xaviou on January 24, 2023, 10:55:34 pm
Hi.

Debian build failed : here are the last build lines:
Code
dh_lintian -pcodeblocks-contrib-common 
dh_bugfiles -pcodeblocks-contrib-common
dh_install -pcodeblocks-contrib-common
dh_install: Cannot find (any matches for) "usr/share/codeblocks/codesnippets.zip" (tried in ., debian/tmp)

dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/codesnippets.zip
dh_install: Cannot find (any matches for) "usr/share/codeblocks/images/codesnippets*" (tried in ., debian/tmp)

dh_install: codeblocks-contrib-common missing files: usr/share/codeblocks/images/codesnippets*
dh_install: missing files, aborting
make: *** [/usr/share/cdbs/1/rules/debhelper.mk:251: binary-install/codeblocks-contrib-common] Error 25
dpkg-buildpackage: erreur: fakeroot debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:

Regards
Xav'

@Xav
I think I've corrected the problem with debian build of CodeSnippets contrib plugin.
But I'm a "trial and error " guy when it comes to the linux autotools. And I'm ignorant when it comes to building a linux distribution.
The mods I made do, at least, build with ./bootstrap, ./configure and make. I don't know about install. I'm a coward when it comes to installing on linux.
Fixes are in Head rev 13161.

The problem occured because I removed an old unused resource dir but tried to keep only the codesnippets.zip file.
Quickly tested rev 13161 : all seems to be ok.
Thank you.

Regards
Xav'