Created
September 23, 2012 16:51
-
-
Save Riateche/3772273 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making all in data | |
make[1]: Entering directory `/home/ri/programs/emperor/data' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/ri/programs/emperor/data' | |
Making all in po | |
make[1]: Entering directory `/home/ri/programs/emperor/po' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/ri/programs/emperor/po' | |
Making all in src | |
make[1]: Entering directory `/home/ri/programs/emperor/src' | |
Making all in config | |
make[2]: Entering directory `/home/ri/programs/emperor/src/config' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/home/ri/programs/emperor/src/config' | |
Making all in application | |
make[2]: Entering directory `/home/ri/programs/emperor/src/application' | |
rm -f emperor_vala.stamp && echo stamp > emperor_vala.stamp-t | |
CDPATH="${ZSH_VERSION+.}:" && cd . && --pkg=gio-2.0 --pkg=gio-unix-2.0 --pkg=posix --pkg=gtk+-3.0 --pkg=gee-0.8 --vapidir=/home/ri/programs/emperor/src/config --pkg=emperor_config --pkg=json-glib-1.0 --vapidir=/home/ri/programs/emperor/src/application -g --pkg=gmodule-2.0 --pkg=libnotify -D HAVE_LIBNOTIFY --vapi=emperor.vapi --header=emperor.h --pkg=gio-2.0 --pkg=gio-unix-2.0 --pkg=posix --pkg=gtk+-3.0 --pkg=gee-0.8 --vapidir=/home/ri/programs/emperor/src/config --pkg=emperor_config --pkg=json-glib-1.0 --vapidir=/home/ri/programs/emperor/src/application -g -C emperor_core.vala configuration_manager.vala module_registry.vala module_delegates.vala user_interface_manager.vala input_mode.vala mount_manager.vala file_pane_interface.vala abstract_file_pane.vala file_pane_with_toolbars.vala table_file_pane.vala file_info_column.vala main_window.vala input_dialog.vala external_applications.vala mountwait.vala mountwait-dialog.vala mountwait-notification.vala archive_types.vala | |
/bin/bash: --pkg=gio-2.0: command not found | |
make[2]: *** [emperor_vala.stamp] Error 127 | |
make[2]: Leaving directory `/home/ri/programs/emperor/src/application' | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory `/home/ri/programs/emperor/src' | |
make: *** [all-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment