This is my first attempt a building tqt3 from the git
tree and I've run into a problem. The good news it the build continued for quite
some
time. I wasn't timing, but is estimate 60+% of the build completed. The
errors at the end of the build were:
Tim just posted that he discovered some new but nasty build failures related to tqt3.
If you want to practice building from GIT, reset to GIT hash
975cc10f8bfcab94ff4e641775473095af0e778a. That would be Feb. 25, the patch pushed by Tim
to close bug report 874. Read the Commit Patches web page. that page has the first 8
digits of the hash (975cc10f).
Reset like this:
cd $GIT_DIR
git log
(review the log to actually see the hashes and read the specific one I am referring)
git reset --hard 975cc10f8bfcab94ff4e641775473095af0e778a
That was the most recent GIT that I built a complete main suite set of packages against
TQt3.
Darrell