On 02/01/2011 01:44 AM, Jay wrote:
Did you patch your qt-3.3.8?
When i first compiled i create a symlink called uic-tqt pointing at uic. This got me passed the error. Not sure if it is the right way to go about it ... but i am writing this from trinity running on Slack current.
Thanks Jay,
Yes, Qt3 is patched for 3.3.8c. Here is the relevant tqtinterface build output:
Checked out revision 1217590. ==> SVN checkout done or server timeout ==> Starting cmake... <snip> -- checking for 'Qt' -- Performing Test HAVE_PATCHED_QT3 -- Performing Test HAVE_PATCHED_QT3 - Success -- found patched Qt, version 3.3.8 <snip> -- Configuring done
Looking closer at uic-tqt, it's just a simple bash script that backup up the files passed as arguments, runs tqt-replace on the file, the puts the backup back in place and deletes the backup copy.
Where should this go? I could soft link it to anywhere in the path and I guess it would work, but since I'm trying to create and 'Arch Linux Package' I need to get it in the right place. Any thoughts?