Activity for Nico P

  • Nico P Nico P modified a comment on ticket #84

    Making PCH optional is not always well understood so I didn’t propose but that's great, thank you !

  • Nico P Nico P posted a comment on ticket #84

    Making PCH is not always well understood so I didn’t propose but that's great, thank you !

  • Nico P Nico P posted a comment on ticket #84

    I think DISABLE_LV2 is better, yes. lv2 is the name of the option here (gentoo). Thanks.

  • Nico P Nico P posted a comment on ticket #1746

    Hi, Patch src/base/Pitch.cpp for QObject is required here : --- a/src/base/Pitch.cpp +++ b/src/base/Pitch.cpp @@ -28,6 +28,8 @@ #include <vector> +#include <QObject> + //dmm This will make everything excruciatingly slow if defined: //#define DEBUG_PITCH

  • Nico P Nico P posted a comment on ticket #85

    Duplicate, sry : sourceforge warned me with an error but 1 hour later create a ticket ...

  • Nico P Nico P posted a comment on ticket #1746

    Hi, Sry for the delay. I think you can find what you want in the attachments of https://bugs.gentoo.org/957755 (build log https://bugs.gentoo.org/attachment.cgi?id=932747) Let me know if you want other tests.

  • Nico P Nico P created ticket #10

    static fails: missing $(OBJECTS2)

  • Nico P Nico P posted a comment on ticket #1746

    I still reproduce the error with 25.06 + 70307a cmake-4.1.2 / gcc-15/16 / qt-6.9.3

  • Nico P Nico P posted a comment on ticket #1747

    Delete the line is sufficient. --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,8 +172,6 @@ endif() find_package(ZLIB REQUIRED) -find_package(X11 REQUIRED) # for XSetErrorHandler & XGetErrorText - pkg_check_modules(LIBLO REQUIRED liblo>=0.7) pkg_check_modules(LRDF REQUIRED lrdf>=0.2)

  • Nico P Nico P created ticket #1747

    X11 seems not required

  • Nico P Nico P created ticket #1746

    it fails to build shared libs

  • Nico P Nico P created ticket #118

    Fix lto type-mismatch (regression 2.2.18)

  • Nico P Nico P posted a comment on ticket #113

    It just works with: sed -e '/infbrowser/d' -i src/Makefile.am

  • Nico P Nico P modified ticket #79

    Fix compile with musl and ffmpeg 8.0

  • Nico P Nico P created ticket #79

    Fix compile with musl and ffmpeg 8.0

  • Nico P Nico P posted a comment on ticket #112

    Sry for the delay, yes, just checked (r9158) in Makefile.am All "about_rev.h.tmp:" can't be skipped

  • Nico P Nico P posted a comment on ticket #2

    sentinel needs a pointer, use NULL defined ((void *)0) in gcc or clang ckpass.c: In function ‘pipeout’: ckpass.c:681:17: warning: missing sentinel in function call [-Wformat=] 681 | execl(command, command, 0); | ^~~~~ --- a/ckpass.c +++ b/ckpass.c @@ -677,7 +677,7 @@ int pipeout(const char *command, const char *s) close(pipefd[1]); /* Close write end. */ dup2(pipefd[0], 0); /* Dup read end to stdin. */ - execl(command, command, 0); + execl(command, command, NULL); /* I don't really think these are...

  • Nico P Nico P created ticket #2

    fix compile- init_windows without a prototype / null pointer

  • Nico P Nico P posted a comment on ticket #112

    @oli4, my bad, I think you didn't committed the last patch from the comment.

  • Nico P Nico P modified a comment on ticket #112

    updated --- a/configure.ac +++ b/configure.ac @@ -151,12 +151,19 @@ AC_ARG_ENABLE( ) dnl # make DEVELOPEMENT enabled when compiling from svn, and disabled when compiling from an exported source tree. -AC_MSG_CHECKING([for svn tree or exported source tree]) BF_want_development="no" -BF_svnversion=`LANG=C svnversion -n . || echo exported` -if test "x$BF_svnversion" != "xexported" ; then - AC_MSG_RESULT([svn]) - BF_want_development="yes" +AC_MSG_CHECKING([for svn tree or exported source tree]) +AM_CONDITIONAL([SVN],...

  • Nico P Nico P posted a comment on ticket #112

    updated --- a/configure.ac +++ b/configure.ac @@ -151,12 +151,19 @@ AC_ARG_ENABLE( ) dnl # make DEVELOPEMENT enabled when compiling from svn, and disabled when compiling from an exported source tree. -AC_MSG_CHECKING([for svn tree or exported source tree]) BF_want_development="no" -BF_svnversion=`LANG=C svnversion -n . || echo exported` -if test "x$BF_svnversion" != "xexported" ; then - AC_MSG_RESULT([svn]) - BF_want_development="yes" +AC_MSG_CHECKING([for svn tree or exported source tree]) +AM_CONDITIONAL([SVN],...

  • Nico P Nico P created ticket #114

    fix compile with clang-20, incompatible-pointer-types-discards-qualifiers

  • Nico P Nico P created ticket #113

    information browser plugin with deprecated function from libxml2

  • Nico P Nico P created ticket #112

    Make svn optional

  • Nico P Nico P created ticket #111

    Make charmap plugin really optional

  • Nico P Nico P created ticket #8

    fix gcc15 - do not use bool keyword

  • Nico P Nico P created ticket #1187

    List mp3 in 'All Supported Bistreams' if enabled in ffmpeg settings

  • Nico P Nico P posted a comment on ticket #215

    bool defined is not compatible with bool predefined in C23. Thus, a simple exclusion cannot be applied as it could break other programs that use id3lib. A new my_bool must be defined.

  • Nico P Nico P created ticket #1185

    Fails to build with projectm4 : &ProjectMWidget undefined

1
MongoDB Logo MongoDB