Re: Assistance required regarding SoK project

2014-11-29 Thread vedant agarwala
On Sat, Nov 29, 2014 at 6:09 PM, Nitul Datt wrote: > > On 29 Nov 2014 05:48, "vedant agarwala" wrote: > > > > > > > > On Sat, Nov 29, 2014 at 5:39 AM, Nitul Datt wrote: > >> > >> Hey Vedant, > >> > >> On 27 Nov 2014 05:50, "vedant agarwala" wrote: > >> > >> > > >> > Nitul, > >> > > >> > "undef

Re: Assistance required regarding SoK project

2014-11-26 Thread vedant agarwala
Nitul, "undefined reference" errors are caused when the different files are not linked together properly. You obviously have this problem as you have added new files (CueSheet.h|cpp) but have not made any entry of it in the CMakeLists.txt. See how the files are added to CMakeLists.txt and do the

Re: Assistance required regarding SoK project

2014-11-26 Thread vedant agarwala
On Thu, Nov 27, 2014 at 12:58 AM, Nitul Datt wrote: > Hey Vedant, > > On 11/26/14, vedant agarwala wrote: > > Hello Nitul, > > > > Also paste a link to the error using paste.kde.org in the description. > > > > I have done so. The link is as follows: http://goo.gl/Csp8uW > > > It is a very large

Re: Assistance required regarding SoK project

2014-11-26 Thread Nitul Datt
Hey Vedant, On 11/26/14, vedant agarwala wrote: > Hello Nitul, > > Also paste a link to the error using paste.kde.org in the description. > I have done so. The link is as follows: http://goo.gl/Csp8uW > It is a very large diff to analyze. seems like you have added a lot of > redundant lines in

Re: Assistance required regarding SoK project

2014-11-26 Thread Nitul Datt
Hi! On 11/26/14, Myriam Schweingruber wrote: > Hi Nitul, > > > > On Tue, Nov 25, 2014 at 9:31 PM, Nitul Datt wrote: >> Hey! >> >> I've put up an initial patch on reviewboard. It's not completely error >> free and I need some help figuring out what's wrong. >> > > Could you please also subscribe

Re: Assistance required regarding SoK project

2014-11-26 Thread Myriam Schweingruber
Hi Nitul, On Tue, Nov 25, 2014 at 9:31 PM, Nitul Datt wrote: > Hey! > > I've put up an initial patch on reviewboard. It's not completely error > free and I need some help figuring out what's wrong. > Could you please also subscribe the group Amarok for that review? It doesn't show up for us.

Re: Assistance required regarding SoK project

2014-11-25 Thread vedant agarwala
Hello Nitul, Also paste a link to the error using paste.kde.org in the description. It is a very large diff to analyze. seems like you have added a lot of redundant lines in the form of comments. remove them. You should have the old code in git and not need to keep them as comments. I will take