<div dir="ltr"><div><div><div>Hi Matt,<br>you&#39;re more than welcome. It&#39;s us who are grateful to kitware.<br><br>As for the missing PNG&#39;s, the problem has apparently been solved.<br><br></div>OK, downloaded and installed pygmentize. The error has disappeared.<br>
<br>The patch solves the problem with Python 3. Already commented in gerrit.<br><br></div>However, the project still fails to compile (MS Visual 2010):<br><br><i>8&gt;6&gt;CUSTOMBUILD : LaTeX warning : There were multiply-defined labels.<br>
8&gt;  6&gt;   )<br>8&gt;  6&gt;  (\end occurred inside a group at level 1)<br>8&gt;  6&gt;  ### simple group (level 1) entered at line 484 ({)<br>8&gt;  6&gt;  ### bottom level<br>8&gt;  6&gt;  (see the transcript file for additional information)<br>
8&gt;  6&gt;  Output written on 00-SoftwareGuide.dvi (739 pages, 4818484 bytes).<br>8&gt;  6&gt;  Transcript written on 00-SoftwareGuide.log.<br>8&gt;  6&gt;  Generating 00-SoftwareGuide.ind<br>8&gt;  6&gt;  This is C:\Program Files\MiKTeX 2.9\miktex\bin\x64\makeindex.exe, version 2.15 [MiKTeX 2.9 64-bit] (kpathsea + Thai support).<br>
8&gt;  6&gt;  Scanning input file 00-SoftwareGuide.idx.....done (1757 entries accepted, 0 rejected).<br>8&gt;  6&gt;  Sorting entries..................done (21076 comparisons).<br>8&gt;  6&gt;  Generating output file 00-SoftwareGuide.ind.....done (1699 lines written, 0 warnings).<br>
8&gt;  6&gt;  Output written in 00-SoftwareGuide.ind.<br>8&gt;  6&gt;  Transcript written in 00-SoftwareGuide.ilg.<br><b>8&gt;  6&gt;  Generating 00-SoftwareGuide.ps<br>8&gt;  6&gt;  &#39;C:/Program&#39; is not recognized as an internal or external command,</b><br>
8&gt;  6&gt;  operable program or batch file.<br>8&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: &quot;cmd.exe&quot; exited with code 1.</i><br><br></div><div>So looks like there is somewhere a command (referring to a program being sought for in C:/Program Files/ ?) may be not using double quotes that makes the build process unable to continue :-S<br>
</div><div><br>Have not yet tried the dashboard patch :-S Will do soon.<br><br></div>Kind regards,<br>JON HAITZ<br><br><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On 2 October 2013 20:24, Matt McCormick <span dir="ltr">&lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Jon,<br>
<br>
Thanks for you continued efforts and feedback.<br>
<div class="im"><br>
&gt; The mentioned problem seems to be solved. However, the build keeps failing<br>
&gt; now due to:<br>
&gt;<br>
&gt; Some images not being produced by two of the examples:<br>
&gt;<br>
&gt; Error    94    error : XXXXXXXXXXXX MISSING<br>
&gt; C:\SDKs\ITK\itkSoftwareGuideBin\ITKSoftwareGuide-build\SoftwareGuide\Art\Generated\BinaryThresholdImageFilterOutput.png<br>
&gt;<br>
&gt; Error    98    error : XXXXXXXXXXXX MISSING<br>
&gt; C:\SDKs\ITK\itkSoftwareGuideBin\ITKSoftwareGuide-build\SoftwareGuide\Art\Generated\ThresholdSegmentationLevelSetImageFilterVentricle.png<br>
&gt;<br>
&gt; Although I bet the SW guide would be produced anyway lacking those images.<br>
<br>
</div>Off hand, I am not sure what is happening there.<br>
<div class="im"><br>
&gt;<br>
&gt; Besides, some of the filters yield error data (Max. RMS error, for example)<br>
&gt; among their output, such as the GeodesicActiveContourImageFilter. The funny<br>
&gt; thing is that VS 2010 marks them as compilation errors :-S<br>
&gt;<br>
&gt; There is another disturbing error that says<br>
&gt;&gt;6&gt;CUSTOMBUILD : ! Package minted error : You must have `pygmentize&#39;<br>
&gt;&gt; installed to use this package.<br>
&gt;<br>
&gt; I haven&#39;t noticed it was among the requirements.<br>
<br>
</div>It was added to the requirements here:<br>
<br>
  <a href="http://itk.org/gitweb?p=ITKSoftwareGuide.git;a=blob;f=SoftwareGuide/README.txt;h=d103ea35f3c5b2b3a97f39c1c6eec678c8728be0;hb=HEAD#l190" target="_blank">http://itk.org/gitweb?p=ITKSoftwareGuide.git;a=blob;f=SoftwareGuide/README.txt;h=d103ea35f3c5b2b3a97f39c1c6eec678c8728be0;hb=HEAD#l190</a><br>

<br>
with a link to the instructions.  But, I think Constantine might be<br>
working on cleaning up and consolidating the README&#39;s.<br>
<div class="im"><br>
&gt;<br>
&gt; And finally another two errors:<br>
&gt; Generating 00-SoftwareGuide.bbl<br>
&gt; 8&gt;<br>
&gt; 8&gt;C:\Program Files<br>
&gt; (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error<br>
&gt; MSB6006: &quot;cmd.exe&quot; exited with code 1.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Generating Examples/TreeContainer.tex<br>
&gt; 8&gt;<br>
&gt; 8&gt;  4&gt;    File<br>
&gt; &quot;C:/SDKs/ITK/ITKSoftwareGuide/SoftwareGuide/ParseCxxExamples.py&quot;, line 138<br>
&gt; 8&gt;<br>
&gt; 8&gt;  4&gt;      print sys.argv<br>
&gt; 8&gt;<br>
&gt; 8&gt;  4&gt;              ^<br>
&gt; 8&gt;<br>
&gt; 8&gt;  4&gt;  SyntaxError: invalid syntax<br>
&gt; 8&gt;<br>
&gt; 8&gt;C:\Program Files<br>
&gt; (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error<br>
&gt; MSB6006: &quot;cmd.exe&quot; exited with code 1.<br>
&gt;<br>
&gt;<br>
&gt; The first one has to do with the BibTeX and the second one with a<br>
&gt; potentially wrong command in the python script.<br>
<br>
</div>Is seems I missed that one in the Python3 patch -- a new Patch Set has<br>
been uploaded.<br>
<div class="im"><br>
&gt;<br>
&gt; P.S.: I meant to configure the project to send the results to the dashboard<br>
&gt; but I did not succeed; I&#39;ll post on this.<br>
<br>
</div>The dashboard configuration was not present yet -- patch here:<br>
<br>
  <a href="http://review.source.kitware.com/#/c/12887/" target="_blank">http://review.source.kitware.com/#/c/12887/</a><br>
<br>
Thanks,<br>
Matt<br>
</blockquote></div><br></div></div></div></div></div>