Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Nightly builds / Re: The 06 March 2024 build (13485) is out.
« Last post by DigitalSpaceDotName on March 10, 2024, 02:49:12 pm »
Hi.

If you will want to prepare main trunk for new wx-3.3 you can use my patch files and safe some time. ;-)
https://github.com/tomasmark79/codeblocks-dark
Greetings.
62
General (but related to Code::Blocks) / Re: CB C++ Issue with GNU C++ 17 (ISO)
« Last post by Grit Clef on March 10, 2024, 09:13:09 am »
Also, what is the difference between Project ->Build Options    and   Setting->Compiler->Global Compiler Settings.
The descriptions seem to be seemly the same.
Just as the "Global" means, Global Compiler Settings will make effects on every project in your CodeBlocks, every source file. Instead, Build Options will only influence that  project, each project can have different options.
I suggest you updating your compiler, not using MinGW 8.1.0!
63
Help / Re: standalone linux executable
« Last post by stormfinger on March 10, 2024, 08:42:50 am »
thank you
64
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.......

65
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.
67
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
68
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 ???
69
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/
70
Development / Re: Small patch for out of bounds warning.
« Last post by grem on March 09, 2024, 08:11:44 pm »
Pages: 1 2 3 4 5 6 [7] 8 9 10