[Paraview-developers] cmake trouble with origin/next (3.98 ish)

Moreland, Kenneth kmorel at sandia.gov
Fri Nov 23 18:26:38 EST 2012


This is probably more detail than you need or want, but here goes anyway. The IceTGL library is a convenience library that, as you probably already guessed, helps set up OpenGL state and push/pull images to/from the frame buffers. A program either uses this library or it doesn't. I believe the compositor for the default 3d view uses this library. Others, such as the compositor for the mantis-enabled 3d view, do not necessarily use it.

-Ken

Sent from my iPad so blame autocorrect.

On Nov 23, 2012, at 11:30 AM, "Biddiscombe, John A." <biddisco at cscs.ch> wrote:

> Utkarsh : Yes that fixed it. Plugin now loads. Thanks again.
> 
> Ken : Yes you're quite right. I just didn't expect to have to tell it what to use. I assume it knows if I'm using GL or not. (If you don't use IceTOpenGL option, can it still access the framebuffer?). 
> 
> Anyway all is working now it seems. I always tell people paraview is easy to build why do they want binaries. Then I get days like the last few and I start to look for tall buildings to throw myself from.
> 
> Thanks again
> 
> JB
> 
> -----Original Message-----
> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] 
> Sent: 23 November 2012 17:06
> To: Biddiscombe, John A.
> Cc: paraview-developers at paraview.org
> Subject: Re: [Paraview-developers] cmake trouble with origin/next (3.98 ish)
> 
> Try adding a target_link_libraries() call for your plugin for "vtkRenderingFreeTypeFontConfig" and any other such missing calls.
> Does that help? I think there was fix pushed for this in master a few days ago.
> 
> Utkarsh
> 
> On Fri, Nov 23, 2012 at 11:02 AM, Biddiscombe, John A. <biddisco at cscs.ch> wrote:
>> vtkRenderingFreeTypeFontConfig
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
> 



More information about the Paraview-developers mailing list