GNOME Bugzilla – Bug 130537
gnome-mime-data CVS doesn't compile properly...
Last modified: 2004-12-22 21:47:04 UTC
I'm using jhbuild to build Gnome from CVS. When it cames to gnome-mime-data it fails with that error : make[2]: Entering directory `/root/cvs/gnome2/gnome-mime-data' make[2]: *** No rule to make target `gnome-vfs.keys', needed by `all-am'. Stop. So I've executed this command : intltool-merge ./po gnome-vfs.keys.in gnome-vfs.keys -k -u -c ./po/.intltool-merge-cache Then it works... But I don't know if the command is correct and how to hack the Makefile properly to "add a rule to make target `gnome-vfs.keys'" :-). If someone can help :P
I've found a problem, after running the ./configure script (Even via ./autogen.sh), I've this problem : ./config.status: line 1103: /intltool-extract.in: No such file or directory mv: cannot stat `intltool-extract.out': No such file or directory chmod: failed to get attributes of `intltool-extract': No such file or directory chmod: failed to get attributes of `intltool-extract': No such file or directory ./config.status: line 1112: /intltool-merge.in: No such file or directory mv: cannot stat `intltool-merge.out': No such file or directory chmod: failed to get attributes of `intltool-merge': No such file or directory chmod: failed to get attributes of `intltool-merge': No such file or directory ./config.status: line 1122: /intltool-update.in: No such file or directory mv: cannot stat `intltool-update.out': No such file or directory chmod: failed to get attributes of `intltool-update': No such file or directory chmod: failed to get attributes of `intltool-update': No such file or directory config.status: executing default-3 commands If intltool tools aren't there, there's no way to create the .keys files needed for this package.
*** This bug has been marked as a duplicate of 130469 ***