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
- Install GCC 15, for Gentoo this is sys-devel/gcc-15.0.0_pre20241124 and set current compiler profile with gcc-config
- Download https://github.com/dail8859/NotepadNext/archive/refs/tags/v0.9.tar.gz
- tar xfv v0.9.tar.gz, cd NotepadNext-0.9, mkdir build, cd build, qmake6 ../src/NotepadNext.pro, make -j16
Additional Details
No response
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 typePlease find the build log attached
build.log
Steps to Reproduce
Additional Details
No response