On 02/23/2012 10:28 PM, David C. Rankin wrote:
On 02/23/2012 09:17 PM, Darrell Anderson wrote:
Why is the git tree crystal source so OLD -- it's version 1.0.5 for goodness sake. The last version in kde-look is 2 versions NEWER?? The current is 1.0.7. This should be updated in git as I'm sure there were a number of bug fixes.
Who updates the tree when newer sources are found?
Tim does, but he's not clairvoyant. Somebody has to let him know or files a bug report. :)
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hmm.. Strange, I can build 1.0.7 on my 3.5.12 install all day long:
tde-twindeco-crystal-1.0.7-1-x86_64.pkg.tar.xz
I'm not sure what the designer error is, it looks like when it fails on TDE it is right at the end of configure. Oh, well, something for tomorrow...
I think I found the problem:
taking that configure: 31462: /opt/trinity/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: ${exec_prefix}/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /opt/trinity/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/lib/kde/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/local/kde/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/kde/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/lib/kde/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/lib/kde3/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/X11R6/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/local/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /opt/kde3/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /opt/kde/lib/kde3/plugins/designer/kdewidgets.la configure: 31462: /usr/X11R6/kde/lib/kde3/plugins/designer/kdewidgets.la configure:31485: error: I can't find the designer plugins. These are required and should have been installed by kdelibs
It seems to be looking for kdewidgets.la which is in /opt/trinity/lib/trinity/plugins/designer/kdewidgets.la. I've tried:
./configure --prefix=/opt/trinity --with-qt-dir=/opt/qt3 --with-extra-libs=/opt/trinity/lib/trinity
still won't find it. Any ideas?