After downloading the latest SVN revision 15916, ./autogen.sh and make --prefix=/opt/xfce4 the installation stops Reproducible: Always Steps to Reproduce: 1. Latest SVN 2. autogen.sh 3. make --prefix=/opt/xfce4 Actual Results: make[3]: *** No rule to make target `util-enum-types.c', needed by `libxfce4util_la-util-enum-types.lo'. Stop. make[3]: Leaving directory `/home/pkgbuilds/libxfce4util/src/libxfce4util/libxfce4util' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/pkgbuilds/libxfce4util/src/libxfce4util/libxfce4util' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/pkgbuilds/libxfce4util/src/libxfce4util' make: *** [all] Error 2 Making install in libxfce4util make[1]: Entering directory `/home/pkgbuilds/libxfce4util/src/libxfce4util/libxfce4util' make install-am make[2]: Entering directory `/home/pkgbuilds/libxfce4util/src/libxfce4util/libxfce4util' make[2]: *** No rule to make target `util-enum-types.c', needed by `libxfce4util_la-util-enum-types.lo'. Stop. make[2]: Leaving directory `/home/pkgbuilds/libxfce4util/src/libxfce4util/libxfce4util' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/pkgbuilds/libxfce4util/src/libxfce4util/libxfce4util' make: *** [install-recursive] Error 1 Expected Results: Gimme a nice xfce desktop :) GCC 3.4.3 Kernel 2.6.11.11 Arch Linux All other Xfce packages (execp libxfcegui4, see next bug) are already SVN version
Same problem with libxfcegui4: Output: netk-window.c:40:29: netk-enum-types.h: No such file or directory netk-window.c: In function `netk_window_class_init': netk-window.c:242: error: `NETK_TYPE_WINDOW_STATE' undeclared (first use in this function) netk-window.c:242: error: (Each undeclared identifier is reported only once netk-window.c:242: error: for each function it appears in.) netk-window.c:262: error: `NETK_TYPE_WINDOW_ACTIONS' undeclared (first use in this function) make[2]: *** [libxfcegui4_la-netk-window.lo] Error 1 make[2]: Leaving directory `/home/pkgbuilds/libxfcegui4/src/libxfcegui4/libxfcegui4' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/pkgbuilds/libxfcegui4/src/libxfcegui4/libxfcegui4' make: *** [install-recursive] Error 1
Hoi nick, never noticed this, but you could try with --enable-maintainer-mode (I think). The files should be generated, but apparently they aren't. I'll have a look.
Ok, I checked and it works fine for me. Anybody else see this?
Well with --enable-maintainer-mode i've compiled libxfcegui4, libxfce4util. But after installation, when i run startxfce4 i get an error, ....unable to open shared library libxfcegui4.so.2 and/or libxfce4util.so.1.... So i tried to symlink those files and i recompiled xfce4-session with maintainer mode, but without succes. PS maintainer mode also worked for libexo and terminal from svn.
This bug is outdated and fixed so i close it.