Hi Janek, something in your comments seems weird.
I am running a full build with 99_build_tde.sh script These failures are caused by missing dependencies
The 99_build_tde.sh script would build things in a clean environment, so the required dependencies would be automatically installed as needed. So it seems weird that you run into missing dependencies. Can you explain more about how you are building things? Also I would suggest you first start building individual modules to check your setup is correct, then switch to group builds (00_... to 17_... scripts) before trying the full 99_build_tde.sh script.
- Once I install the missing dependencies, what is the right way of rebuilding the failed
modules? Should I run build_module.sh for each of the failed modules? Or should I do 99_build_tde.sh and it will only rebuild the failed modules?
Yes, run build_module.sh for each of the failed modules. If you run 99_build_tde.sh, it will rebuild everything again.
- I am missing packages such as libtqt3-mt-dev or tqt3-dev-tools. These should be installed from
TDE repo, correct? I am running this in a VM that has no graphical environment at the moment, and thus no TDE.
Those packages are part of tqt, so again it seems you may have something wrong in your setup??
Cheers Michele