I'm trying to compile the latest version from git, and I get the error Running aclocal -I /home/jpreiss/work/xfce/deploy/share/xfce4/dev-tools/m4macros -I /usr/share//xfce4/dev-tools/m4macros... Running autoheader... Running automake --force-missing --add-missing --copy --gnu... configure.ac:40: error: required file './ltmain.sh' not found Is there simply a file not added to git? I copied the one from xfce4-indicator-plugin as a workaround.
Until I fix this, try running autoreconf -i before autogen.sh, this should get it working. It's a problem with the git repo only, not the distribution packages. I should be able to fix it similarly to xfce4-cpufreq-plugin, but don't have time to test it now.
Hello, Did you run ./autogen.sh --enable-maintainer-mode as specified in http://docs.xfce.org/xfce/building? This should take care of this kind of stuff. Cheers, Jérôme
Yes, I did.(In reply to Jérôme Guelfucci from comment #2) > Did you run ./autogen.sh --enable-maintainer-mode as specified
Created attachment 5280 Patch which fixes the issue for me This fixes the issue for me.
Works like a charm. Thank you.
Thanks for the patch, fixed in http://git.xfce.org/panel-plugins/xfce4-eyes-plugin/commit/?id=9365424047ad8fc3cfd1fdb7b0bdb06e22c704d4.