<div class="gmail_extra">I just tried deleting my whole build directory and trying again.  Again the Release and Release with Debug Info worked and Debug failed.  Any ideas?<br><br><div class="gmail_quote">On Mon, Apr 23, 2012 at 3:17 PM, Jonathan Morra <span dir="ltr">&lt;<a href="mailto:jonmorra@gmail.com" target="_blank">jonmorra@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra">I just did a build on Release, and everything worked fine, however Debug continued to fail.<div>
<div class="h5"><br><br><div class="gmail_quote">On Mon, Apr 23, 2012 at 2:08 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not sure what to provide but basically make sure anything you are building and anything that what you are building depends on ALL have the same type of build: Release with Debug Info. If some are Release and Some are debug then you will get a mixing of the runtime libs and most likely this error.<br>


<br>
 Does &quot;Debug&quot; and &quot;Release&quot; both build OK?<br>
--<br>
Mike Jackson &lt;<a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a>&gt;<br>
<div><div><br>
On Apr 23, 2012, at 4:54 PM, Jonathan Morra wrote:<br>
<br>
&gt; OK<br>
&gt; 1.  What information could I provide/look at myself to help diagnose exactly what is going wrong.<br>
&gt; 2.  Why does this exact same cmake file work fine in Release with debug info?<br>
&gt;<br>
&gt; On Mon, Apr 23, 2012 at 1:51 PM, Michael Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt; You seem to be mixing versions of Visual Studio built products or service packs of Visual Studio. That is what the &quot;side-by-side configuration&quot; means. Basically the executable is looking for one set of runtime libs and a library that the executable loads is looking for a different set/version of the runtime libraries.<br>


&gt; ___________________________________________________________<br>
&gt; Mike Jackson                    Principal Software Engineer<br>
&gt; BlueQuartz Software                            Dayton, Ohio<br>
&gt; <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>              <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;<br>
&gt; On Apr 23, 2012, at 4:38 PM, Jonathan Morra wrote:<br>
&gt;<br>
&gt; &gt; Does anyone have any ideas on this?  I still can&#39;t seem to get it to compile.<br>
&gt; &gt;<br>
&gt; &gt; On Tue, Apr 17, 2012 at 10:39 PM, Jonathan Morra &lt;<a href="mailto:jonmorra@gmail.com" target="_blank">jonmorra@gmail.com</a>&gt; wrote:<br>
&gt; &gt; I get the following compilation errors, does anyone know what the problem is?  This only happens in Debug, in release everything works fine.<br>
&gt; &gt; 1&gt;------ Build started: Project: vtkMaterialLibraryConfiguredFiles, Configuration: Debug x64 ------<br>
&gt; &gt; 1&gt;Generating vtkMaterialXMLLibrary.h<br>
&gt; &gt; 1&gt;The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.<br>
&gt; &gt; 1&gt;Project : error PRJ0019: A tool returned an error code from &quot;Generating vtkMaterialXMLLibrary.h&quot;<br>
&gt; &gt; 1&gt;Build log was saved at &quot;file://c:\MVS\VTK\bin\x64\Utilities\MaterialLibrary\vtkMaterialLibraryConfiguredFiles.dir\Debug\BuildLog.htm&quot;<br>
&gt; &gt; 1&gt;vtkMaterialLibraryConfiguredFiles - 1 error(s), 0 warning(s)<br>
&gt; &gt; 2&gt;------ Build started: Project: vtkParallel, Configuration: Debug x64 ------<br>
&gt; &gt; 2&gt;Generating vtkSocketCommunicatorHash.h<br>
&gt; &gt; 2&gt;The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.<br>
&gt; &gt; 2&gt;Project : error PRJ0019: A tool returned an error code from &quot;Generating vtkSocketCommunicatorHash.h&quot;<br>
&gt; &gt; 2&gt;Build log was saved at &quot;file://c:\MVS\VTK\bin\x64\Parallel\vtkParallel.dir\Debug\BuildLog.htm&quot;<br>
&gt; &gt; 2&gt;vtkParallel - 1 error(s), 0 warning(s)<br>
&gt; &gt; 3&gt;------ Build started: Project: vtkHybrid, Configuration: Debug x64 ------<br>
&gt; &gt; 3&gt;Linking...<br>
&gt; &gt; 3&gt;LINK : fatal error LNK1104: cannot open file &#39;..\bin\Debug\vtkParallel.lib&#39;<br>
&gt; &gt; 3&gt;Build log was saved at &quot;file://c:\MVS\VTK\bin\x64\Hybrid\vtkHybrid.dir\Debug\BuildLog.htm&quot;<br>
&gt; &gt; 3&gt;vtkHybrid - 1 error(s), 0 warning(s)<br>
&gt; &gt; 4&gt;------ Build started: Project: vtkWidgets, Configuration: Debug x64 ------<br>
&gt; &gt; 4&gt;Linking...<br>
&gt; &gt; 4&gt;LINK : fatal error LNK1104: cannot open file &#39;..\bin\Debug\vtkHybrid.lib&#39;<br>
&gt; &gt; 4&gt;Build log was saved at &quot;file://c:\MVS\VTK\bin\x64\Widgets\vtkWidgets.dir\Debug\BuildLog.htm&quot;<br>
&gt; &gt; 4&gt;vtkWidgets - 1 error(s), 0 warning(s)<br>
&gt; &gt; 5&gt;------ Build started: Project: vtkInfovis, Configuration: Debug x64 ------<br>
&gt; &gt; 5&gt;Linking...<br>
&gt; &gt; 5&gt;LINK : fatal error LNK1104: cannot open file &#39;..\bin\Debug\vtkWidgets.lib&#39;<br>
&gt; &gt; 5&gt;Build log was saved at &quot;file://c:\MVS\VTK\bin\x64\Infovis\vtkInfovis.dir\Debug\BuildLog.htm&quot;<br>
&gt; &gt; 5&gt;vtkInfovis - 1 error(s), 0 warning(s)<br>
&gt; &gt; 6&gt;------ Build started: Project: vtkViews, Configuration: Debug x64 ------<br>
&gt; &gt; 6&gt;Linking...<br>
&gt; &gt; 6&gt;LINK : fatal error LNK1104: cannot open file &#39;..\bin\Debug\vtkInfovis.lib&#39;<br>
&gt; &gt; 6&gt;Build log was saved at &quot;file://c:\MVS\VTK\bin\x64\Views\vtkViews.dir\Debug\BuildLog.htm&quot;<br>
&gt; &gt; 6&gt;vtkViews - 1 error(s), 0 warning(s)<br>
&gt; &gt; 7&gt;------ Build started: Project: QVTK, Configuration: Debug x64 ------<br>
&gt; &gt; 7&gt;Linking...<br>
&gt; &gt; 7&gt;LINK : fatal error LNK1104: cannot open file &#39;..\..\bin\Debug\vtkViews.lib&#39;<br>
&gt; &gt; 7&gt;Build log was saved at &quot;file://c:\MVS\VTK\bin\x64\GUISupport\Qt\QVTK.dir\Debug\BuildLog.htm&quot;<br>
&gt; &gt; 7&gt;QVTK - 1 error(s), 0 warning(s)<br>
&gt; &gt; 8&gt;------ Skipped Build: Project: INSTALL, Configuration: Debug x64 ------<br>
&gt; &gt; 8&gt;Project not selected to build for this solution configuration<br>
&gt; &gt; ========== Build: 0 succeeded, 7 failed, 45 up-to-date, 1 skipped ==========<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt; &gt;<br>
&gt; &gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt; &gt;<br>
&gt; &gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt; &gt;<br>
&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>