User forums > Nightly builds

The 15 May2022 build (12813) is out.

(1/2) > >>

killerbot:
We switched to wx 3.1.5 --> download the new wx dll's see link below

If you tested the 22 january nightly you may find your compiler executable has changed from gcc.exe to mingw32-gcc.exe and g++.exe to mingw32-g++.exe. Please correct this, you won't be asked again.

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.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx315_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 15 May 2022 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2022/CB_20220515_rev12813_win64.7z
  - Linux :
   none

The current SDK version is : 2.18.0

Resolved Fixed:


* debugger: Add context menu entry to create a watch from a nested watch
* fix names of lexer states and remove unknow states
* Fix script bindings compilation with PCH disabled (ticket #1266).
* TODO plugin: Fix position and size of type dialog. Add 'cancel' and 'select all' buttons. Remove some wxT (fix ticket #632)
* TODO plugin: pump plugin version to 0.3
* cbStyledTextCtrl - Avoid crash in wxScintilla AutoComplete::Select() when editor kills AutoComp popup window
* cbplugin.h bump sdk version for changes to cbStyledTextCtrl in last commit
Regressions/Confirmed/Annoying/Common bugs:


Xaviou:
Hi.

The "Todo plugin" related modifications introduced an impossibility to make the builds on OS X.
To make it work, I just had to add the forward declaration of wxCheckBox in  src/plugins/todo/todolistview.h :

--- Code: ---......
class wxComboBox;
class wxButton;
/* Forward declaration of wxCheckBox to enable the build on OS X */
class wxCheckBox;
class wxPanel;
class wxStaticText;
......
--- End code ---

OS X version of this rev can be downloaded from my Google Drive.
There is a specific dmg file for versions 10.15 and 11.6 of the OS.
Note that these are not notarized versions of the application.

32 bits version for Windows can also be found in the same place.

Debian Buster and Bullseye (32 and 64 bits) can be installed from my repo.

Regards
Xav'

killerbot:
did you commit the build fix ?

BlueHazzard:

--- Quote from: Xaviou on May 15, 2022, 12:01:28 pm ---Hi.

The "Todo plugin" related modifications introduced an impossibility to make the builds on OS X.
To make it work, I just had to add the forward declaration of wxCheckBox in  src/plugins/todo/todolistview.h :

--- Code: ---......
class wxComboBox;
class wxButton;
/* Forward declaration of wxCheckBox to enable the build on OS X */
class wxCheckBox;
class wxPanel;
class wxStaticText;
......
--- End code ---

OS X version of this rev can be downloaded from my Google Drive.
There is a specific dmg file for versions 10.15 and 11.6 of the OS.
Note that these are not notarized versions of the application.

32 bits version for Windows can also be found in the same place.

Debian Buster and Bullseye (32 and 64 bits) can be installed from my repo.

Regards
Xav'

--- End quote ---
Fixed in trunk

@killerbot
Can you please compile the nightlies with debug symbols enabled, and not strip the binaries? This would help a lot with the crash reports.
Also, can you specify what compiler you are using, so i can try to use the address2line tool to deciffer the call stack of crash reports?

Khram:
In 12802 and new 12813 version of CB: Spellcheck dictionary replaced from \\Compile\CB\Russian-English_personaldictionary.dic to ..\\Application Data\CodeBlocks\Russian-English_personaldictionary.dic

Please return this dictionary to its place in the CodeBlocks directory.

Navigation

[0] Message Index

[#] Next page

Go to full version