Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Help / Re: standalone linux executable
« Last post by stormfinger on March 10, 2024, 08:42:50 am »
thank you
62
General (but related to Code::Blocks) / CB C++ Issue with GNU C++ 17 (ISO)
« Last post by jmClifford on March 10, 2024, 08:34:58 am »
Hi. I have a "to-do list" projects (compliments of OttoBotCode on the web).  It works fine when I have no Project->Build Options->Compiler setting Flags select.  However when I select say GNU C++ 17 ISO, the compiler errors.

A part of the build messages;
wx_pch_h_gch: not used because `__cpp_static_assert' defined as ` 201411' not ` 200410' [-Winvalid-pch]|

C:\Program Files\CodeBlocks\MinGW\lib\gcc\x86_64-w64-mingw32\8.1.0\include\c++\bits\fs_path.h||In member function 'std::filesystem::__cxx11::path& std::filesystem::__cxx11::path::operator/=(const std::filesystem::__cxx11::path&)':|
C:\Program Files\CodeBlocks\MinGW\lib\gcc\x86_64-w64-mingw32\8.1.0\include\c++\bits\fs_path.h|237| error:      no match for 'operator!=      (operand types are 'std::filesystem::__cxx11::path' and 'std::filesystem::__cxx11::path')|
C:\Program Files\CodeBlocks\MinGW\lib\gcc\x86_64-w64-mingw32\8.1.0\include\c++\bits\stl_pair.h|456|note: candidate: 'template<class _T1, class _T2> constexpr bool std::operator!=(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)'|
C:\Program Files\CodeBlocks\MinG

Also, what is the difference between Project ->Build Options    and   Setting->Compiler->Global Compiler Settings.
The descriptions seem to be seemly the same.

Regards JC.......

63
Using Code::Blocks / Re: Strange crash
« Last post by Grit Clef on March 10, 2024, 06:35:41 am »
Oh, no! Today I built CB r13490 myself entirely, but when I ttied to run it, it crashed at startup! Luckily, I use the one in devel32. So the RPT file may include something useful.
P.S. I tried to delete all the conf files and restart CB, but it still crashed. This new RPT file is also attached.
P.S. 2 There must be some problems with KeyBinder, because when I delete it and start CB, nothing is wrong.
65
Help / Re: codeblocks randomly crashes when writing
« Last post by BomberKing on March 09, 2024, 11:14:19 pm »
i sent issue info to debian team hope it gets fixed quickly
66
Help / Re: codeblocks randomly crashes when writing
« Last post by BomberKing on March 09, 2024, 10:50:35 pm »
that's not what i meant
it would take ages to fix this for them

sorry for the inconvenience  i am newbie at linux and trying to get used
is there a simple way to install codeblocks without using apt ???
67
Development / Re: Small patch for out of bounds warning.
« Last post by grem on March 09, 2024, 08:50:38 pm »
Attached file "Scintilla_fix_buffer_over-read_with_absolute_reference.patch" contains prepared patch that is taken from upstream fix.

I created patch-ticket: https://sourceforge.net/p/codeblocks/tickets/1463/
68
Development / Re: Small patch for out of bounds warning.
« Last post by grem on March 09, 2024, 08:11:44 pm »
69
Help / Re: codeblocks randomly crashes when writing
« Last post by stahta01 on March 09, 2024, 06:10:10 pm »
i am using debian
i don't know why but the last version of codeblocks from apt is causing the crash
is there anyway to install  an updated version for me?

Report the problem and the fix to the Debian team and ask them to up date the package in sid.
Then install the updated sid package.

Edit: You should try the sid package before reporting the problem to the Debian team.

Tim S.
70
Help / Re: codeblocks randomly crashes when writing
« Last post by BomberKing on March 09, 2024, 01:30:29 pm »
i am using debian
i don't know why but the last version of codeblocks from apt is causing the crash
is there anyway to install  an updated version for me?
Pages: 1 2 3 4 5 6 [7] 8 9 10