<br><br>Hi,<div><br></div><div>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:</div><div><br></div><div><a href="https://github.com/ktechlab/ktechlab/branches/make-cd-more-robust">https://github.com/ktechlab/ktechlab/branches/make-cd-more-robust</a></div>
<div><br></div><div>and the pull request here:</div><div><br></div><div><a href="https://github.com/ktechlab/ktechlab/pull/15">https://github.com/ktechlab/ktechlab/pull/15</a></div><div><br></div><div>Best regards,</div><div>
<br></div><div> Zoli</div><div><br></div><div>Zoltan Padrah  2012. augusztus 22., szerda napon a következőt írta:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>

<br>
finally I have more free time.<br>
<br>
Questions related to this error:<br>
- which repository / branch are you trying to build<br>
(output of "git rev-parse HEAD" and "git status" would be really nice)<br>
- which linux distribution are you using and what version?<br>
<br>
I can't reproduce this build failure, so any detail that helps to<br>
reproduce it would be great.<br>
<br>
  Zoli<br>
<br>
<br>
2012/7/28 Alan Grimes <<a href="javascript:;" onclick="_e(event, 'cvml', 'agrimes@speakeasy.net')">agrimes@speakeasy.net</a>>:<br>
> ok, I still instinctively add "-j 6" to all my make commands, after<br>
> managing to run single-threaded, here's the spew:<br>
><br>
><br>
> atg@tortoise ~/source/ktechlab/ktechlab $ make<br>
> [  0%] Built target ktlmath_automoc<br>
> Scanning dependencies of target ktlmath<br>
> [  1%] Building CXX object src/math/CMakeFiles/ktlmath.dir/ktlmath_automoc.o<br>
> Linking CXX shared library ../../lib/libktlmath.so<br>
> [  2%] Built target ktlmath<br>
> [  2%] Built target mathtest_automoc<br>
> Scanning dependencies of target mathtest<br>
> [  3%] Building CXX object<br>
> tests/math/CMakeFiles/mathtest.dir/mathtest_automoc.o<br>
> [  3%] Building CXX object<br>
> tests/math/CMakeFiles/mathtest.dir/matrixtester.o<br>
><br>
> /home/atg/source/ktechlab/ktechlab/tests/math/matrixtester.cpp: In<br>
> member function ‘double MatrixTester::differenceOfVectors(const<br>
> VectorXd&, const KTechLab::QuickVector&)’:<br>
> /home/atg/source/ktechlab/ktechlab/tests/math/matrixtester.cpp:80:36:<br>
> warning: comparison between signed and unsigned integer expressions<br>
> [-Wsign-compare]<br>
> /home/atg/source/ktechlab/ktechlab/tests/math/matrixtester.cpp:85:33:<br>
> warning: comparison between signed and unsigned integer expressions<br>
> [-Wsign-compare]<br>
> Linking CXX executable mathtest<br>
> [  3%] Built target mathtest<br>
> [  3%] Built target ktlsimulator_automoc<br>
> [ 50%] Built target ktlsimulator<br>
> [ 50%] Generating moc_simulatortest.cxx<br>
> Scanning dependencies of target compiled_simulator<br>
> [ 51%] Building CXX object<br>
> tests/minimal_simulator/CMakeFiles/compiled_simulator.dir/simulatortest.o<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:<br>
> In member function ‘void<br>
> SimulatorTest::testSourceAnd4ResistanceInParallel()’:<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:466:5:<br>
> warning: unused variable ‘pin’ [-Wunused-variable]<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:470:5:<br>
> warning: unused variable ‘wire’ [-Wunused-variable]<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:<br>
> In member function ‘void SimulatorTest::testComponent_capacitor()’:<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:859:60:<br>
> warning: comparison between signed and unsigned integer expressions<br>
> [-Wsign-compare]<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:887:58:<br>
> warning: comparison between signed and unsigned integer expressions<br>
> [-Wsign-compare]<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:909:58:<br>
> warning: comparison between signed and unsigned integer expressions<br>
> [-Wsign-compare]<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:<br>
> In member function ‘void SimulatorTest::testComponent_inductor()’:<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:981:51:<br>
> warning: comparison between signed and unsigned integer expressions<br>
> [-Wsign-compare]<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:<br>
> In member function ‘void SimulatorTest::testComponent_ecVoltageSignal()’:<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:1040:56:<br>
> warning: comparison between signed and unsigned integer expressions<br>
> [-Wsign-compare]<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:<br>
> In member function ‘void SimulatorTest::testComponent_ecCurrentSignal()’:<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:1100:56:<br>
> warning: comparison between signed and unsigned integer expressions<br>
> [-Wsign-compare]<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:<br>
> In member function ‘void SimulatorTest::testComponent_ecDiode()’:<br>
> /home/atg/source/ktechlab/ktechlab/tests/minimal_simulator/simulatortest.cpp:1146:18:<br>
> warning: unused variable ‘voltageValues’ [-Wunused-variable]<br>
> [ 51%] Building CXX object<br>
> tests/minimal_simulator/CMakeFiles/com</blockquote></div>