Cannot build it on fedora
Closed this issue · 3 comments
moritztk commented
running meson build
yields
The Meson build system
Version: 0.50.1
Source dir: /home/user/backend/Evolution-DecSync
Build dir: /home/user/backend/Evolution-DecSync/build
Build type: native build
Project name: evolution-decsync
Project version: 1.0.3
Native C compiler: cc (gcc 9.2.1 "cc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1)")
Native Vala compiler: valac (valac 0.44.8)
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.6.1)
Dependency gee-0.8 found: YES 0.20.2
Dependency json-glib-1.0 found: YES 1.4.4
Dependency libedata-book-1.2 found: YES 3.32.4
Did not find CMake 'cmake'
Found CMake: NO
Dependency libedata-cal-2.0 found: NO (tried pkgconfig)
meson.build:12:0: ERROR: Dependency "libedata-cal-2.0" not found, tried pkgconfig
A full log can be found at /home/user/backend/Evolution-DecSync/build/meson-logs/meson-log.txt
39aldo39 commented
Could you give the output of evolution --version
? If it is 3.30 (or 3.32 I think), you should use the branch evolution-3.30
by executing git checkout evolution-3.30
first.
moritztk commented
yeah, looks like fedora doest support evolution >3.32
yet. let me check.
moritztk commented
Fixed it, thank you!