[vtkusers] Can't build RenderingExternal module

Pablo Rubi pabloarubi at gmail.com
Tue Jun 16 15:30:35 EDT 2015


Thanks! I was trying to add Module_vtkRenderingExternal but it was already
there. I had missed the [ ] Advanced option in the GUI.

Running:
cmake -DBUILD_TESTING:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=OFF
-DBUILD_EXAMPLES:BOOL=OFF -DModule_vtkRenderingExternal:BOOL=ON

 also did the trick.

2015-06-16 15:27 GMT-03:00 Sankhesh Jhaveri <sankhesh.jhaveri at kitware.com>:

> Hello Pablo,
>
> The broken links used to point to my VTK fork that had the
> vtkRenderingExternal module under development. However, my branches have
> now been merged <http://kitware.com/blog/home/post/688> in VTK master.
>
> You should update your VTK source tree to latest master to get the latest
> changes. Make sure you check the flag for Module_vtkRenderingExternal in
> CMake before compiling VTK. It is an advanced option.
>
> I have updated the broken links on the Github page.
>
>
>
> Warm Regards,
>
> Sankhesh Jhaveri
> Research & Development Engineer
> Kitware, Inc.
> *Phone*: (518) 881 4417
> *Fax*: (518) 371 4573
>
>
>
> On Mon, Jun 15, 2015 at 3:39 PM, Pablo Rubi <pabloarubi at gmail.com> wrote:
>
>> Hello everyone,
>>
>> I'm trying to integrate VTK into SFML2.0, using this test
>> <https://github.com/Kitware/VTK/blob/master/Rendering/External/Testing/Cxx/TestGLUTRenderWindow.cxx>
>> as a guide.
>>
>> I'm having problems while trying to include ExternalVTKWidget.h. I've
>> found this blog post <http://kitware.com/blog/home/post/688> saying that
>> the classes I need are in a module called vtkRenderingExternal. I've tried
>> with no luck to build it, could you guide me through that process?
>>
>> I'm running CMake, already tried adding a variable
>> Module_vtkRenderingExternal=ON, but that didn't work. I got that idea from this
>> page
>> <http://www.visitusers.org/index.php?title=VTK_6.0_Upgrade#Building_VTK>
>> in the wiki.
>>
>> Thanks for your help!
>>
>> If you need any other detail, let me know.
>>
>> Blito
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150616/feea72db/attachment.html>


More information about the vtkusers mailing list