<div dir="ltr">According to Common/DataModel/module.cmake, vtkCommonDataModel already has a dependency on vtkCommonCore inside of VTK. Everything should be linked already. Hmm.<div><div><br></div><div>It's likely that the mingw support needs some love. I don't think we have any customers that rely on it at the moment, but maybe someone can pick it up.<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 25, 2016 at 4:23 AM, Mario Emmenlauer <span dir="ltr"><<a href="mailto:mario@emmenlauer.de" target="_blank">mario@emmenlauer.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Dear All,<br>
<br>
I've reported this issue already here: <a href="https://gitlab.kitware.com/vtk/vtk/issues/16916" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>vtk/vtk/issues/16916</a><br>
But I hope somebody here on the mailing list might be knowledgeable about how to add<br>
linker dependencies inside VTK?<br>
<br>
When building VTK 7.1.0 I get an error about an undefined reference on MSYS2. Everything<br>
works fine on Linux. The error on MSYS2 is:<br>
<br>
CMakeFiles/vtkCommonDataModel.<wbr>dir/objects.a(<wbr>vtkDataSetAttributes.cxx.obj):<wbr>vtkDataSetAttributes.cxx:(.<wbr>text+0x4a7c): undefined reference to<br>
`vtkAOSDataArrayTemplate<long><wbr>::FastDownCast(<wbr>vtkAbstractArray*)'<br>
CMakeFiles/vtkCommonDataModel.<wbr>dir/objects.a(<wbr>vtkDataSetAttributes.cxx.obj):<wbr>vtkDataSetAttributes.cxx:(.<wbr>text+0x4a92): undefined reference to<br>
`vtkAOSDataArrayTemplate<long><wbr>::FastDownCast(<wbr>vtkAbstractArray*)'<br>
<br>
I think its required that vtkCommonDataModel links against vtkCommonCore? I do not<br>
know how to achieve this. I've tried various combinations to add the dependency to<br>
Common/DataModel/CMakeLists.<wbr>txt but without success. How is this done correctly?<br>
<br>
Cheers,<br>
<br>
    Mario<br>
______________________________<wbr>_________________<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/<wbr>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_<wbr>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=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>