<div dir="ltr">Thanks again Ben. For the debug build I was using a completely new build directory, I moved the compiled files from the release build elsewhere and deleted everything else. Then started on the debug build from step one.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, 4 Aug 2015 at 14:24 Ben Boeckel <<a href="mailto:ben.boeckel@kitware.com">ben.boeckel@kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Aug 04, 2015 at 00:55:16 +0000, Bruce Jones wrote:<br>
> I followed your instructions and the build was successful in release mode.<br>
> However, when I run the executable it crashes on load.<br>
><br>
> Attempting to debug this I tried to build in debug mode using the same<br>
> approach. Unfortunately the debug build fails with an error,<br>
><br>
> qtmain.lib(qtmain_win.obj) : error LNK2038: mismatch detected for<br>
> '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in<br>
> paraview_main.cxx.obj<br>
> MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib'<br>
> conflicts with use of other libs; use /NODEFAULTLIB:library<br>
> bin\paraview.exe : fatal error LNK1319: 1 mismatches detected<br>
> LINK Pass 1 failed. with 1319<br>
><br>
> I am not sure why this is occurring.<br>
<br>
This typically occurs because Qt is built in release while ParaView is<br>
debug and the two can't mix on Windows. I'd recommend starting from a<br>
completely clean build tree to avoid any lingering files and setting<br>
CMAKE_BUILD_TYPE=Release.<br>
<br>
--Ben<br>
</blockquote></div>