We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
sudo pacman -S extra/vala
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: