Skip to content

Release tarball for 1.2.9 does not include xfce4cpp subdir.

Release tarball for 1.2.9 does not include xfce4cpp sub-directory. Therefore, compilation fails:

os.cc:32:10: fatal error: ../xfce4cpp/string-utils.hh: No such file or directory
 #include "../xfce4cpp/string-utils.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:606: libcpugraph_la-os.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from properties.cc:30:
cpu.h:35:10: fatal error: ../xfce4cpp/rgba.hh: No such file or directory
 #include "../xfce4cpp/rgba.hh"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:613: libcpugraph_la-properties.lo] Error 1
In file included from cpu.cc:30:
cpu.h:35:10: fatal error: ../xfce4cpp/rgba.hh: No such file or directory
 #include "../xfce4cpp/rgba.hh"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:599: libcpugraph_la-cpu.lo] Error 1
In file included from mode.h:27,
                 from mode.cc:33:
cpu.h:35:10: fatal error: ../xfce4cpp/rgba.hh: No such file or directory
 #include "../xfce4cpp/rgba.hh"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:592: libcpugraph_la-mode.lo] Error 1
In file included from settings.h:27,
                 from settings.cc:30:
cpu.h:35:10: fatal error: ../xfce4cpp/rgba.hh: No such file or directory
 #include "../xfce4cpp/rgba.hh"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:620: libcpugraph_la-settings.lo] Error 1
make[2]: Leaving directory '/builddir/build/BUILD/xfce4-cpugraph-plugin-1.2.9/panel-plugin'
make[1]: *** [Makefile:466: all-recursive] Error 1
make[1]: Leaving directory '/builddir/build/BUILD/xfce4-cpugraph-plugin-1.2.9'
make: *** [Makefile:398: all] Error 2