@Zhilkin
It seems to all be related around lines 130-135 of overmap.cpp which is part of the Cataclysm-Lib project.
The errors read that “there is an illegal statement or sub-expression for ‘constexpr’ function” and “constexpr function can only have one return statement”. And the two linker errors are associated with being unable to find the overmap.obj. So I believe that if the error with this specific function, “constexpr bool has_segment( size_t line, om_direction::type dir)” is fixed then it would compile successfully. Only thing is I am a bit lost on which return statement is needed and which one can be tossed.
Thanks in advance for any help.