Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Krice on March 18, 2025, 07:18:36 pm »
it shows what package you need to have installed

Am I supposed to know how to read that? I think compiler errors could also hint that wxWidgets is missing, but it should be installed... Maybe I could try to write a wx program to see if it works. Anyway, how is this so difficult? I think this is more difficult than when I tried to compile Code::Blocks in OSX and that was a journey.
22
Help / Re: Installing Code::Blocks from source on Linux
« Last post by SharkCZ on March 17, 2025, 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
23
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
24
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
25
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.
26
Plugins development / Re: 'Collector' plugin
« Last post by LETARTARE on March 16, 2025, 12:12:28 pm »
The change of deposit is in progress ...
27
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'
28
Help / Re: AVR Compiler
« Last post by LETARTARE on March 16, 2025, 10:03:22 am »
Hello,
which operating system?
29
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.
30
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.
Pages: 1 2 [3] 4 5 6 7 8 ... 10