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
rote: >> >>> 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: >>> >>>> He

Re: Porting KNetWalk

2014-12-21 Thread Shantanu Tushar Jha
, 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: >> >

Re: Porting KNetWalk

2014-12-21 Thread Garvit Khatri
gt; 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 error. >> >> you can have a look at my cmake log here >> <https://gist.github.com/garvitdelhi/5ec4c9d8781469b

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 comm

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 <https://gist.github.com/garvitdelhi/5ec4c9d8781469b603db> and make log over here <https://gist.github.com/ga