<div dir="ltr"><div><div><div>Hi Matt,<br>you're more than welcome. It's us who are grateful to kitware.<br><br>As for the missing PNG'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>6>CUSTOMBUILD : LaTeX warning : There were multiply-defined labels.<br>
8> 6> )<br>8> 6> (\end occurred inside a group at level 1)<br>8> 6> ### simple group (level 1) entered at line 484 ({)<br>8> 6> ### bottom level<br>8> 6> (see the transcript file for additional information)<br>
8> 6> Output written on 00-SoftwareGuide.dvi (739 pages, 4818484 bytes).<br>8> 6> Transcript written on 00-SoftwareGuide.log.<br>8> 6> Generating 00-SoftwareGuide.ind<br>8> 6> 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> 6> Scanning input file 00-SoftwareGuide.idx.....done (1757 entries accepted, 0 rejected).<br>8> 6> Sorting entries..................done (21076 comparisons).<br>8> 6> Generating output file 00-SoftwareGuide.ind.....done (1699 lines written, 0 warnings).<br>
8> 6> Output written in 00-SoftwareGuide.ind.<br>8> 6> Transcript written in 00-SoftwareGuide.ilg.<br><b>8> 6> Generating 00-SoftwareGuide.ps<br>8> 6> 'C:/Program' is not recognized as an internal or external command,</b><br>
8> 6> operable program or batch file.<br>8>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" 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"><<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>></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>
> The mentioned problem seems to be solved. However, the build keeps failing<br>
> now due to:<br>
><br>
> Some images not being produced by two of the examples:<br>
><br>
> Error 94 error : XXXXXXXXXXXX MISSING<br>
> C:\SDKs\ITK\itkSoftwareGuideBin\ITKSoftwareGuide-build\SoftwareGuide\Art\Generated\BinaryThresholdImageFilterOutput.png<br>
><br>
> Error 98 error : XXXXXXXXXXXX MISSING<br>
> C:\SDKs\ITK\itkSoftwareGuideBin\ITKSoftwareGuide-build\SoftwareGuide\Art\Generated\ThresholdSegmentationLevelSetImageFilterVentricle.png<br>
><br>
> 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>
><br>
> Besides, some of the filters yield error data (Max. RMS error, for example)<br>
> among their output, such as the GeodesicActiveContourImageFilter. The funny<br>
> thing is that VS 2010 marks them as compilation errors :-S<br>
><br>
> There is another disturbing error that says<br>
>>6>CUSTOMBUILD : ! Package minted error : You must have `pygmentize'<br>
>> installed to use this package.<br>
><br>
> I haven'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's.<br>
<div class="im"><br>
><br>
> And finally another two errors:<br>
> Generating 00-SoftwareGuide.bbl<br>
> 8><br>
> 8>C:\Program Files<br>
> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error<br>
> MSB6006: "cmd.exe" exited with code 1.<br>
><br>
><br>
><br>
> Generating Examples/TreeContainer.tex<br>
> 8><br>
> 8> 4> File<br>
> "C:/SDKs/ITK/ITKSoftwareGuide/SoftwareGuide/ParseCxxExamples.py", line 138<br>
> 8><br>
> 8> 4> print sys.argv<br>
> 8><br>
> 8> 4> ^<br>
> 8><br>
> 8> 4> SyntaxError: invalid syntax<br>
> 8><br>
> 8>C:\Program Files<br>
> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error<br>
> MSB6006: "cmd.exe" exited with code 1.<br>
><br>
><br>
> The first one has to do with the BibTeX and the second one with a<br>
> 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>
><br>
> P.S.: I meant to configure the project to send the results to the dashboard<br>
> but I did not succeed; I'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>