Re: lib or lib64?

2013-04-30 Thread David Faure
On Friday 15 February 2013 21:14:28 Christoph Feck wrote: > On Friday 15 February 2013 16:26:38 Treeve Jelbert wrote: > > $ ls /opt/qt5/lib64 > > cmakelibphonon4qt5.so.4 > > libstreamanalyzer.so.0.7.8 > > libattica.so libphonon4qt5.so.4.6.60 >

Use of tr/i18n/QApplication::translate in tier1/2 frameworks

2013-04-30 Thread George Goldberg
There's a task in the kdelibs_cleanup epic that's been assigned to me for a few months, namely using the correct method call for translatable strings in tier1/2 frameworks where ki18n isn't available. Way back, I changed them all to QCoreApplication::translate with no context, which at the time wa

Jenkins build became unstable: plasma-framework_master_qt5 #417

2013-04-30 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: please make it easier to hack on frameworks

2013-04-30 Thread Alexander Neundorf
On Tuesday 30 April 2013, Stephen Kelly wrote: > Alexander Neundorf wrote: > > cmake 2.8.11 is about to be released very soon, maybe two weeks or so. > > If I followed Stephens work correctly currently we can't go back to > > 2.8.10, right ? > > We use an advanced SCM system. We can go back, but t

Re: please make it easier to hack on frameworks

2013-04-30 Thread Alexander Neundorf
On Tuesday 30 April 2013, Stephen Kelly wrote: > Alexander Neundorf wrote: > > There are no Qt include dirs in the compile command, I guess it has to do > > with the include target properties. > > > > Stephen ? > > It's likely that your Qt is too old. This is the job of cmake. System introspect

Re: please make it easier to hack on frameworks

2013-04-30 Thread Alexander Neundorf
On Tuesday 30 April 2013, Aaron J. Seigo wrote: > On Tuesday, April 30, 2013 11:20:47 Stephen Kelly wrote: > > I am clueless to understand why building cmake from git and installing it > > into your kf5 prefix is a showstopper. Can you tell me? > > Time is limited. > > Every repository that I hav

Re: please make it easier to hack on frameworks

2013-04-30 Thread Aaron J. Seigo
On Tuesday, April 30, 2013 15:13:46 Frank Reininghaus wrote: > but then using a released CMake rather than a recent git snapshot > would not be enough to make building more convenient. We would have to > ensure that the required CMake version is shipped by all major > distros, because I think that

Re: RFC: a replacement for KPluginLoader

2013-04-30 Thread Aaron J. Seigo
On Tuesday, April 30, 2013 08:10:32 Kevin Ottens wrote: > Why not reuse KPluginFactory either as is or slightly modified? What we're most of KPluginFactory is mostly about the macros. i'm not sure registerPlugin makes any sense anymore given the new interface metadata features in Qt5's QPluginL

Re: please make it easier to hack on frameworks

2013-04-30 Thread Frank Reininghaus
Hi, 2013/4/30 Aaron J. Seigo: > On Tuesday, April 30, 2013 11:20:47 Stephen Kelly wrote: > >> I am clueless to understand why building cmake from git and installing it > >> into your kf5 prefix is a showstopper. Can you tell me? > > Time is limited. > > Every repository that I have to build (e.g.

Re: please make it easier to hack on frameworks

2013-04-30 Thread Aaron J. Seigo
On Tuesday, April 30, 2013 11:20:47 Stephen Kelly wrote: > I am clueless to understand why building cmake from git and installing it > into your kf5 prefix is a showstopper. Can you tell me? Time is limited. Every repository that I have to build (e.g. cmake) that is not the repository I am tryi

Re: please make it easier to hack on frameworks

2013-04-30 Thread Stephen Kelly
Aaron J. Seigo wrote: > hi ... > > today i am unable to work on plasma-frameworks. this is because i am > currently unable to compile the frameworks branch of kdelibs. in turn, > this is because i do not have a recent enough version of cmake. > > the cmake version required is 2.8.10.20130411. th

Re: please make it easier to hack on frameworks

2013-04-30 Thread Stephen Kelly
Alexander Neundorf wrote: > cmake 2.8.11 is about to be released very soon, maybe two weeks or so. > If I followed Stephens work correctly currently we can't go back to > 2.8.10, right ? We use an advanced SCM system. We can go back, but there's no justification to do so. Thanks, Steve.

Re: please make it easier to hack on frameworks

2013-04-30 Thread Stephen Kelly
Alexander Neundorf wrote: > There are no Qt include dirs in the compile command, I guess it has to do > with the include target properties. > > Stephen ? It's likely that your Qt is too old. Ensure that your qtbase is at ec37cdbc8016042afcd3a77cebe4b3e6b8238092 or later. Thanks, Steve.