Skip to content

NotepadNext 0.9 does not build against upcoming GCC 15 #669

@SigHunter

Description

@SigHunter

Operating System and Version

Gentoo Linux

Distribution

ebuild, compiled from source

Description

I packaged notepadnext for Gentoo GURU Overlay and was made aware, that it does not compile with upcoming GCC Version 15 and I am able to reproduce this aswell. The issue seems to be with Scintilla, I hope opening a bug report for NotepadNext is the correct way

GCC Version: 15 git Snapshot 2024-11-24
Qt Version: 6.7.3
Kernel Version: 6.11.10-gentoo-dist (64-bit)

ScintillaTypes.h:693:18: error: intptr_t does not name a type

Please find the build log attached
build.log

Steps to Reproduce

  1. Install GCC 15, for Gentoo this is sys-devel/gcc-15.0.0_pre20241124 and set current compiler profile with gcc-config
  2. Download https://github.com/dail8859/NotepadNext/archive/refs/tags/v0.9.tar.gz
  3. tar xfv v0.9.tar.gz, cd NotepadNext-0.9, mkdir build, cd build, qmake6 ../src/NotepadNext.pro, make -j16

Additional Details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildCompilation/build issueslinuxRelated specifically to Linux-based OSsscintillaDirectly related to the Scintilla editing component

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions