User forums > Nightly builds

The 08 March 2020 build (11979) is out.

(1/4) > >>

killerbot:
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_wx313_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 08 March 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200308_rev11979_win64.7z
  - Linux :
   none

The current SDK version is : 1.47.0

Resolved Fixed:


* SDK: Rework for the $if conditional evaluation in the MacrosManager. This will allow the user to use macros in all places of the condition. (Ticket #520)
* SDK: Add test scripts for SDK testing. Add Tests for $if evaluation
Regressions/Confirmed/Annoying/Common bugs:


Xaviou:
Hi

OS X version of this rev can be downloaded from my Google Drive (needs at least OS X 10.15)

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

Regards
Xav'

oBFusCATed:
Night builds for ubuntu could be found here: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly (the build is slightly newer, but shouldn't be too different).

New Pagodi:
I don't know if I should ask this here or in the development forum, but as I recently learned, due to changes with the wxWidgets build system, the Code::Blocks  wizard will no longer work for projects targeting x64 cpus.

The problem is that the build system used to place the libraries in a folder named something like "vc_dll" or "gcc_lib", but now a modifier will be added for x64 systems such as "vc_x64_dll" or "vc_x64_lib". 

Would it be possible to modify the screen below in the wizard to add either an new checkbox for x64 systems or a new textbox like the "Configuration" one where a user could input "x64".  The checkbox would be simpler but the textbox would be more flexible.  I'd be happy to help modfify the project script to use the input from the new control, but I don't know how to add new items to the screens in the wizard.

Also since the changes to the build folders are due to making wxWidgets projects dpi aware, it might also be a good idea a checkbox for an option like "Make project dpi aware".  This should just require adding "/MANIFESTINPUT:amd64_dpi_aware_pmv2.manifest" and "/MANIFEST:EMBED" to the linker settings (at least for visual c++, I'm not sure about gcc) when that option is checked.  But that will only work with wxWidgets 3.14 or later and will produce an error with earlier versions since that file doesn't exist before 3.14.  So it might be a problematic addition.

BlueHazzard:
The best place would be the source forge bug tracker...

Navigation

[0] Message Index

[#] Next page

Go to full version