<div dir="ltr">Hi ,<div>thanks for the informations,</div><div>actually i am using msys 2  and mingw-64, the workflow i followed is by installing msys2 ,then adding mingw-w64 toolchain followed by qt 64 installation (all inside msys2)</div><div>then i downloaded vtk-8.1.1</div><div>the good news that i managed to compile it at the end , by trial and error work and iterations, just remove everything and try to do fresh build everytime.</div><div>the latest error i face was comming from segy module which i disabled and the library compiled and built  with only wornings </div><div><br></div><div>that is for msys and mingw-w64 branch </div><div>for visualstudio branch i found that qt creator is combiled to be 32 bit and it has only mingw 32 bit compiler so i droped the hole idea </div><div><br></div><div>last but not least  , i think this is a pure VTK issue  not related to qt or mingw ,because other libraries are just going smooth and easy, why vtk build system not like other libraries (sorry to say that but really a greate library like this with too many use cases for visualization)  it should be easy to install </div><div><br></div><div>P.S.</div><div>after successfuly compiling VTK i found in msys  pacman -Ss vtk  that there is vtk library there but no  VTK with Qt  , if it could be added to msys2 libraries will be great</div><div><br></div><div>thanks for all and sorry for the too many words </div><div><br></div><div>regards</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Aug 17, 2018 at 3:36 PM Fcs <<a href="mailto:ftpronk@engits.com">ftpronk@engits.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok.  This is clearly the wrong place for Qt/mingw support as it is not VTK<br>
related.<br>
<br>
However, it sounds like you are mixing up the mingw toolchain instructions.<br>
Make sure you only use MSYS2 and mingw-w64, and only follow the instructions<br>
related to those tools. If you are trying to compile with mingw32-make, you<br>
are doing something wrong, it's an obsolete tool. MSYS is unrelated to<br>
MSYS2, and mingw is not the same as mingw-w64.  The instructions are a bit<br>
confusing on that one. Also, make sure you are using mingw-w64  with the<br>
correct thread and error model, and in 64 bits. (Unless you need 32 bit<br>
software..)<br>
<br>
Using QtCreator with native VS code shouldn't be an issue, you are not<br>
linking to QtCreator so it shouldn't matter what it is compiled with, as<br>
long as it runs.<br>
<br>
The Qt libraries from the Qt installer are compiled with Visual Studio, as<br>
is Python (if you need Python support with VTK), so you shouldn't have an<br>
issue compiling VTK with Qt support.<br>
<br>
Kind regards.<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>