Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Help / Re: AVR Compiler
« Last post by ksoni on March 17, 2025, 11:07:25 am »
Hello,
which operating system?
I have multi boot system. XP, win7 and win8.1
12
Help / Re: AVR Compiler
« Last post by ksoni on March 17, 2025, 11:06:11 am »
I have multi boot system, Xp, Win7 and Win 8.1
13
Using Code::Blocks / Re: cbp2make - makefile generation tool
« Last post by stahta01 on March 16, 2025, 10:54:32 pm »
I have added cbp2make to the msys2 mingw codeblocks package; so, the cbp2make.exe will in a few days be part of the codeblocks msys2 mingw package.
14
Plugins development / Re: 'Collector' plugin
« Last post by LETARTARE on March 16, 2025, 12:12:28 pm »
The change of deposit is in progress ...
15
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by Xaviou on March 16, 2025, 11:50:31 am »
Hi.

OS X version of this rev can be downloaded from my website.
Note that it is a macOS-11.7 version but not a notarized one.

32 bits version for Windows can also be found in the same place.

Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04 and 24.10 versions can be installed from my ppa

Regards
Xav'
16
Help / Re: AVR Compiler
« Last post by LETARTARE on March 16, 2025, 10:03:22 am »
Hello,
which operating system?
17
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Krice on March 16, 2025, 09:43:43 am »
In some unrelated projects people have solved this by creating a symlink to libtiff which in this case is libtiff.so.6.0.2 (other files are symlinks themselves) so I did that in my usr/lib64, but now it's just giving an error already in the compile phase, in astyle.h:

Code
In file included from asstreamiterator.h:15,
                 from asstreamiterator.cpp:10:
/usr/include/astyle.h:295:44: error: 'std::string_view' has not been declared
  295 |         const std::string* findHeader(std::string_view line, int i,
      |                                            ^~~~~~~~~~~

This seems to indicate that something doesn't include std::string header, right?

Edit: also, there could be some kind of confusion in including astyle.h in asstreamiterator.h. If you use angle brackets it's trying to find the file in usr/library while there is also plugins/astyle/astyle directory where you can find another astyle.h which is not included unless you write #include "astyle/astyle.h", well I guess depending how this project is handling that kind of stuff, could be something else happening.
18
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by nore on March 15, 2025, 05:40:00 pm »
I will be waiting for the x86 version. Thanks for all the hard work.
19
Nightly builds / The 15 March 2025 build (13634) is out.
« Last post by killerbot on March 15, 2025, 05:31:11 pm »
We switched to gcc 14.2.0 (on 09 December 2024) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.1-12.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64ucrt-12.0.0-r2.7z

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/wxmsw32u_gcc_cb_wx326_2D_gcc1420-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls14.2.0.7z


The 15 March 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250315_rev13634_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • wxSmithContribItems/wxMathPlot: Fix using numbers instead of enums for several properties. This makes the plugin also compatible with later versions of wxMathPlot
  • SDK: Do not crash if a project in the workspace is missing (ticket #1316, thanks LETARTARE)
  • lib_finder: Fix plugin loading on Linux (ticket #1517)

Regressions/Confirmed/Annoying/Common bugs:


    20
    Help / AVR Compiler
    « Last post by ksoni on March 15, 2025, 11:14:19 am »
    How to set / add avr compiler in codeblocks 20:03, 64 bit version
    Pages: 1 [2] 3 4 5 6 7 ... 10