Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
555 stars 55 forks source link

Make error when installing from source #179

Closed mrmostafaxd closed 1 month ago

mrmostafaxd commented 1 month ago

Hello, I have Ubuntu 24.04 installed with Gnome 46 and nautilus 46.2 .

when I try to install nautilus-open-any-terminal from source using the command sudo make install-nautilus schema, it shows me the following error:

make -C nautilus_open_any_terminal/locale install
make[1]: Entering directory '/home/dell/Downloads/built_from_source/nautilus-open-any-terminal/nautilus_open_any_terminal/locale'
for lang in de es fr he pl pt_BR ru sw tr zh_CN; do \
    install -Dm644 ${lang}.mo /usr/share/locale/${lang}/LC_MESSAGES/nautilus-open-any-terminal.mo; \
done
install: cannot stat 'de.mo': No such file or directory
install: cannot stat 'es.mo': No such file or directory
install: cannot stat 'fr.mo': No such file or directory
install: cannot stat 'he.mo': No such file or directory
install: cannot stat 'pl.mo': No such file or directory
install: cannot stat 'pt_BR.mo': No such file or directory
install: cannot stat 'ru.mo': No such file or directory
install: cannot stat 'sw.mo': No such file or directory
install: cannot stat 'tr.mo': No such file or directory
install: cannot stat 'zh_CN.mo': No such file or directory
make[1]: *** [Makefile:15: install] Error 1
make[1]: Leaving directory '/home/dell/Downloads/built_from_source/nautilus-open-any-terminal/nautilus_open_any_terminal/locale'
make: *** [Makefile:36: install-common] Error 2
lvxnull commented 1 month ago

Please compile the translations with make before installing.