hello,
i want to try last patches so i’m trying to compile from source
currently, i started with compiling evolution-data-server
(i’m on Kubuntu 25.10)
make command stop rapidly at 0%
/bin/sh: 1: GETTEXT_MSGFMT_EXECUTABLE-NOTFOUND: not found
make\[2\]: \*\*\* \[data/CMakeFiles/data-files.dir/build.make:80: data/org.gnome.Evolution-alarm-notify.desktop\] Error 127
make\[1\]: \*\*\* \[CMakeFiles/Makefile2:3603: data/CMakeFiles/data-files.dir/all\] Error 2
make: \*\*\* \[Makefile:146: all\] Error 2
i tried apt-get install gettext
/usr/bin/msgfmt is present
make -i get to 100% but with other errors
\[ 76%\] **Generating evolution-source-registry-resource.h**
/home/gilles/sources/evolution-data-server/src/services/evolution-source-registry/evolution-source-registry-resource.xml: Failed to locate “caldav-stub.source” in any source
directory.
\[ 76%\] **Generating evolution-source-registry-resource.c**
/home/gilles/sources/evolution-data-server/src/services/evolution-source-registry/evolution-source-registry-resource.xml: Failed to locate “caldav-stub.source” in any source
directory.
\[ 76%\] Building C object src/services/evolution-source-registry/CMakeFiles/evolution-source-registry.dir/evolution-source-registry.c.o
**/home/gilles/sources/evolution-data-server/src/services/evolution-source-registry/evolution-source-registry.c:31:10:** **fatal error:** evolution-source-registry-resource.h: No su
ch file or directory
31 | #include **"evolution-source-registry-resource.h"**
| **^\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~**
compilation terminated.
is it possible to get help ?