On 06/20/2012 06:54 PM, David C. Rankin wrote:
Darrell,
TQt3 fails to build with the following (during packaging). Looks like the build scripts :(
( [ -d styles ] && cd styles ; make -f Makefile install; ) || true make[3]: Entering directory `/build/src/tqt3/plugins/src/styles' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/build/src/tqt3/plugins/src/styles' make[2]: Leaving directory `/build/src/tqt3/plugins/src' make[1]: Leaving directory `/build/src/tqt3' install: cannot stat 'qmake/qmake': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...
I think this is on my end, but all other packagers will have to check their setup as well...
It is. Where is a good reference for seeing what names changed to what? I will need to manually update the links, etc.. that the TQt3 build script creates. But to what?
I just added this comment to the bug report with the new names: http://bugs.pearsoncomputing.net/show_bug.cgi?id=843#c10
Bear in mind that Qt3 itself is unaffected, and as TQt3 is automatically generated from Qt3, Qt3 will continue to be maintained as it always has. Any pure Qt3 apps which don't build under TQt3 due to a lack of conversion can still be built/run with Qt3 as long as you don't mind forfeiting Qt4 or putting up with collisions between Qt3 and Qt4.
Tim