<div dir="ltr">Great, glad you got is working :)<div><br></div><div>Dave</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 30, 2015 at 9:54 AM, Ram Sampath <span dir="ltr"><<a href="mailto:ram@centroidpic.com" target="_blank">ram@centroidpic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Thank you for the response.<br>
<br>
Sorry the problem was on my end . I was including the vtkRenderingFreeType library in the linkage but I missed to include the line  VTK_MODULE_INIT(vtkRenderingFreeType).<br>
<br>
VTK_MODULE_INIT(vtkRenderingOpenGL);<br>
VTK_MODULE_INIT(vtkInteractionStyle);<br>
VTK_MODULE_INIT(vtkRenderingFreeType);<br>
<br>
are the modules  which were needed by my code to make it work.<br>
<br>
Thank you very much.<br>
<br>
Ram.<br>
<br>
---<br>
<div class="HOEnZb"><div class="h5">On Jun 30, 2015, at 6:39 AM, David Lonie <<a href="mailto:david.lonie@kitware.com">david.lonie@kitware.com</a>> wrote:<br>
<br>
It works for me here. That message means that the vtkRenderingFreeType library isn't being linked to the application. That library provides the default implementation of the vtkTextRenderer interface.<br>
<br>
Can you add the line:<br>
<br>
message("VTK_LIBRARIES: ${VTK_LIBRARIES}")<br>
<br>
to your CMakeLists.txt, rerun cmake, and send us the output? Also, what version of VTK is being used?<br>
<br>
On Mon, Jun 29, 2015 at 9:47 PM, Ram Sampath <<a href="mailto:ram@centroidpic.com">ram@centroidpic.com</a>> wrote:<br>
Hello :<br>
<br>
 I am trying to compile and run the vtk hello world with text example<br>
<br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/DrawText" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/DrawText</a><br>
<br>
 and when I run it I get the following error with a crash.<br>
Rendering\Core\vtkTextActor.cxx, line 110<br>
vtkTextActor (0000000003B31F10): Failed getting the TextRenderer instance!<br>
<br>
<br>
 Has anyone had the same problem before and has a fix ?  It seems like the text renderer is failing on initialize .<br>
<br>
Thank you in advance<br>
Ram.<br>
<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="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div>