Re: KF5 port continued

2015-09-14 Thread Olivier Churlaud
Le 14/09/2015 13:29, Aditya Sharma a écrit : thanks Somsubhra for making the port compile. I compiled it and got a segfault related to liblastfm. Please note that the Qt5 liblastfm is called liblastfm5.so, I changed this for lastfm & mygpo-qt in CMakeLists Exactly what ch

Re: KF5 port continued

2015-09-14 Thread Aditya Sharma
> > > thanks Somsubhra for making the port compile. > > I compiled it and got a segfault related to liblastfm. Please note that > the Qt5 liblastfm is called liblastfm5.so, I changed this for lastfm & > mygpo-qt in CMakeLists > Exactly what changes did you make in the files ? Did you or anyone els

Re: KF5 port continued

2015-09-09 Thread Olivier Churlaud
Hi, I'll send tomorrow the porting of main and App to KF5... I'll tell you if i have some troubles. Cheers Olivier Sur 7 sept. 2015 17:55, à 17:55, Olivier Churlaud a écrit: >Hi, > >First of all, I join Stefan to say thx to Somsubhra ! > >The next step is to port the class App out of KUniqu

Re: kf5 port continued(stefan derkits)

2015-09-07 Thread Stefan Derkits
Hi, On 2015-09-07 18:59, Olivier Churlaud wrote: > If you are in a safe environment (I mean that you don't risk to break > some existing configurations), try a make install and to start amarok. > It should fail. as Olivier already said: All these errors that I encountered were run time errors. It

Re: kf5 port continued(stefan derkits)

2015-09-07 Thread Olivier Churlaud
Hi Rishabh, If you are in a safe environment (I mean that you don't risk to break some existing configurations), try a make install and to start amarok. It should fail. Le 07/09/2015 18:56, RISHABH GUPTA a écrit : Message: 1 Date: Sun, 6 Sep 2015 02:22:43 +0200 From: Stefan

Re: kf5 port continued(stefan derkits)

2015-09-07 Thread RISHABH GUPTA
> > > Message: 1 > Date: Sun, 6 Sep 2015 02:22:43 +0200 > From: Stefan Derkits > To: amarok-devel@kde.org > Subject: KF5 port continued > Message-ID: <55eb8753.5080...@derkits.at> > Content-Type: text/plain; charset="utf-8" > > Hey, > > hello, > thanks Somsubhra for making the port compile. > >

Re: KF5 port continued

2015-09-07 Thread Olivier Churlaud
Hi, First of all, I join Stefan to say thx to Somsubhra ! The next step is to port the class App out of KUniqueApplication. I think we could in the same time port it out of KCmdLineParser because porting to QCommandLineParser is not so difficult. By doing this, we'll be able to port main.cpp.