Re: [Ktechlab-devel] Very easy setup for ktechlab

2013-04-26 Thread Zoltan Padrah
Hi, I've added a branch and pull request on github, which should fix the build failure (if not, then I'm out of ideas). Please find the branch here: https://github.com/ktechlab/ktechlab/branches/make-cd-more-robust and the pull request here: https://github.com/ktechlab/ktechlab/pull/15 Best re

Re: [Ktechlab-devel] Very easy setup for ktechlab

2012-08-22 Thread Zoltan Padrah
Hi, finally I have more free time. Questions related to this error: - which repository / branch are you trying to build (output of "git rev-parse HEAD" and "git status" would be really nice) - which linux distribution are you using and what version? I can't reproduce this build failure, so any d

Re: [Ktechlab-devel] Very easy setup for ktechlab

2012-07-28 Thread Alan Grimes
ok, I still instinctively add "-j 6" to all my make commands, after managing to run single-threaded, here's the spew: atg@tortoise ~/source/ktechlab/ktechlab $ make [ 0%] Built target ktlmath_automoc Scanning dependencies of target ktlmath [ 1%] Building CXX object src/math/CMakeFiles/ktlmath.d

Re: [Ktechlab-devel] Very easy setup for ktechlab

2012-07-28 Thread Zoltan Padrah
Hi, I've just pushed a few commits into the 'kdevplatform-1.3' branch on github: https://github.com/ktechlab/ktechlab/tree/kdevplatform-1.3 In my tests ktechlab worked fine on ubuntu 12.04, 64 bit version. A few ktechlab plugins are disabled by default for some reason, but after enabling them, k

Re: [Ktechlab-devel] Very easy setup for ktechlab

2012-07-12 Thread Zoltan Padrah
Hi, the error looks like a problem with the new kdevplatform version -- the plugin API has been changed. The fix is to implement another pure virtual function, and the ktechlab should compile. See this branch, as a starting point for the fix; currently it is not working: https://github.com/ktec

Re: [Ktechlab-devel] Very easy setup for ktechlab

2012-07-10 Thread Alan Grimes
Weird, On the first try I had set up a multi-threaded build, and my load average was already in the 7s... urk, spoke too soon, the thing errored out again, but near the end. (single threaded build this time). ### Generating circuittransientsimulator.moc [ 92%] Built target kt

Re: [Ktechlab-devel] Very easy setup for ktechlab

2012-07-10 Thread Zoltan Padrah
I can't see the cause of error in the output. Only a lot of warnings. Can you please recheck? 2012/7/10 Alan Grimes : > Build failed. =( > > > > Building CXX object > src/lib/simulator/CMakeFiles/ktlsimulator.dir/messageinfo.o > > > /home/atg/source/ktechlab/ktl-newpull/src/l

Re: [Ktechlab-devel] Very easy setup for ktechlab

2012-07-10 Thread Alan Grimes
Build failed. =( Building CXX object src/lib/simulator/CMakeFiles/ktlsimulator.dir/messageinfo.o /home/atg/source/ktechlab/ktl-newpull/src/lib/simulator/messageinfo.cpp: In copy constructor ‘MessageInfo::MessageInfo(const MessageInfo&)’: /home/atg/source/ktechlab/ktl-newpul

[Ktechlab-devel] Very easy setup for ktechlab

2012-07-10 Thread Zoltan Padrah
Dear all, I've just finished writing a guide for easy setup for development of ktechlab. The guide is currently in a branch, waiting for review and merging. Link: https://github.com/ktechlab/ktechlab/tree/development-documentation Pull request: https://github.com/ktechlab/ktechlab/pull/6 Basi