Re: Porting KNetWalk

2014-12-21 Thread Garvit Khatri
I am using the KF5 binaries that came with kubuntu 14.10 and i think i should downgrade my Qt5.3.2 to Qt5.3.0 and try it again. Thank you On Mon, Dec 22, 2014 at 12:46 PM, Shantanu Tushar Jha wrote: > Where have you installed the KF5 libraries from? You are linking knetwalk > to /home/garvit/Qt

Re: Porting KNetWalk

2014-12-21 Thread Shantanu Tushar Jha
Where have you installed the KF5 libraries from? You are linking knetwalk to /home/garvit/Qt5.3.2 and my guess is that the KF5 binaries you have are built against Qt5.3.0 On Mon, Dec 22, 2014 at 12:39 PM, Garvit Khatri wrote: > here it is http://pastebin.com/4kSsGFVE > > On Mon, Dec 22, 2014 at

Re: Porting KNetWalk

2014-12-21 Thread Garvit Khatri
here it is http://pastebin.com/4kSsGFVE On Mon, Dec 22, 2014 at 11:55 AM, Shantanu Tushar Jha wrote: > Somehow its ending up mixing two versions of Qt libraries. Can you > pastebin the output for- > > VERBOSE=1 make > > On Mon, Dec 22, 2014 at 11:49 AM, Garvit Khatri > wrote: > >> Hello everyon

Re: Porting KNetWalk

2014-12-21 Thread Shantanu Tushar Jha
Somehow its ending up mixing two versions of Qt libraries. Can you pastebin the output for- VERBOSE=1 make On Mon, Dec 22, 2014 at 11:49 AM, Garvit Khatri wrote: > Hello everyone, > > I am porting KNetWalk, and i am sort of stuck now. It is building quit > well and even make command gives no er

Porting KNetWalk

2014-12-21 Thread Garvit Khatri
Hello everyone, I am porting KNetWalk, and i am sort of stuck now. It is building quit well and even make command gives no error. you can have a look at my cmake log here and make log over here