When I compile C::B svn 13356 with last g++ version form msys2 on windows (version 13.2.0), I obtain this error :
compiler.o:compiler.cpp:(.rdata$_ZTV8Compiler[_ZTV8Compiler]+0x230)||undefined reference to `Compiler::CheckForWarningsAndErrors(wxString const&, long&, wxString&)'|
||error: ld returned 1 exit status|
probably in relation with modifications introduced in svn 13355 in compiler.h and advancedcompileroptionsdlg.cpp.
I tried a full rebuild.
Looks like the modified compiler.cpp with the new overload for CheckForWarningsAndErrors() was not commited.
@MortenMacFly, can you take a look?. Thank you.
I have the same problem on Linux x86_64.
is this a showstopper for the CB release this year?
Quoteis this a showstopper for the CB release this year?
No. It is very likely, that just the modified compiler.cpp was missing in the commit, like Miguel Gimenez already stated.
I also cannot compile head.
.objs32_64\sdk\compiler.o:compiler.cpp:(.rdata$_ZTV8Compiler[_ZTV8Compiler]+0x230): undefined reference to `Compiler::CheckForWarningsAndErrors(wxString const&, long&, wxString&)'
collect2.exe: error: ld returned 1 exit status
Process terminated with status 1 (0 minute(s), 54 second(s))
2 error(s), 17 warning(s) (0 minute(s), 54 second(s))
I send morten an email, and hopefully he will fix this soon. :)
Morten has fixed the issue. :)
Also on Linux, cb compiles again with the fix made in svn 13360. Thank you.
It's OK now. Many thanks.