trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-devel] Odd tdelibs build error

From: Darrell Anderson <humanreadable@...>
Date: Mon, 16 Jan 2012 12:09:22 -0800 (PST)
> I'm not sure how smart the build system is at the
> moment.  Try symlinking
> /usr/bin/moc and /opt/trinity/bin/moc to the real TQt3 moc
> that is
> residing in /opt/trinity/lib/tqt3-R14.0.0/bin/moc. 
> Remember to make clean
> before trying to rebuild, as the build system will not
> detect that the moc
> binary has changed and recreate the .moc files.

I removed the Qt4 package. No more /usr/bin/moc.

/opt/trinity/bin/moc is already sym linked to /opt/trinity/lib/tqt3-R14.0.0/bin/moc.

Regarding make clean, why or where do I do that? I'm copying the files from my local GIT to $TMP and applying my patches there. I did not want to patch the GIT files. So every time my build script runs I am copying fresh from GIT.

Am I missing something?

Darrell