Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
@block blast You can select all files that start with "How config ...." in this repository and click on these files to read the contents (they have the same information across Markdown, PDF, and txt formats for each category of "compilers/packages"), or you can download them.
2
Using Code::Blocks / Re: Using Code::Blocks on a Chromebook
« Last post by amandamturner on Today at 03:46:51 am »
Adaptability at Code::Blocks with the HP Chromebook x360, with a particular focus on which version users should download with ease.
3
Help / Re: Installing Code::Blocks from source on Linux
« Last post by SharkCZ on Yesterday at 04:30:29 pm »
You can get the latest nightly C::B for Fedora from https://copr.fedorainfracloud.org/coprs/sharkcz/danny/. As for the build procedure you can take a look at the spec file, it shows what package you need to have installed and what commands to run, see https://src.fedoraproject.org/rpms/codeblocks/blob/rawhide/f/codeblocks.spec
4
Help / Re: AVR Compiler
« Last post by ksoni on Yesterday at 11:07:25 am »
Hello,
which operating system?
I have multi boot system. XP, win7 and win8.1
5
Help / Re: AVR Compiler
« Last post by ksoni on Yesterday at 11:06:11 am »
I have multi boot system, Xp, Win7 and Win 8.1
6
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.
7
Plugins development / Re: 'Collector' plugin
« Last post by LETARTARE on March 16, 2025, 12:12:28 pm »
The change of deposit is in progress ...
8
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'
9
Help / Re: AVR Compiler
« Last post by LETARTARE on March 16, 2025, 10:03:22 am »
Hello,
which operating system?
10
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.
Pages: [1] 2 3 4 5 6 ... 10