Re: Applications based on kde4support are failing to build

2014-04-02 Thread antonis . tsiapaliokas
.org/Frameworks/Building#Download_the_configuration_file > for what it should look like. yes, indeed. Thank you for your help and sorry for the distrub. -- Antonis Tsiapaliokas (kokeroulis) kokeroulis.gr ___ Kde-frameworks-devel mailing list Kde-fra

Applications based on kde4support are failing to build

2014-04-02 Thread antonis . tsiapaliokas
to my system? I am coming from a fresh build/install directories and i have build the Qt from the sources. I am using the stable branch of the Qt which is the 5.3 version. -- Antonis Tsiapaliokas (kokeroulis) kokeroulis.gr unset QT_PLUGIN_PATH unset LD_LIBRARY_PATH unset KDEDIRS unset

Re: Review Request 117120: Khtml: Make the khtml build again

2014-03-27 Thread Antonis Tsiapaliokas
://git.reviewboard.kde.org/r/117120/diff/ Testing --- Thanks, Antonis Tsiapaliokas ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 117120: Khtml: Make the khtml build again

2014-03-27 Thread Antonis Tsiapaliokas
/r/117120/#review54345 --- On March 27, 2014, 5:08 p.m., Antonis Tsiapaliokas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewb

Review Request 117120: Khtml: Make the khtml build again

2014-03-27 Thread Antonis Tsiapaliokas
--- There was some changes in the KCookieServer which makes the khtml to broke. This patch is fixing the khtml compile error. Diffs - src/html/html_documentimpl.cpp 46ae2a5 Diff: https://git.reviewboard.kde.org/r/117120/diff/ Testing --- Thanks, Antonis Tsiapaliokas

Re: Splitting kde-workspace and kde-runtime proposal

2014-01-21 Thread Antonis Tsiapaliokas
> 1) Create two different groups named plasma-workspace and > plasma-desktop like frameworks > 2) Split out every component into individual repos > 3) Assign repos to the related group. > > Advantages: > > 1) Easy to assign maintainer to individual component. > 2) If we split only some repos, we

Re: KUrlRequester crashes

2013-12-23 Thread Antonis Tsiapaliokas
> > You either need to add /usr/share to XDG_DATA_DIRS, or to install > shared-mime- > info into /opt/KF5. Otherwise the code can't see any mimetypes > > > Thank you. Adding /usr/share to XDG_DATA_DIRS solves the issue. ___ Kde-frameworks-devel maili

Re: KUrlRequester crashes

2013-12-23 Thread Antonis Tsiapaliokas
Hello, The output of the $XDG_DATA_DIRS is /opt/KF5/share, is it wrong? Based on the wiki, this is correct. About the mimetypes, i have run kbuildsycoca5... Also i have attach my environmental variables. variables Description: Binary data ___ Kde-fra

Re: kcmutils linking issues

2013-10-02 Thread Antonis Tsiapaliokas
Hello, > And what's the error message? > > -- > David Faure, fa...@kde.org, http://www.davidfaure.fr > Working on KDE, in particular KDE Frameworks 5 > > After his patch , the issue has been fixed by itself... I can no more

kcmutils linking issues

2013-09-26 Thread Antonis Tsiapaliokas
Hello, I am trying to link kcmutils to kwincompositing (kwincompositing is the new version of the KWin Effects KCM). A few days before everything was working fine, until the kdeqt5staging was being removed from the kdelibs. So now i am not able to link the kcmutils with the kwincompositing. Thi

Re: Bad rpath/LD_LIBRARY_PATH settings in kdelibs build scripts?

2013-06-07 Thread Antonis Tsiapaliokas
On Tue, Jun 4, 2013 at 10:38 PM, Alexander Neundorf wrote: > On Tuesday 04 June 2013, Antonis Tsiapaliokas wrote: > > Hello, > > > > Can you please also post what the RPATH and RUNPATH entries of meinproc4 > > > > > look > > > like, e.g. using readelf

Re: Bad rpath/LD_LIBRARY_PATH settings in kdelibs build scripts?

2013-06-04 Thread Antonis Tsiapaliokas
Hello, I have exact the same issue... My Qt and kdelibs are both clean builds... I am installing both of them on /opt/kde5 ($KF5) I am using Qt 5.2 (dev branch).. One of the parameters on the Qt was -lib $KF5/64... (because my system is 64 bit.) Is that relevant? Could that cause the compile err

Re: Bad rpath/LD_LIBRARY_PATH settings in kdelibs build scripts?

2013-06-04 Thread Antonis Tsiapaliokas
Hello, Can you please also post what the RPATH and RUNPATH entries of meinproc4 > look > like, e.g. using readelf -a bin/meinproc4 | grep PATH ? > I have attach a file with the output... Regards, Antonis frameworks_linking Description: Binary data __