Re: Porting KNetWalk

2015-01-08 Thread Garvit Khatri
Hey David, I downgraded my qt from Qt 5.3.2 to Qt 5.3.0 and for drkonqi problem i copied it binary to /usr/lib/x86_64-linux-gnu/libexec/drkonqi so that drkonqi could be found by knetwalk. On Thu, Jan 8, 2015 at 8:39 AM, David Narvaez wrote: > On Tue, Dec 23, 2014 at 12:48 PM, Garvit Khatri >

Re: Porting KNetWalk

2015-01-07 Thread David Narvaez
On Tue, Dec 23, 2014 at 12:48 PM, Garvit Khatri wrote: > Thank you, but now i solved it :) You want to share how you solved it. David E. Narvaez >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Porting KNetWalk

2014-12-23 Thread Garvit Khatri
Thank you, but now i solved it :) On Tue, Dec 23, 2014 at 7:36 PM, Sebastian Kügler wrote: > On Monday, December 22, 2014 13:01:47 Garvit Khatri wrote: > > 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. > > Try

Re: Porting KNetWalk

2014-12-23 Thread Sebastian Kügler
On Monday, December 22, 2014 13:01:47 Garvit Khatri wrote: > 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. Try not installing a second Qt, but use the Qt that comes with Kubuntu, then you'd have the guarantee that

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