I just got a report on Debian that xfce4-notes-plugin fails to build with gcc-14 while it was building fine with gcc-13. Downstream bug is at https://bugs.debian.org/1075660 and the log is here:
application.c:3461:87: error: passing argument 2 of 'gtk_menu_shell_append' from incompatible pointer type [-Wincompatible-pointer-types] 3461 | gtk_menu_shell_append ((GtkMenuShell*) _data2_->menu, _tmp9_); | ^~~~~~ | | | GtkMenuItem * {aka struct _GtkMenuItem *}In file included from /usr/include/gtk-3.0/gtk/gtkmenu.h:33, from /usr/include/gtk-3.0/gtk/gtklabel.h:34, from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /usr/include/gtk-3.0/gtk/gtk.h:33:/usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected 'GtkWidget *' {aka 'struct _GtkWidget *'} but argument is of type 'GtkMenuItem *' {aka 'struct _GtkMenuItem *'} 92 | GtkWidget *child); | ~~~~~~~~~~~~~~^~~~~application.c:3470:63: error: passing argument 2 of 'gtk_menu_shell_append' from incompatible pointer type [-Wincompatible-pointer-types] 3470 | gtk_menu_shell_append ((GtkMenuShell*) _data2_->menu, (GtkMenuItem*) mi_sep); | ^~~~~~~~~~~~~~~~~~~~~ | | | GtkMenuItem * {aka struct _GtkMenuItem *}
Unfortunately the C code actually derives from Vala code and I'm not yet able to track the original function. I'll investigate but I guess you know more about Vala than me :)
Designs
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
I'm trying to rebuild from git master but apparently the libraries are called differently?
I get errors like:
error: Package `libxfconf-0' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `libxfce4util-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories
I'm on Debian unstable and I do have the GIR libraries installed but they're called differently:
/usr/share/gir-1.0/Xfconf-0.gir (and not libxfconf-0.gir)
/usr/share/gir-1.0/Libxfce4util-1.0.gir (and not libxfce4util-1-0.gir)
I'm not sure where the difference comes from. It's unrelated but I thought I would notify this.
The error report is not about missing .gir files. It's about missing vala api files which should be found inside /usr/share/vala/vapi and /usr/share/vala-0.56/vapi (for Debian 12).
These api files are missing in Debian because a package maintainer manually disabled vala support in several packages.
I hope the following reports may help you to fix the issue:
I don't think we have anything to patch here. A fix has been made to the build system to ignore warnings from vala-generated C code, and the plugin builds fine in CI where -Werror is now used (clang/gcc), but warnings from generated C code should just be ignored anyway. I don't think you need to patch the code itself for that.
I'll let @spinal84 have a closer look when he has time though.
I can reproduce the issue on NixOS too. The build fails for me when using git cloned source + Vala 0.56.14, or when using the release tarball (which dists C code generated by Vala 0.56.14), and passes when using git cloned source + Vala 0.56.17.
Here is a build log with Vala 0.56.14, GCC 14.2.0, and V=1 passed as make flag:
building '/nix/store/jd69lpdlyb8ilragb9x7ns03mxxlhqzn-xfce4-notes-plugin-1.11.0.drv'...Running phase: unpackPhaseunpacking source archive /nix/store/n7m0h7ycar0xzis040zwh69bfn6jnzwr-xfce4-notes-pluginsource root is xfce4-notes-pluginRunning phase: patchPhaseRunning phase: xdtAutogenPhasePreparing package directory /build/xfce4-notes-plugin...Running autoreconf...autoreconf: export WARNINGS=autoreconf: Entering directory '.'autoreconf: running: autopoint --forceCopying file ABOUT-NLSCopying file config.rpathCopying file m4/codeset.m4Copying file m4/extern-inline.m4Copying file m4/fcntl-o.m4Copying file m4/gettext.m4Copying file m4/glibc2.m4Copying file m4/glibc21.m4Copying file m4/iconv.m4Copying file m4/intdiv0.m4Copying file m4/intl.m4Copying file m4/intldir.m4Copying file m4/intlmacosx.m4Copying file m4/intmax.m4Copying file m4/inttypes-pri.m4Copying file m4/inttypes_h.m4Copying file m4/lcmessage.m4Copying file m4/lib-ld.m4Copying file m4/lib-link.m4Copying file m4/lib-prefix.m4Copying file m4/lock.m4Copying file m4/longlong.m4Copying file m4/nls.m4Copying file m4/po.m4Copying file m4/printf-posix.m4Copying file m4/progtest.m4Copying file m4/size_max.m4Copying file m4/stdint_h.m4Copying file m4/threadlib.m4Copying file m4/uintmax_t.m4Copying file m4/visibility.m4Copying file m4/wchar_t.m4Copying file m4/wint_t.m4Copying file m4/xsize.m4Copying file po/Makefile.in.inCopying file po/Makevars.templateCopying file po/Rules-quotCopying file po/boldquot.sedCopying file po/en@boldquot.headerCopying file po/en@quot.headerCopying file po/insert-header.sinCopying file po/quot.sedCopying file po/remove-potcdate.sinautoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}autoreconf: configure.ac: tracingautoreconf: running: libtoolize --copy --forcelibtoolize: putting auxiliary files in '.'.libtoolize: copying file './ltmain.sh'libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.libtoolize: copying file 'm4/libtool.m4'libtoolize: copying file 'm4/ltoptions.m4'libtoolize: copying file 'm4/ltsugar.m4'libtoolize: copying file 'm4/ltversion.m4'libtoolize: copying file 'm4/lt~obsolete.m4'autoreconf: configure.ac: not using Intltoolautoreconf: configure.ac: not using Gtkdocautoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}autoreconf: running: /nix/store/wky99hgy2w2nb3a6hzgk96yqdbi95zsj-autoconf-2.72/bin/autoconf --forceautoreconf: running: /nix/store/wky99hgy2w2nb3a6hzgk96yqdbi95zsj-autoconf-2.72/bin/autoheader --forceautoreconf: running: automake --add-missing --copy --force-missingconfigure.ac:20: installing './compile'configure.ac:16: installing './config.guess'configure.ac:16: installing './config.sub'configure.ac:22: installing './install-sh'configure.ac:22: installing './missing'lib/Makefile.am: installing './depcomp'autoreconf: './install-sh' is updatedautoreconf: Leaving directory '.'Skipping configure process.Running phase: updateAutotoolsGnuConfigScriptsPhaseUpdating Autotools / GNU config script to a newer upstream version: ./config.subUpdating Autotools / GNU config script to a newer upstream version: ./config.guessRunning phase: configurePhasefixing libtool script ./ltmain.sh./configurepatching script interpreter paths in ./configure./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/sh"configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0 --enable-maintainer-modechecking build system type... x86_64-pc-linux-gnuchecking host system type... x86_64-pc-linux-gnuchecking target system type... x86_64-pc-linux-gnuchecking how to print strings... printfchecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether the compiler supports GNU C... yeschecking whether gcc accepts -g... yeschecking for gcc option to enable C11 features... none neededchecking whether gcc understands -c and -o together... yeschecking for a sed that does not truncate output... /nix/store/gvivnz7rb2gz1vy7d9mdxgzj9didz7w2-gnused-4.9/bin/sedchecking for grep that handles long lines and -e... /nix/store/14aswfz6pm8zvyyy927xzmi8x4rnvlc8-gnugrep-3.11/bin/grepchecking for egrep... /nix/store/14aswfz6pm8zvyyy927xzmi8x4rnvlc8-gnugrep-3.11/bin/grep -Echecking for fgrep... /nix/store/14aswfz6pm8zvyyy927xzmi8x4rnvlc8-gnugrep-3.11/bin/grep -Fchecking for ld used by gcc... ldchecking if the linker (ld) is GNU ld... yeschecking for BSD- or MS-compatible name lister (nm)... nmchecking the name lister (nm) interface... BSD nmchecking whether ln -s works... yeschecking the maximum length of command line arguments... 1572864checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noopchecking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noopchecking for ld option to reload object files... -rchecking for file... filechecking for objdump... objdumpchecking how to recognize dependent libraries... (cached) pass_allchecking for dlltool... nochecking how to associate runtime and link libraries... printf %s\nchecking for archiver @FILE support... @checking for strip... stripchecking for ranlib... ranlibchecking for gawk... gawkchecking command to parse nm output from gcc object... okchecking for sysroot... nochecking for a working dd... /nix/store/k48bha2fjqzarg52picsdfwlqx75aqbb-coreutils-9.5/bin/ddchecking how to truncate binary pipes... /nix/store/k48bha2fjqzarg52picsdfwlqx75aqbb-coreutils-9.5/bin/dd bs=4096 count=1checking for mt... nochecking if : is a manifest tool... nochecking for stdio.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for strings.h... yeschecking for sys/stat.h... yeschecking for sys/types.h... yeschecking for unistd.h... yeschecking for dlfcn.h... yeschecking for objdir... .libschecking if gcc supports -fno-rtti -fno-exceptions... nochecking for gcc option to produce PIC... -fPIC -DPICchecking if gcc PIC flag -fPIC -DPIC works... yeschecking if gcc static flag -static works... nochecking if gcc supports -c -o file.o... yeschecking if gcc supports -c -o file.o... (cached) yeschecking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yeschecking whether -lc should be explicitly linked in... nochecking dynamic linker characteristics... GNU/Linux ld.sochecking how to hardcode library paths into programs... immediatechecking whether stripping libraries is possible... yeschecking if libtool supports shared libraries... yeschecking whether to build shared libraries... yeschecking whether to build static libraries... nochecking for a BSD-compatible install... /nix/store/k48bha2fjqzarg52picsdfwlqx75aqbb-coreutils-9.5/bin/install -cchecking whether build environment is sane... yeschecking for a race-free mkdir -p... /nix/store/k48bha2fjqzarg52picsdfwlqx75aqbb-coreutils-9.5/bin/mkdir -pchecking whether make sets $(MAKE)... yeschecking whether make supports the include directive... yes (GNU style)checking whether make supports nested variables... yeschecking dependency style of gcc... nonechecking whether to enable maintainer-specific portions of Makefiles... yeschecking whether make supports nested variables... (cached) yeschecking for ld used by gcc... (cached) ldchecking if the linker (ld) is GNU ld... (cached) yeschecking for math.h... yeschecking pkg-config is at least version 0.9.0... yeschecking for glib-2.0 >= 2.30.0... 2.82.1checking GLIB_CFLAGS... -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/includechecking GLIB_LIBS... -L/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib -lglib-2.0configure: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.30.0checking pkg-config is at least version 0.9.0... yeschecking for gio-2.0 >= 2.30.0... 2.82.1checking GIO_CFLAGS... -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/includechecking GIO_LIBS... -L/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0checking pkg-config is at least version 0.9.0... yeschecking for gtk+-3.0 >= 3.22.0... 3.24.43checking GTK_CFLAGS... -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzzchecking GTK_LIBS... -L/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib -L/nix/store/vbw9c3pvwli5iidik8dddgz423wr1h18-gtk+3-3.24.43/lib -L/nix/store/j6wpl172pz2323fia7cbjx9lznsc47ri-at-spi2-core-2.54.0/lib -L/nix/store/arrgysrp5ks44qidsf8byjj11pnkaf65-cairo-1.18.2/lib -L/nix/store/mafw0r1djqvl36by8qhz02kmaggh24v8-gdk-pixbuf-2.42.12/lib -L/nix/store/idrnfiw9r87giqiqwr36xkch4dsr0rdz-pango-1.54.0/lib -L/nix/store/dqxy0zqcyhapa6yv3kb4kmj2sfzkgjn2-harfbuzz-10.0.1/lib -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0checking pkg-config is at least version 0.9.0... yeschecking for libxfce4util-1.0 >= 4.14.0... 4.18.2checking LIBXFCE4UTIL_CFLAGS... -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4checking LIBXFCE4UTIL_LIBS... -L/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib -L/nix/store/ki9f4s9105z74wy9q5zidzjinsmpvfjx-libxfce4util-4.18.2/lib -lxfce4util -lglib-2.0checking pkg-config is at least version 0.9.0... yeschecking for libxfce4ui-2 >= 4.14.0... 4.18.6checking LIBXFCE4UI_CFLAGS... -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/3kb0k942bbn4f4lqlj5hsbsd9qn129w7-libxfce4ui-4.18.6-dev/include/xfce4/libxfce4ui-2 -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4checking LIBXFCE4UI_LIBS... -L/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib -L/nix/store/vbw9c3pvwli5iidik8dddgz423wr1h18-gtk+3-3.24.43/lib -L/nix/store/j6wpl172pz2323fia7cbjx9lznsc47ri-at-spi2-core-2.54.0/lib -L/nix/store/arrgysrp5ks44qidsf8byjj11pnkaf65-cairo-1.18.2/lib -L/nix/store/mafw0r1djqvl36by8qhz02kmaggh24v8-gdk-pixbuf-2.42.12/lib -L/nix/store/idrnfiw9r87giqiqwr36xkch4dsr0rdz-pango-1.54.0/lib -L/nix/store/dqxy0zqcyhapa6yv3kb4kmj2sfzkgjn2-harfbuzz-10.0.1/lib -L/nix/store/y4izpzvnzmv10qry7icg513wwrizvcx8-libxfce4ui-4.18.6/lib -L/nix/store/ki9f4s9105z74wy9q5zidzjinsmpvfjx-libxfce4util-4.18.2/lib -lxfce4ui-2 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0checking pkg-config is at least version 0.9.0... yeschecking for libxfconf-0 >= 4.14.0... 4.18.3checking XFCONF_CFLAGS... -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0checking XFCONF_LIBS... -L/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib -L/nix/store/1jbfa6967ml6f4bfl3q2w5kkhqx357c7-xfconf-4.18.3/lib -lxfconf-0 -lgio-2.0 -lgobject-2.0 -lglib-2.0checking pkg-config is at least version 0.9.0... yeschecking for libxfce4panel-2.0 >= 4.14.0... 4.18.6checking LIBXFCE4PANEL_CFLAGS... -pthread -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/cc7cnpa9k5rsmxxqlmajn0p8j7ak4i6m-xfce4-panel-4.18.6-dev/include/xfce4/libxfce4panel-2.0checking LIBXFCE4PANEL_LIBS... -L/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib -L/nix/store/vbw9c3pvwli5iidik8dddgz423wr1h18-gtk+3-3.24.43/lib -L/nix/store/j6wpl172pz2323fia7cbjx9lznsc47ri-at-spi2-core-2.54.0/lib -L/nix/store/arrgysrp5ks44qidsf8byjj11pnkaf65-cairo-1.18.2/lib -L/nix/store/mafw0r1djqvl36by8qhz02kmaggh24v8-gdk-pixbuf-2.42.12/lib -L/nix/store/idrnfiw9r87giqiqwr36xkch4dsr0rdz-pango-1.54.0/lib -L/nix/store/dqxy0zqcyhapa6yv3kb4kmj2sfzkgjn2-harfbuzz-10.0.1/lib -L/nix/store/ki9f4s9105z74wy9q5zidzjinsmpvfjx-libxfce4util-4.18.2/lib -L/nix/store/q9jqdn0z6pf0i727ksyx54bn7jpli527-xfce4-panel-4.18.6/lib -lxfce4panel-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lxfce4util -lglib-2.0checking pkg-config is at least version 0.9.0... yeschecking for gtksourceview-4 >= 4.0.0... 4.8.4checking GTKSOURCEVIEW_CFLAGS... -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4checking GTKSOURCEVIEW_LIBS... -L/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib -L/nix/store/vbw9c3pvwli5iidik8dddgz423wr1h18-gtk+3-3.24.43/lib -L/nix/store/j6wpl172pz2323fia7cbjx9lznsc47ri-at-spi2-core-2.54.0/lib -L/nix/store/arrgysrp5ks44qidsf8byjj11pnkaf65-cairo-1.18.2/lib -L/nix/store/mafw0r1djqvl36by8qhz02kmaggh24v8-gdk-pixbuf-2.42.12/lib -L/nix/store/idrnfiw9r87giqiqwr36xkch4dsr0rdz-pango-1.54.0/lib -L/nix/store/dqxy0zqcyhapa6yv3kb4kmj2sfzkgjn2-harfbuzz-10.0.1/lib -L/nix/store/32valcrqac1kshrfvpsd6zla5bx0r8fh-gtksourceview-4.8.4/lib -lgtksourceview-4 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0checking for valac... /nix/store/8smbcrzzr4289jw7sb4p5r0r5l88mxqg-vala-0.56.14/bin/valacchecking whether /nix/store/8smbcrzzr4289jw7sb4p5r0r5l88mxqg-vala-0.56.14/bin/valac supports at least API version 0.46.0... yeschecking whether NLS is requested... yeschecking for msgfmt... /nix/store/6xqkmada5jpx49dbrl9zjgzslcxzzr17-gettext-0.21.1/bin/msgfmtchecking for gmsgfmt... /nix/store/6xqkmada5jpx49dbrl9zjgzslcxzzr17-gettext-0.21.1/bin/msgfmtchecking for xgettext... /nix/store/6xqkmada5jpx49dbrl9zjgzslcxzzr17-gettext-0.21.1/bin/xgettextchecking for msgmerge... /nix/store/6xqkmada5jpx49dbrl9zjgzslcxzzr17-gettext-0.21.1/bin/msgmergechecking for ld used by gcc... ldchecking if the linker (ld) is GNU ld... yeschecking for shared library run path origin... donechecking how to run the C preprocessor... gcc -Echecking for egrep -e... (cached) /nix/store/14aswfz6pm8zvyyy927xzmi8x4rnvlc8-gnugrep-3.11/bin/grep -Echecking for CFPreferencesCopyAppValue... nochecking for CFLocaleCopyCurrent... nochecking for GNU gettext in libc... yeschecking whether to use NLS... yeschecking where the gettext function comes from... libcchecking whether to build with debugging support... yeschecking if gcc supports -Wall... yeschecking if gcc supports -Wextra... yeschecking if gcc supports -Wno-missing-field-initializers... yeschecking if gcc supports -Wno-unused-parameter... yeschecking if gcc supports -Wmissing-declarations... yeschecking if gcc supports -Wmissing-noreturn... yeschecking if gcc supports -Wpointer-arith... yeschecking if gcc supports -Wcast-align... yeschecking if gcc supports -Wformat... yeschecking if gcc supports -Wformat-security... yeschecking if gcc supports -Wformat-y2k... yeschecking if gcc supports -Winit-self... yeschecking if gcc supports -Wmissing-include-dirs... yeschecking if gcc supports -Wundef... yeschecking if gcc supports -Wredundant-decls... yeschecking if gcc supports -fstack-protector... yeschecking if gcc supports -g... yeschecking if gcc supports -Wshadow... yeschecking if gcc supports -Wnested-externs... yeschecking if gcc supports -Wold-style-definition... yeschecking if gcc supports -Wall... yeschecking if gcc supports -Wextra... yeschecking if gcc supports -Wno-missing-field-initializers... yeschecking if gcc supports -Wno-unused-parameter... yeschecking if gcc supports -Wmissing-declarations... yeschecking if gcc supports -Wmissing-noreturn... yeschecking if gcc supports -Wpointer-arith... yeschecking if gcc supports -Wcast-align... yeschecking if gcc supports -Wformat... yeschecking if gcc supports -Wformat-security... yeschecking if gcc supports -Wformat-y2k... yeschecking if gcc supports -Winit-self... yeschecking if gcc supports -Wmissing-include-dirs... yeschecking if gcc supports -Wundef... yeschecking if gcc supports -Wredundant-decls... yeschecking if gcc supports -fstack-protector... yeschecking if gcc supports -g... yeschecking if gcc supports -Wshadow... yeschecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating data/Makefileconfig.status: creating data/gtk-3.0/Makefileconfig.status: creating data/gtk-3.0/gtk.cssconfig.status: creating data/icons/Makefileconfig.status: creating data/icons/16x16/Makefileconfig.status: creating data/icons/22x22/Makefileconfig.status: creating data/icons/24x24/Makefileconfig.status: creating data/icons/32x32/Makefileconfig.status: creating data/icons/scalable/Makefileconfig.status: creating lib/Makefileconfig.status: creating libc/Makefileconfig.status: creating src/Makefileconfig.status: creating po/Makefile.inconfig.status: creating config.hconfig.status: executing libtool commandsconfig.status: executing depfiles commandsconfig.status: executing po-directories commandsconfig.status: creating po/POTFILESconfig.status: creating po/MakefileBuild Configuration:* Maintainer Mode: yes * Vala: /nix/store/8smbcrzzr4289jw7sb4p5r0r5l88mxqg-vala-0.56.14/bin/valac 0.56* GTK+: 3.24.43* Xfce Panel: 4.18.6* Debug Support: yesRunning phase: buildPhasebuild flags: -j32 SHELL=/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash V=1make all-recursivemake[1]: Entering directory '/build/xfce4-notes-plugin'Making all in datamake[2]: Entering directory '/build/xfce4-notes-plugin/data'Making all in gtk-3.0make[3]: Entering directory '/build/xfce4-notes-plugin/data/gtk-3.0'make[3]: Nothing to be done for 'all'.make[3]: Leaving directory '/build/xfce4-notes-plugin/data/gtk-3.0'Making all in iconsmake[3]: Entering directory '/build/xfce4-notes-plugin/data/icons'Making all in 16x16make[4]: Entering directory '/build/xfce4-notes-plugin/data/icons/16x16'make[4]: Nothing to be done for 'all'.make[4]: Leaving directory '/build/xfce4-notes-plugin/data/icons/16x16'Making all in 22x22make[4]: Entering directory '/build/xfce4-notes-plugin/data/icons/22x22'make[4]: Nothing to be done for 'all'.make[4]: Leaving directory '/build/xfce4-notes-plugin/data/icons/22x22'Making all in 24x24make[4]: Entering directory '/build/xfce4-notes-plugin/data/icons/24x24'make[4]: Nothing to be done for 'all'.make[4]: Leaving directory '/build/xfce4-notes-plugin/data/icons/24x24'Making all in 32x32make[4]: Entering directory '/build/xfce4-notes-plugin/data/icons/32x32'make[4]: Nothing to be done for 'all'.make[4]: Leaving directory '/build/xfce4-notes-plugin/data/icons/32x32'Making all in scalablemake[4]: Entering directory '/build/xfce4-notes-plugin/data/icons/scalable'make[4]: Nothing to be done for 'all'.make[4]: Leaving directory '/build/xfce4-notes-plugin/data/icons/scalable'make[4]: Entering directory '/build/xfce4-notes-plugin/data/icons'make[4]: Nothing to be done for 'all-am'.make[4]: Leaving directory '/build/xfce4-notes-plugin/data/icons'make[3]: Leaving directory '/build/xfce4-notes-plugin/data/icons'make[3]: Entering directory '/build/xfce4-notes-plugin/data'make[3]: Nothing to be done for 'all-am'.make[3]: Leaving directory '/build/xfce4-notes-plugin/data'make[2]: Leaving directory '/build/xfce4-notes-plugin/data'Making all in libmake[2]: Entering directory '/build/xfce4-notes-plugin/lib'rm -f libnotes_la_vala.stamp && echo stamp > libnotes_la_vala.stamp-t/nix/store/8smbcrzzr4289jw7sb4p5r0r5l88mxqg-vala-0.56.14/bin/valac --library=libnotes --header=libnotes.h --vapidir=. --pkg=config --pkg=libxfconf-0 --pkg=libxfce4util-1.0 --pkg=gtksourceview-4 --pkg=gtk+-3.0 -C icon-button.vala window-monitor.vala application.vala hypertextview.vala note.vala window.vala theme.vala theme-gtkcss.valahypertextview.vala:223.3-223.18: warning: Xnp.HypertextView.undo hides inherited method `Gtk.SourceView.undo'. Use the `new' keyword if hiding was intentional 223 | public void undo () { | ^~~~~~~~~~~~~~~~ hypertextview.vala:229.3-229.18: warning: Xnp.HypertextView.redo hides inherited method `Gtk.SourceView.redo'. Use the `new' keyword if hiding was intentional 229 | public void redo () { | ^~~~~~~~~~~~~~~~ hypertextview.vala:45.5-45.17: warning: `Gtk.Widget.override_font' has been deprecated since 3.16 45 | override_font (font_descr); | ^~~~~~~~~~~~~ application.vala:1061.22-1061.38: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10 1061 | var mi_add = new Gtk.ImageMenuItem.with_mnemonic (_("_Add a new group")); | ^~~~~~~~~~~~~~~~~ application.vala:1061.9-1061.14: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10 1061 | var mi_add = new Gtk.ImageMenuItem.with_mnemonic (_("_Add a new group")); | ^~~~~~ window.vala:42.3-42.26: warning: `Gtk.UIManager' has been deprecated since 3.10 42 | private Gtk.UIManager ui; | ^~~~~~~~~~~~~~~~~~~~~~~~ window.vala:59.3-59.38: warning: `Gtk.ActionGroup' has been deprecated since 3.10 59 | private Gtk.ActionGroup action_group; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ window.vala:212.28-212.42: warning: `Gtk.ActionGroup' has been deprecated since 3.10 212 | this.action_group = new Gtk.ActionGroup ("XNP"); | ^~~~~~~~~~~~~~~ window.vala:215.18-215.30: warning: `Gtk.UIManager' has been deprecated since 3.10 215 | this.ui = new Gtk.UIManager (); | ^~~~~~~~~~~~~ window.vala:865.16-865.32: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10 865 | mi = new Gtk.ImageMenuItem.with_label (note.name); | ^~~~~~~~~~~~~~~~~ window.vala:780.17-780.33: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10 780 | var mi = new Gtk.ImageMenuItem.with_mnemonic (text); | ^~~~~~~~~~~~~~~~~ window.vala:780.8-780.9: warning: `Gtk.ImageMenuItem' has been deprecated since 3.10 780 | var mi = new Gtk.ImageMenuItem.with_mnemonic (text); | ^~ window.vala:232.16-232.39: warning: `Gtk.Widget.get_modifier_style' has been deprecated since 3.0 232 | var style = frame.get_modifier_style (); | ^~~~~~~~~~~~~~~~~~~~~~~~ window.vala:235.4-235.21: warning: `Gtk.Widget.modify_style' has been deprecated since 3.0 235 | frame.modify_style (style); | ^~~~~~~~~~~~~~~~~~ window.vala:736.4-736.18: warning: `Gtk.Menu.popup' has been deprecated since 3.22 736 | this.menu.popup (null, null, menu_position, 0, Gtk.get_current_event_time ()); | ^~~~~~~~~~~~~~~ window.vala:757.48-757.64: warning: `Gdk.Screen.height' has been deprecated since 3.22 757 | if (y + allocation.y + requisition.height > Gdk.Screen.height ()) { | ^~~~~~~~~~~~~~~~~ window.vala:765.32-765.47: warning: `Gdk.Screen.width' has been deprecated since 3.22 765 | if (x + requisition.width > Gdk.Screen.width ()) { | ^~~~~~~~~~~~~~~~ window.vala:564.5-564.15: warning: `Gtk.Widget.get_pointer' has been deprecated since 3.4 564 | get_pointer (out curx, out cury); | ^~~~~~~~~~~ window.vala:573.5-573.19: warning: `Gtk.Menu.popup' has been deprecated since 3.22 573 | this.menu.popup (null, null, null, 0, Gtk.get_current_event_time ()); | ^~~~~~~~~~~~~~~ Compilation succeeded - 19 warning(s)mv -f libnotes_la_vala.stamp-t libnotes_la_vala.stamp/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc"\" -DPKGDATADIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes"\" -DGETTEXT_PACKAGE=\""xfce4-notes-plugin"\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c -o libnotes_la-icon-button.lo `test -f 'icon-button.c' || echo './'`icon-button.c/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc"\" -DPKGDATADIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes"\" -DGETTEXT_PACKAGE=\""xfce4-notes-plugin"\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c -o libnotes_la-window-monitor.lo `test -f 'window-monitor.c' || echo './'`window-monitor.c/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc"\" -DPKGDATADIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes"\" -DGETTEXT_PACKAGE=\""xfce4-notes-plugin"\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c -o libnotes_la-application.lo `test -f 'application.c' || echo './'`application.c/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc"\" -DPKGDATADIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes"\" -DGETTEXT_PACKAGE=\""xfce4-notes-plugin"\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c -o libnotes_la-hypertextview.lo `test -f 'hypertextview.c' || echo './'`hypertextview.c/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc"\" -DPKGDATADIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes"\" -DGETTEXT_PACKAGE=\""xfce4-notes-plugin"\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c -o libnotes_la-note.lo `test -f 'note.c' || echo './'`note.c/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc"\" -DPKGDATADIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes"\" -DGETTEXT_PACKAGE=\""xfce4-notes-plugin"\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c -o libnotes_la-window.lo `test -f 'window.c' || echo './'`window.c/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc"\" -DPKGDATADIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes"\" -DGETTEXT_PACKAGE=\""xfce4-notes-plugin"\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c -o libnotes_la-theme.lo `test -f 'theme.c' || echo './'`theme.c/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc"\" -DPKGDATADIR=\""/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes"\" -DGETTEXT_PACKAGE=\""xfce4-notes-plugin"\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c -o libnotes_la-theme-gtkcss.lo `test -f 'theme-gtkcss.c' || echo './'`theme-gtkcss.clibtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc\" -DPKGDATADIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes\" -DGETTEXT_PACKAGE=\"xfce4-notes-plugin\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c theme-gtkcss.c -fPIC -DPIC -o .libs/libnotes_la-theme-gtkcss.olibtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc\" -DPKGDATADIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes\" -DGETTEXT_PACKAGE=\"xfce4-notes-plugin\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c note.c -fPIC -DPIC -o .libs/libnotes_la-note.olibtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc\" -DPKGDATADIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes\" -DGETTEXT_PACKAGE=\"xfce4-notes-plugin\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c window-monitor.c -fPIC -DPIC -o .libs/libnotes_la-window-monitor.olibtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc\" -DPKGDATADIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes\" -DGETTEXT_PACKAGE=\"xfce4-notes-plugin\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c hypertextview.c -fPIC -DPIC -o .libs/libnotes_la-hypertextview.olibtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc\" -DPKGDATADIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes\" -DGETTEXT_PACKAGE=\"xfce4-notes-plugin\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c application.c -fPIC -DPIC -o .libs/libnotes_la-application.olibtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc\" -DPKGDATADIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes\" -DGETTEXT_PACKAGE=\"xfce4-notes-plugin\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c icon-button.c -fPIC -DPIC -o .libs/libnotes_la-icon-button.olibtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc\" -DPKGDATADIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes\" -DGETTEXT_PACKAGE=\"xfce4-notes-plugin\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c window.c -fPIC -DPIC -o .libs/libnotes_la-window.olibtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/etc\" -DPKGDATADIR=\"/nix/store/4jzl98pgzl91lkbq9929xhmxy8ld8ywh-xfce4-notes-plugin-1.11.0/share/xfce4/notes\" -DGETTEXT_PACKAGE=\"xfce4-notes-plugin\" -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0 -I/nix/store/h3cmz7dg1y1rv4m059x19wvmnj626lap-at-spi2-core-2.54.0-dev/include/atk-1.0 -I/nix/store/x8kaq8y5mwh024vmf39n9lgbnm7hkd2c-cairo-1.18.2-dev/include/cairo -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include/freetype2 -I/nix/store/x0b1icbpys9gg7dhvnnjdyqp0al5r41h-freetype-2.13.3-dev/include -I/nix/store/kw3c67kz15lrnfnwg814jdckhh7q2iqf-gdk-pixbuf-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/w9bhh1qd2022g14z6kkkqfh6sr2h1x5y-pango-1.54.0-dev/include/pango-1.0 -I/nix/store/ym8r2f74c5sq4hnwmkpv2l862fvmfjyp-harfbuzz-10.0.1-dev/include/harfbuzz -I/nix/store/l97bfs9xm9y318fy08zbqqsrsas6ybjb-gtksourceview-4.8.4-dev/include/gtksourceview-4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/akyvk8kc81x6j1bbkniqhw529nx4w5vq-libxfce4util-4.18.2-dev/include/xfce4 -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include -I/nix/store/pq7p4bqr2wimdp1qp01q10gbvasd55hk-glib-2.82.1-dev/include/glib-2.0 -I/nix/store/jq1ydifw3ip1vx94dl8w8bgvr07l6s3x-glib-2.82.1/lib/glib-2.0/include -I/nix/store/nz3cx5m5djf06lysp51fh6iwvjrkaybl-xfconf-4.18.3-dev/include/xfce4/xfconf-0 -w -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wmissing-declarations -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wformat -Wformat-security -Wformat-y2k -Winit-self -Wmissing-include-dirs -Wundef -Wredundant-decls -fstack-protector -g -Wshadow -Wnested-externs -Wold-style-definition -c theme.c -fPIC -DPIC -o .libs/libnotes_la-theme.owindow.c: In function 'xnp_window_build_menu':window.c:2636:40: error: passing argument 2 of 'gtk_menu_item_set_submenu' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 2636 | gtk_menu_item_set_submenu (mi, menu_go); | ^~~~~~~ | | | GtkMenu * {aka struct _GtkMenu *}In file included from /nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0/gtk/gtkcheckmenuitem.h:33, from /nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0/gtk/gtk.h:72, from libnotes.h:6, from window.c:23:/nix/store/1yi5i1vlmqimx0qqvwdqiqhv0j65h5vb-gtk+3-3.24.43-dev/include/gtk-3.0/gtk/gtkmenuitem.h:121:69: note: expected 'GtkWidget *' {aka 'struct _GtkWidget *'} but argument is of type 'GtkMenu *' {aka 'struct _GtkMenu *'} 121 | GtkWidget *submenu); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~window.c: In function 'xnp_window_rename_current_note':window.c:3838:16: error: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 3838 | _tmp7_ = gtk_dialog_get_content_area (_tmp6_); | ^application.c: In function 'xnp_application_rename_window':application.c:2340:16: error: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 2340 | _tmp2_ = gtk_dialog_get_content_area (_tmp1_); | ^make[2]: *** [Makefile:558: libnotes_la-window.lo] Error 1make[2]: *** Waiting for unfinished jobs....make[2]: *** [Makefile:537: libnotes_la-application.lo] Error 1make[2]: Leaving directory '/build/xfce4-notes-plugin/lib'make[1]: *** [Makefile:494: all-recursive] Error 1make[1]: Leaving directory '/build/xfce4-notes-plugin'make: *** [Makefile:426: all] Error 2
To simplify the case, I tried making this test.c and the -w does not seem to be enough for me:
#include<stdio.h>voidtest(int*ptr){printf("The value is: %d\n",*ptr);}intmain(){charch='A';test(&ch);return0;}
With GCC 13, gcc test.c prints test.c:9:10: warning: passing argument 1 of 'test' from incompatible pointer type [-Wincompatible-pointer-types], and gcc -w test.c prints nothing.
With GCC 14, gcc test.c prints test.c:9:10: error: passing argument 1 of 'test' from incompatible pointer type [-Wincompatible-pointer-types], and gcc -w test.c still prints test.c:9:10: error: passing argument 1 of 'test' from incompatible pointer type [-Wincompatible-pointer-types].