User forums > Nightly builds

The 26 July 2019 build (11810) is out.

(1/5) > >>

killerbot:

IMPORTANT : THIS IS THE THIRD BUILD THAT USES WX 311 with 2D SUPPORT.




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 : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_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 26 July 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20190726_rev11810_win64.7z
  - Linux :
   none

The current SDK version is : 1.43.0

Resolved Fixed:


* SDK: Add $PLATFORM macro that expands to "msw" on windows and "unix" on linux and mac
* UI: Apply scale factor to the toolbar size
* UI: Make button images (zoom in/out) in the help plugin panel to be HiDPI aware
* UI: Make it possible to use the cbArtProvider with toolbars
* SDK: Make cbGetContentScaleFactor and cbGetActualContentScaleFactor to take const references to windows
* UI: Move select_target.png to sdk/resoucres
* UI: Use toolbar art providers for main, compiler and debugger toolbars
* wxSmith: Make wxParentProperty read only in wxsChart (ticket #853,thanks Miguel Gimenez)
* UI: Make the SpellChecker icons in the status bar to be HiDPI aware
* SpellChecker: Make the popup menu to show when pressing the left button
* SpellChecker: Try to fix build when using non-default install path for hunspell
* build: Copy the SpellChecker files to the bundle on macOS
Regressions/Confirmed/Annoying/Common bugs:


killerbot:
Plugin resource not found: SpellChecker.zip

gd_on:
I have found a problem in spellchecker\update.bat (modification introduced in svn 11807).
The line containing

--- Code: ---:mkdirSilent - create a directory if it doesn't exists
--- End code ---
is bad interpreted, as if it tried to execute strings after the - sign.
If I modify it by :

--- Code: ---REM  - create a directory if it doesn't exists
:mkdirSilent
--- End code ---
it works.
I also modify the line containing, just in case of ... :

--- Code: ---:copyImageFiles
--- End code ---
Quite strange because the same syntax is accepted in the main update.bat

Gd_èon

oBFusCATed:
Are the line endings windows correct? There is a chance I've edited the file on linux. Also I've tried it and it seemed to work... :( This is quite annoying. I guess I have to just try to port the build system to cmake or meson and stop bother with all these annoyances.

oBFusCATed:
Can you try if adding these at the top fixes it?

--- Code: ---REM SETLOCAL assures environment variables created in a batch file are not exported to its calling environment
setlocal

SETLOCAL ENABLEEXTENSIONS

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version