Building Libreoffice from source with boost_date_time

hi, i’m trying to build Libreoffice on debian testing from source, and getting this error:

checking which boost to use... external
checking for boostlib >= 1.69 (106900)... yes
checking whether the Boost::Date_Time library is available... yes
checking for exit in -lboost_date_time... yes
checking whether the Boost::Filesystem library is available... yes
configure: error: Could not link against boost_date_time !
Error running configure at ./autogen.sh line 333.

do i need to install more packages?

i needed to install not only datetime, but also other packages: apt install libboost-{date-time,filesystem,iostreams,locale}-dev

now i have another error (libmdds too old) but i’ll mark this topic solved