User forums > Nightly builds

The 25 October 2020 build (12214) is out.

(1/3) > >>

killerbot:
new PATCHED wx dll , please download these too and replace your old ones !!!

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-2.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 25 October 2020 build is out.
  - Windows :
   THIS NIGHTLY HAS BEEN REMOVED, IT BREAKS A LOT OF PROJECTS
  - Linux :
   none

The current SDK version is : 2.4.0

Resolved Fixed:


* CC: Don't provide completions for unsupported files (ticket #1019)
* compiler: Parse correctly newer formats emitted by the IAR compiler (thanks Alatar)
* debugger: Use absolute paths when getting the backtraces with GDB
* Project Menu: Do not show "Notes" and "Set programs' arguments" if not project is open (Ticket #998, thanks Miguel Gimenez
* MacrosManager - Fix: do not clobber $text that is not a CB macro. See: http://forums.codeblocks.org/index.php/topic,24192
Regressions/Confirmed/Annoying/Common bugs:


killerbot:
I think there might be something wrong with the Fortran Project, I get the following log messages "

FortranProject
FortranProject plugin error: file E:\Codeblocks\src\output31_64\share\codeblocks/images/fortranproject/fortran_intrinsic_modules.f90 was not found.
FortranProject plugin error: file E:\Codeblocks\src\output31_64\share\codeblocks/images/fortranproject/fortran_procedures.f90 was not found.

J.:

--- Quote from: killerbot on October 25, 2020, 09:37:40 am ---MacrosManager - Fix: do not clobber $text that is not a CB macro. See: http://forums.codeblocks.org/index.php/topic,24192

--- End quote ---
This fix breaks existing configuration of CB itself and CB projects and it would sadly make project specific variables almost obsolete: E.g., a variable in a macro which is not defined was and should be expected to be replaced by the empty string (as already suspected by oBFusCATed in the thread mentioned above). 

It would be helpful it this was revisited.  ... reverting to CB_20201003.

oBFusCATed:
@j. Can you describe the steps which lead to a breakage for you?

MortenMacFly:

--- Quote from: J. on October 25, 2020, 10:57:29 am ---This fix breaks existing configuration of CB itself

--- End quote ---
I can confirm that. The patch introduces a serious regression:

If you have setup your compilers like $(CODEBLOCKS)\MinGW becasue it shall be portable, the executable is no longer found and you see in the log messages like:
NativeParser::SafeExecute: Invalid application command: $(CODEBLOCKS)\MinGW\bin\g++.exe

As you can see, at least the macro $(CODEBLOCKS) to the portable installation folder is no longer translated.

Navigation

[0] Message Index

[#] Next page

Go to full version