Sources.ver missing while compiling from source

Hi,
i need to install libreoffice, compiling from source, i’ve already do autogen.sh but when i try to make i’ve this error :

/bin/sh: /tmp/LibreOfficeCore/sources.ver: No such file or directory
Makefile:228: *** Error while retrieving $lo_sources_ver from /tmp/LibreOfficeCore/sources.ver.  Stop.

Why? what can i do? thanks

Just create it, its a small one-line file:

touch sources.ver
echo “lo_sources_ver=5.2.2.2” > sources.ver

(change the version to match your download)