Hi all!
I'm trying to compile TDE r14.0.x from git for FreeBSD 11.0-RELEASE-p3. Somehow compilation fails for "tqmake" with the following errormessages:
# cd TDE/tde-packaging/freebsd/dependencies/tqmake/ root@t60:/home/nik/TDE/tde-packaging/freebsd/dependencies/tqmake# make ===> Building for tqmake-14.0.4 "/usr/share/mk/bsd.init.mk", line 12: Unknown directive Unknown modifier 'U'
"/usr/share/mk/bsd.compiler.mk", line 38: Malformed conditional (${MK_CCACHE_BUILD:Uno} == "yes" && !make(showconfig) && (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == "")) "/usr/share/mk/bsd.compiler.mk", line 107: missing `in' in for X_ in CC $${_empty_var_} XCC X_ "/usr/share/mk/bsd.compiler.mk", line 108: Malformed conditional (${cc} == "CC" || !empty(XCC)) Unknown modifier 'h'
Error expanding embedded variable. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1
Stop. make[1]: stopped in /usr/home/nik/TDE/tde-packaging/freebsd/dependencies/tqmake *** Error code 1
Stop. make: stopped in /usr/home/nik/TDE/tde-packaging/freebsd/dependencies/tqmake
Does anybody know what to do about it?
Nik