dbusmenu cannot be compiled
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DBus Menu |
New
|
Undecided
|
Unassigned | ||
libdbusmenu (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When I try to compile dbusmenu on Foresight linux I see this error message:
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
configure:
libdbusmenu Configuration:
Prefix: /usr
Massive Debugging: no
GTK+ Version: 3
configure: Tests: yes
configure: Gtk: yes (gtk3)
configure: Vala bindings: yes
configure: Dumper: yes
+ cd '/tmp/rmake/
make all-recursive
make[1]: Entering directory `/tmp/rmake/
Making all in libdbusmenu-glib
make[2]: Entering directory `/tmp/rmake/
mkdir -p `dirname ./enum-types.h`
\
--template ./enum-types.h.in \
./menuitem.h ./menuitem-proxy.h ./server.h ./client.h ./types.h > xgen-eh \
&& (cmp -s xgen-eh ./enum-types.h || cp -f xgen-eh ./enum-types.h) \
&& rm -f xgen-eh \
&& echo timestamp > stamp-enum-types
/bin/sh: line 1: --template: command not found
make[2]: *** [stamp-enum-types] Error 127
make[2]: Leaving directory `/tmp/rmake/
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/rmake/
make: *** [all] Error 2
Im trying to compile version 0.5.90
Roelof