Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Nightly builds / Re: The 08 December 2024 build (13596) is out.
« Last post by Xaviou on December 09, 2024, 09:17:57 pm »
Hi
Second try.
Successfully built on Debian 11 and uploaded to Launchpad for Ubuntu build (should  be ok).

Thank you.
2
Nightly builds / Re: The 08 December 2024 build (13596) is out.
« Last post by Miguel Gimenez on December 09, 2024, 07:14:00 pm »
Second try.

I have compiled Source Exporter succesfully on Mint with wx3.0 using the new CBP file.
3
Nightly builds / Re: The 08 December 2024 build (13596) is out.
« Last post by Xaviou on December 09, 2024, 05:51:16 pm »
Hi
Quote
Ubuntu-22.04 build failed for the same reason than Debian Bullseye : wxWidgets < 3.1.2

wxPDFDocument v1.2 does not support wxWidgets < 3.2, but we still support wx3.0 (at least on Linux). This issue should be fixed in current trunk, see r13597.
r13597 is not enough : see https://github.com/utelle/wxpdfdoc/commit/3d43def79877567cde5a33b26925f523d14ad86f

Regards
Xav'
4
Nightly builds / Re: The 08 December 2024 build (13596) is out.
« Last post by Miguel Gimenez on December 09, 2024, 09:21:49 am »
Quote
Ubuntu-22.04 build failed for the same reason than Debian Bullseye : wxWidgets < 3.1.2

wxPDFDocument v1.2 does not support wxWidgets < 3.2, but we still support wx3.0 (at least on Linux). This issue should be fixed in current trunk, see r13597.
5
Embedded development / Re: Including IAR-specific Library Function Definitions
« Last post by stahta01 on December 09, 2024, 12:14:48 am »
You have the folder "Trojan Battery Dropbox" implies a special folder. You might try not using a special folder.

Edit: If I was you, I would search for libraries in the compiler installation folder, likely with ".a" extension and try them in the CB project library list one at a time till I find the one to fix the first linking error you got.

Tim S.
6
Nightly builds / Re: The 08 December 2024 build (13596) is out.
« Last post by Xaviou on December 08, 2024, 06:40:55 pm »
Hi.

OS X version of this rev can no be built due to the fact that I can't yet upgrade my system or my version of the build tools, and some functions needed by wxPdfDocument are missing.

32 bits version for Windows can be downloaded from my website.

Debian Bookworm version (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.

There is no actual version for Debian Bullseye because it uses (and provide) only wxWidgets-3.0.5 and wxPdfDocument need some functions only available since wxWidgets-3.1.2 (such as wxDisplay::GetPPI() ).
Perhaps I'll try in the future to upgrade to a more recent version of wxWidgets (for example those provided by CodeLite).

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

Regards
Xav'

Edit: Ubuntu-22.04 build failed for the same reason than Debian Bullseye : wxWidgets < 3.1.2 => Build log file

Edit2: Rev 13598 available for Ubuntu 22.04 and Debian 11.
7
Nightly builds / Re: The 08 December 2024 build (13596) is out.
« Last post by cdavalillo on December 08, 2024, 02:08:03 pm »
How long it would take for a Linux version of these nightly builds??? O better a new Linux version of Code::Blocks???
8
Nightly builds / Re: The 08 December 2024 build (13596) is out.
« Last post by killerbot on December 08, 2024, 08:39:42 am »
preparing the next nightly based on gcc 14.2.0
9
Nightly builds / The 08 December 2024 build (13596) is out.
« Last post by killerbot on December 08, 2024, 08:37:45 am »
We switched to gcc 14.1.0 (on 20 May 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.1.0posix-18.1.5-11.0.1-ucrt-r1/winlibs-x86_64-posix-seh-gcc-14.1.0-mingw-w64ucrt-11.0.1-r1.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_gcc1410-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls14.1.0.7z


The 08 December 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20241208_rev13596_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • updated wxPdfDocument library to v1.2.0
  • Scripted wizard: Changes for wxWidgets >= 3.3 (thanks PB)

Regressions/Confirmed/Annoying/Common bugs:


    10
    Embedded development / Re: Including IAR-specific Library Function Definitions
    « Last post by stahta01 on December 07, 2024, 09:44:53 pm »
    A wild guess from Google results is trying "-r" in other linker options.

    You will likely need to figure out how to look at and understand the output of your Compiler and Linker.
    This will likely result in your reading the manual for both of them.

    Edit: If the "-r" option does not make a difference, I would remove the option.

    Edit3: I really wish you read and followed the links! Because you did not you are going to get poor feedback. Goodbye!

    Tim S.
    Pages: [1] 2 3 4 5 6 ... 10