<div dir="ltr">Thanks a lot for all the answers!<div><br><div>I was effectively using the last Git version.</div><div><br></div><div>Thanks Marcus, i did what you suggest and </div><div style>it goes through Cmake without any error message. </div>

<div style>It&#39;s now compiling :)</div><div style><br></div><div style>Thanks,</div><div style>Best,</div><div style>B</div><div style><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 29, 2013 at 2:30 PM, Marcus D. Hanwell <span dir="ltr">&lt;<a href="mailto:marcus.hanwell@kitware.com" target="_blank">marcus.hanwell@kitware.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="HOEnZb"><div class="h5">On Fri, Mar 29, 2013 at 1:48 PM, John Drescher &lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt; wrote:<br>


&gt;<br>
&gt; &gt; I believe it with VTK 5.10...<br>
&gt; &gt;<br>
&gt; &gt; I am using VTK &#39;master&#39; and I think something has snuck in that requires<br>
&gt; &gt; webkit for Qt builds now. I don&#39;t recall the exact compiler/linker error I<br>
&gt; &gt; was seeing, but it was definitely webkit related.<br>
&gt; &gt;<br>
&gt;<br>
&gt; That makes sense. Sorry I did not specify the version in the first post.<br>
&gt;<br>
</div></div>I know this pretty well because I dealt with it in modularization (and<br>
before then). VTK used to probe your Qt configuration and enable<br>
certain functionality if webkit was present. With modular VTK we made<br>
the decision not to allow a module to be built differently based on<br>
what it detected. So I split out the class (that was optionally<br>
removed before) into GUISupport/QtWebkit.<br>
<br>
I guess the problem you are seeing is that we put that module in the<br>
Qt group, so if you are enabling groups it looks like webkit is<br>
required. It is really only one class (vtkQtRichTextView), and we<br>
could remove this module from the Qt group requiring users to<br>
specifically enable the module if they want that class. You can<br>
disable the Qt group, and simply enable the modules you are interested<br>
in (such as vtkGUISupportQt) that definitely do not require webkit.<br>
<span class="HOEnZb"><font color="#888888"><br>
Marcus<br>
</font></span></blockquote></div><br></div>