User forums > Nightly builds

The 11 November 2021 build (12537) is out.

(1/3) > >>

killerbot:
We switched to wx 3.1.5 --> 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.

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 11 November 2021 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20211111_rev12537_win64.7z
  - Linux :
   none

The current SDK version is : 2.16.0

Resolved Fixed:


* AUI: Add option to set font size in wxAUI headers
* envars: Fix bug where "Set not found" error messages appeared wrongly, and bug where envars where not applied (fix #1145, thanks Miguel Gimenez)
Regressions/Confirmed/Annoying/Common bugs:


AndrewCot:
The FortranProject plugin was not rebuilt with the C::B SDK 2.1.6 and as such the FortranProject  plugin does not load (same issue with 12535 BTW).

The error message in the log is:
  SDK version mismatch for FortranProject (2.14.0). Expecting 2.16.0


Something to check, so the next nightly includes a FortranProject plugin that can be loaded.

killerbot:
ok thanks for the feedback, will address this.

gd_on:
More, the "call" to the fortranproject build is no more included in the 64 bit C::B workspace (CodeBlocks_wx31_64.workspace), but is present in 32 bit workspace or the contrib plugin workspace (ContribPlugins_wx31_64.workspace).
It could also be nice if 2 patches published by M. Gimenez (tickets #1148 & 1149) could be included.

Miguel Gimenez:

--- Quote ---the "call" to the fortranproject build is no more included in the 64 bit C::B workspace
--- End quote ---

It was removed in r12528, probably a mistake. This shouid fix it.

--- Code: ---Index: src/CodeBlocks_wx31_64.workspace
===================================================================
--- src/CodeBlocks_wx31_64.workspace (revision 12537)
+++ src/CodeBlocks_wx31_64.workspace (working copy)
@@ -81,6 +81,9 @@
  <Project filename="plugins/contrib/FileManager/FileManager_wx31_64.cbp">
  <Depends filename="CodeBlocks_wx31_64.cbp" />
  </Project>
+ <Project filename="plugins/contrib/FortranProject/FortranProject_cbsvn_wx31_64.cbp">
+ <Depends filename="CodeBlocks_wx31_64.cbp" />
+ </Project>   
  <Project filename="plugins/contrib/headerfixup/headerfixup_wx31_64.cbp">
  <Depends filename="CodeBlocks_wx31_64.cbp" />
  </Project>

--- End code ---

EDIT: the changes in r12528 should be applied also to CodeBlocks_wx31.workspace


--- Code: ---Index: src/CodeBlocks_wx31.workspace
===================================================================
--- src/CodeBlocks_wx31.workspace (revision 12537)
+++ src/CodeBlocks_wx31.workspace (working copy)
@@ -6,60 +6,148 @@
  <Project filename="tools/cb_share_config/cb_share_config_wx31.cbp" />
  <Project filename="tools/CBLauncher/CbLauncher_wx31.cbp" />
  <Project filename="tools/cbp2make/cbp2make_wx31.cbp" />
- <Project filename="plugins/codecompletion/cctest_wx31.cbp" />
- <Project filename="plugins/contrib/wxContribItems/wxContribItems_wx31.cbp" />
- <Project filename="plugins/contrib/wxSmith/wxSmith_wx31.cbp" />
+ <Project filename="plugins/codecompletion/cctest_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/wxContribItems/wxContribItems_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/wxSmith/wxSmith_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
  <Project filename="plugins/contrib/wxSmithContribItems/wxSmithContribItems_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
  <Depends filename="plugins/contrib/wxContribItems/wxContribItems_wx31.cbp" />
  <Depends filename="plugins/contrib/wxSmith/wxSmith_wx31.cbp" />
  </Project>
  <Project filename="plugins/contrib/wxSmithAui/wxSmithAui_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
  <Depends filename="plugins/contrib/wxSmith/wxSmith_wx31.cbp" />
  </Project>
- <Project filename="plugins/headerguard/headerguard_wx31.cbp" />
- <Project filename="plugins/loghacker/loghacker_wx31.cbp" />
- <Project filename="plugins/ModPoller/ModPoller_wx31.cbp" />
- <Project filename="plugins/tidycmt/tidycmt_wx31.cbp" />
- <Project filename="plugins/contrib/AutoVersioning/AutoVersioning_wx31.cbp" />
- <Project filename="plugins/contrib/BrowseTracker/BrowseTracker_wx31.cbp" />
- <Project filename="plugins/contrib/byogames/byogames_wx31.cbp" />
- <Project filename="plugins/contrib/cb_koders/cb_koders_wx31.cbp" />
- <Project filename="plugins/contrib/Cccc/Cccc_wx31.cbp" />
- <Project filename="plugins/contrib/codesnippets/codesnippets_wx31.cbp" />
- <Project filename="plugins/contrib/codestat/codestat_wx31.cbp" />
- <Project filename="plugins/contrib/copystrings/copystrings_wx31.cbp" />
- <Project filename="plugins/contrib/CppCheck/CppCheck_wx31.cbp" />
- <Project filename="plugins/contrib/Cscope/Cscope_wx31.cbp" />
- <Project filename="plugins/contrib/devpak_plugin/DevPakPlugin_wx31.cbp" />
- <Project filename="plugins/contrib/DoxyBlocks/DoxyBlocks_wx31.cbp" />
- <Project filename="plugins/contrib/dragscroll/DragScroll_wx31.cbp" />
- <Project filename="plugins/contrib/EditorConfig/EditorConfig_wx31.cbp" />
- <Project filename="plugins/contrib/EditorTweaks/EditorTweaks_wx31.cbp" />
- <Project filename="plugins/contrib/envvars/envvars_wx31.cbp" />
- <Project filename="plugins/contrib/FileManager/FileManager_wx31.cbp" />
- <Project filename="plugins/contrib/FortranProject/FortranProject_cbsvn_wx31.cbp" />
- <Project filename="plugins/contrib/headerfixup/headerfixup_wx31.cbp" />
- <Project filename="plugins/contrib/help_plugin/help-plugin_wx31.cbp" />
- <Project filename="plugins/contrib/HexEditor/HexEditor_wx31.cbp" />
- <Project filename="plugins/contrib/IncrementalSearch/IncrementalSearch_wx31.cbp" />
- <Project filename="plugins/contrib/keybinder/keybinder_wx31.cbp" />
+ <Project filename="plugins/headerguard/headerguard_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/loghacker/loghacker_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/ModPoller/ModPoller_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/tidycmt/tidycmt_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/AutoVersioning/AutoVersioning_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/BrowseTracker/BrowseTracker_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/byogames/byogames_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/cb_koders/cb_koders_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/Cccc/Cccc_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/codesnippets/codesnippets_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/codestat/codestat_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/copystrings/copystrings_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/CppCheck/CppCheck_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/Cscope/Cscope_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/devpak_plugin/DevPakPlugin_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/DoxyBlocks/DoxyBlocks_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/dragscroll/DragScroll_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/EditorConfig/EditorConfig_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/EditorTweaks/EditorTweaks_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/envvars/envvars_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/FileManager/FileManager_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/FortranProject/FortranProject_cbsvn_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/headerfixup/headerfixup_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/help_plugin/help-plugin_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/HexEditor/HexEditor_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/IncrementalSearch/IncrementalSearch_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/keybinder/keybinder_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
  <Project filename="plugins/contrib/lib_finder/lib_finder_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
  <Depends filename="plugins/contrib/wxContribItems/wxContribItems_wx31.cbp" />
  </Project>
- <Project filename="plugins/contrib/MouseSap/MouseSap_wx31.cbp" />
- <Project filename="plugins/contrib/NassiShneiderman/NassiShneiderman_wx31.cbp" />
- <Project filename="plugins/contrib/profiler/cbprofiler_wx31.cbp" />
- <Project filename="plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator_wx31.cbp" />
- <Project filename="plugins/contrib/regex_testbed/RegExTestbed_wx31.cbp" />
- <Project filename="plugins/contrib/ReopenEditor/ReopenEditor_wx31.cbp" />
- <Project filename="plugins/contrib/rndgen/rndgen_wx31.cbp" />
- <Project filename="plugins/contrib/SmartIndent/SmartIndent_wx31.cbp" />
- <Project filename="plugins/contrib/source_exporter/Exporter_wx31.cbp" />
- <Project filename="plugins/contrib/SpellChecker/SpellChecker_wx31.cbp" />
- <Project filename="plugins/contrib/symtab/symtab_wx31.cbp" />
+ <Project filename="plugins/contrib/MouseSap/MouseSap_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/NassiShneiderman/NassiShneiderman_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/profiler/cbprofiler_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/regex_testbed/RegExTestbed_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/ReopenEditor/ReopenEditor_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/rndgen/rndgen_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/SmartIndent/SmartIndent_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/source_exporter/Exporter_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/SpellChecker/SpellChecker_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
+ <Project filename="plugins/contrib/symtab/symtab_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
  <Project filename="plugins/contrib/ThreadSearch/ThreadSearch_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
  <Depends filename="plugins/contrib/wxContribItems/wxContribItems_wx31.cbp" />
  </Project>
- <Project filename="plugins/contrib/ToolsPlus/ToolsPlus_wx31.cbp" />
+ <Project filename="plugins/contrib/ToolsPlus/ToolsPlus_wx31.cbp">
+ <Depends filename="CodeBlocks_wx31.cbp" />
+ </Project>
  </Workspace>
 </CodeBlocks_workspace_file>

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version