User forums > Nightly builds

The 25 October 2020 build (12214) is out.

<< < (2/3) > >>

MortenMacFly:
...I can also confirm that reverting r12214 fixes the regression. So I am voting to wither revert r12214 or Pecan comes up with a proper fix. We also have tools to test macrosmanager's functionality... just as a reminder. ;-)

Unfortunately, this also broke compiling C::B with C::B for me. Luckily I had a backup. Phew... ;D

J.:

--- Quote from: oBFusCATed on October 25, 2020, 03:52:14 pm ---@j. Can you describe the steps which lead to a breakage for you?

--- End quote ---
Sure - please see the simple example attached; run the target DEBUG to see that a non-defined variable is NOT expanded to an empty string.

As already mentioned by others above the compilation of CB with a CB project should fail, too.  Please note that the issue is same for non-defined variables contained in compiler macro strings, since I believe that the macro manager is impacted by the patch.

killerbot:
with the latest commits of today, I can no longer build CB


--- Code: ---[  8.8%] g++.exe -Wall -g -pipe -mthreads -m64 -fmessage-length=0 -fexceptions -std=gnu++11 -DHAVE_W32API_H -D__WXMSW__ -DWXUSINGDLL -DcbDEBUG -DNOPCH -DwxUSE_UNICODE -D_WIN64 -D__WX__ -DWINVER=0x0501 -DLINK_LEXERS -DSCI_LEXER -DWXMAKINGDLL_SCI -std=c++11 -Wno-unused-local-typedefs -Wno-deprecated-declarations -IE:\Development\wxWidgets-3.1.3\include -IE:\Development\wxWidgets-3.1.3\lib\gcc_dll$(WX_CFG)\mswu -Isdk\wxscintilla\include -Iinclude\tinyxml -Isdk\wxscintilla\src\scintilla\include -Isdk\wxscintilla\src\scintilla\src -Isdk\wxscintilla\src\scintilla\lexlib -c E:\Codeblocks\src\sdk\wxscintilla\src\scintilla\lexers\LexConf.cxx -o .objs31_64\sdk\wxscintilla\src\scintilla\lexers\LexConf.o
In file included from E:\Development\wxWidgets-3.1.3\include/wx/defs.h:45,
                 from E:\Development\wxWidgets-3.1.3\include/wx/wxprec.h:12,
                 from E:\Codeblocks\src\sdk\wxscintilla\src\PlatWX.cpp:8:
E:\Development\wxWidgets-3.1.3\include/wx/platform.h:154:10: fatal error: wx/setup.h: No such file or directory
 #include "wx/setup.h"
          ^~~~~~~~~~~~
compilation terminated.


--- End code ---

oBFusCATed:
@killerbot: Which commit in particular? Are you using the latest night build or the one before it?

killerbot:
this is by using the nightly kicked out this morning, and taking in the commits that happened this afternoon.

Are you hinting that this nightly is actually broken due to that macro manager ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version