trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] tqt3 build failure In member function 'virtual int TQODBCResult::numRowsAffected() rror: cannot convert 'SQLINTEGER* {aka int*}' to 'SQLLEN* {aka long int*}

From: Darrell Anderson <humanreadable@...>
Date: Tue, 28 Feb 2012 21:53:02 -0800 (PST)
> 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