Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Building from source #618

Open
amuuza opened this issue May 30, 2020 · 0 comments
Open

Building from source #618

amuuza opened this issue May 30, 2020 · 0 comments

Comments

@amuuza
Copy link

amuuza commented May 30, 2020

Hi, congratulations for such a nice program. It is great, I saw it working and loved it.

But now I would like to run int on a Trisquel 8 machine (it is based on Ubuntu Xenial) building it from source, I do not want to install it through a package or repo.

I have tried, but I get this problem:

amuuza@trisquel8:~/git/timeshift$ make all
cd src; make all
make[1]: Entering directory '/home/amuuza/git/timeshift/src'
Package vte-2.91 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.91.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.91' found
/bin/bash: line 0: test: -lt: unary operator expected
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
/bin/bash: line 0: test: -gt: unary operator expected
#timeshift-gtk
valac -X -D'GETTEXT_PACKAGE="timeshift"' \
	--Xcc="-lm" --Xcc="-O3" -D VTE_291   \
	Core/*.vala Gtk/*.vala Utility/*.vala Utility/Gtk/*.vala \
	-o timeshift-gtk \
	--pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix \
	--pkg gee-0.8 --pkg json-glib-1.0 \
	--pkg gtk+-3.0 --pkg vte-2.91 
error: Package `gee-0.8' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `vte-2.91' not found in specified Vala API directories or GObject-Introspection GIR directories
Compilation failed: 2 error(s), 0 warning(s)
makefile:51: recipe for target 'app-gtk' failed
make[1]: *** [app-gtk] Error 1
make[1]: Leaving directory '/home/amuuza/git/timeshift/src'
makefile:2: recipe for target 'all' failed
make: *** [all] Error 2

Could anyone please help me?
Or maybe let me know where I could ask for help...

Thank you!

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

No branches or pull requests

1 participant