<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>Hi TJ,</div><div><br></div><div>I am not so good at the Windows either. And if I was, I would pretend to be worse. What I don't understand is why, if <span style="background-color: rgba(255, 255, 255, 0);">smtkPQOperatorViewsExt.lib cannot be built, is the failure only reported when it is used as a dependency? What target should be creating it (smtkPQOperatorViewsExt.dll?), and can you look at that command line and see if there's something wrong there?</span></div><div><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div><span style="background-color: rgba(255, 255, 255, 0);">    Thanks,</span></div><div><span style="background-color: rgba(255, 255, 255, 0);">    David</span></div><div><br>On Mar 28, 2017, at 09:01, <<a href="mailto:tj.corona@kitware.com">tj.corona@kitware.com</a>> <<a href="mailto:tj.corona@kitware.com">tj.corona@kitware.com</a>> wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><div class="WordSection1"><p class="MsoNormal">I’m not so good at the Windows, but it looks like something has changed in the ParaView plugin code to prevent the construction of a smtkPQOperatorViewsExt.lib target. I can reproduce this on my windows machine:</p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal">C:\Dev\cmb_sb_vs2015\superbuild\smtk\build>ninja</p><p class="MsoNormal">[30/47] Linking CXX shared library bin\TestBuild_smtk_extension_paraview_operators.dll</p><p class="MsoNormal">FAILED: bin/TestBuild_smtk_extension_paraview_operators.dll lib/TestBuild_smtk_extension_paraview_operators.lib</p><p class="MsoNormal">cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_dll --intdir=smtk\extension\paraview\operators\CMakeFiles\TestBuild_smtk_extension_paraview_operators.dir --manifests  -- C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\link.exe /nologo @CMakeFiles/TestBuild_smtk_extension_paraview_operators.rsp  /out:bin\TestBuild_smtk_extension_paraview_operators.dll /implib:lib\TestBuild_smtk_extension_paraview_operators.lib /pdb:bin\TestBuild_smtk_extension_paraview_operators.pdb /dll /version:0.0 /machine:x64  /INCREMENTAL:NO   && cd ."</p><p class="MsoNormal">LINK : fatal error LNK1181: cannot open input file 'lib\smtkPQOperatorViewsExt.lib'</p><p class="MsoNormal">LINK failed. with 1181</p><p class="MsoNormal">[31/47] Linking CXX shared library bin\smtkPQOperatorViewsPlugin.dll</p><p class="MsoNormal">FAILED: bin/smtkPQOperatorViewsPlugin.dll lib/smtkPQOperatorViewsPlugin.lib</p><p class="MsoNormal">cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_dll --intdir=smtk\extension\paraview\operators\CMakeFiles\smtkPQOperatorViewsPlugin.dir --manifests  -- C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\link.exe /nologo @CMakeFiles/smtkPQOperatorViewsPlugin.rsp  /out:bin\smtkPQOperatorViewsPlugin.dll /implib:lib\smtkPQOperatorViewsPlugin.lib /pdb:bin\smtkPQOperatorViewsPlugin.pdb /dll /version:0.0 /machine:x64  /INCREMENTAL:NO /MANIFEST:NO   && cd ."</p><p class="MsoNormal">LINK : fatal error LNK1181: cannot open input file 'lib\smtkPQOperatorViewsExt.lib'</p><p class="MsoNormal">LINK failed. with 1181</p><p class="MsoNormal">[34/47] Linking CXX shared library bin\smtkExodusSessionPlugin.dll</p><p class="MsoNormal">   Creating library lib\smtkExodusSessionPlugin.lib and object lib\smtkExodusSessionPlugin.exp</p><p class="MsoNormal">[37/47] Linking CXX shared library bin\smtkPolygonQtExt.dll</p><p class="MsoNormal">   Creating library lib\smtkPolygonQtExt.lib and object lib\smtkPolygonQtExt.exp</p><p class="MsoNormal">[38/47] Linking CXX shared module smtk\bridge\remote\_smtkPybindRemoteSession.pyd</p><p class="MsoNormal">   Creating library lib\_smtkPybindRemoteSession.lib and object lib\_smtkPybindRemoteSession.exp</p><p class="MsoNormal">Generating code</p><p class="MsoNormal">Finished generating code</p><p class="MsoNormal">[39/47] Linking CXX shared module smtk\bridge\exodus\_smtkPybindExodusSession.pyd</p><p class="MsoNormal">   Creating library lib\_smtkPybindExodusSession.lib and object lib\_smtkPybindExodusSession.exp</p><p class="MsoNormal">Generating code</p><p class="MsoNormal">Finished generating code</p><p class="MsoNormal">ninja: build stopped: subcommand failed.</p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal">C:\Dev\cmb_sb_vs2015\superbuild\smtk\build>ninja smtkPQOperatorViewsExt.lib</p><p class="MsoNormal">ninja: error: unknown target 'smtkPQOperatorViewsExt.lib', did you mean 'smtkPQOperatorViewsExt.dll'?</p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal">Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows 10</p><p class="MsoNormal"><o:p> </o:p></p><div style="mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in"><p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:haocheng.liu@kitware.com">Haocheng Liu</a><br><b>Sent: </b>Monday, March 27, 2017 9:21 PM<br><b>To: </b><a href="mailto:david.thompson@kitware.com">David Thompson</a><br><b>Cc: </b><a href="mailto:smtk-developers@smtk.org">smtk-developers@smtk.org</a><br><b>Subject: </b>Re: [Smtk-developers] Dashboard issues?</p></div><p class="MsoNormal"><o:p> </o:p></p><div><p class="MsoNormal">Hi David,</p><div><p class="MsoNormal"><o:p> </o:p></p></div><div><p class="MsoNormal">I can try to do a clean super build on the new windows dashboard machine Kerbin tomorrow to see if I can reproduce this problem.</p></div></div><div><p class="MsoNormal"><o:p> </o:p></p><div><p class="MsoNormal">On Mon, Mar 27, 2017 at 6:28 PM, David Thompson <<a href="mailto:david.thompson@kitware.com" target="_blank">david.thompson@kitware.com</a>> wrote:</p><blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"><p class="MsoNormal">Hi all,<br><br>I appear to have caused praxis a problem on SMTK's dashboard:<br><br>  <a href="https://open.cdash.org/viewBuildError.php?buildid=4827394" target="_blank">https://open.cdash.org/viewBuildError.php?buildid=4827394</a><br><br>which I cannot diagnose. (Incidentally, praxis never even tried to build my merge request here:<br><br>  <a href="https://open.cdash.org/index.php?compare1=61&filtercount=1&field1=revision&project=SMTK&showfilters=0&limit=100&value1=9d639e4be4bc1d2650fcbac51d25738ef0d05fb7&showfeed=0" target="_blank">https://open.cdash.org/index.php?compare1=61&filtercount=1&field1=revision&project=SMTK&showfilters=0&limit=100&value1=9d639e4be4bc1d2650fcbac51d25738ef0d05fb7&showfeed=0</a><br><br>). Does anyone have an idea how to diagnose this?<br><br>        Thanks,<br>        David<br>_______________________________________________<br>Smtk-developers mailing list<br><a href="mailto:Smtk-developers@smtk.org">Smtk-developers@smtk.org</a><br><a href="http://public.kitware.com/mailman/listinfo/smtk-developers" target="_blank">http://public.kitware.com/mailman/listinfo/smtk-developers</a></p></blockquote></div><p class="MsoNormal"><br><br clear="all"></p><div><p class="MsoNormal"><o:p> </o:p></p></div><p class="MsoNormal">-- </p><div><div><div><div><p class="MsoNormal">Best regards</p><div><p class="MsoNormal">Haocheng</p></div><div><p class="MsoNormal"><o:p> </o:p></p></div><div><p class="MsoNormal">Haocheng LIU</p></div></div></div></div></div></div><p class="MsoNormal"><span style="font-size:9.5pt;color:black">Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: </span><a href="tel:(518)%20881-4421" target="_blank"><span style="font-size:9.5pt;color:#1155CC">518-881-4421</span></a></p><p class="MsoNormal"><o:p> </o:p></p></div></div></blockquote></body></html>