Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ARCHCRAFT] Solution to | make[1]: *** [makefile:14: all] Error 127 #38

Open
dejapiunrato opened this issue Nov 11, 2022 · 0 comments
Open

Comments

@dejapiunrato
Copy link

dejapiunrato commented Nov 11, 2022

When I tried to compile this repo I had the next error.

cd src; make all make[1]: se entra en el directorio '/home/piesito/conky-manager2/src' #build binaries valac -X -D'GETTEXT_PACKAGE="conky-manager2"' --Xcc="-lm" -X -Wl,-rpath,/usr/share/conky-manager2/libs "Main.vala" "MainWindow.vala" "EditWidgetWindow.vala" "EditThemeWindow.vala" "SettingsWindow.vala" "DonationWindow.vala" "GeneratePreviewWindow.vala" "AboutWindow.vala" "Utility.vala" -o conky-manager2 --pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix --pkg gtk+-3.0 --pkg gee-0.8 --pkg json-glib-1.0 /bin/sh: línea 1: valac: orden no encontrada make[1]: *** [makefile:14: all] Error 127 make[1]: se sale del directorio '/home/piesito/conky-manager2/src' make: *** [makefile:2: all] Error 2

In archcraft is not preinstaled valac package, so is necessary to run this command
sudo pacman -S extra/vala

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant