[Paraview-developers] Failed Superbuild in Debug mode

Bastien Jacquet bastien.jacquet at kitware.com
Thu Aug 11 07:12:06 EDT 2016


Hello dear Paraview developers,

I tried to build a fresh Veloview (it's a custom Paraview) using the
superbuild (similar to Paraview's). It goes well in Release or
RelWithDebInfo.
It fails in Debug.
It is complaining about python27_d.lib not being found. I solved this by
setting the CMAKE python debug lib to python.lib.
The next failure is about qtmain_win.lib, it complains with the following
error:
error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0'
doen't match value '2' in VeloView_main.obj
error LNK2038: mismatch detected for 'RuntimeLibrary': value
'MD_DynamicRelease' doen't match value 'MD_DynamicDebug'
Notice that VeloView uses pythonqt too.

Is it a know problem?
Is there a workaround for compiling the superbuild in Debug without using
the system installed python/qt libs?
Should the superbuild ship python and qt debug libs too?

Best,
Bastien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20160811/88832ef1/attachment.html>


More information about the Paraview-developers mailing list