[vtkusers] Exporting with vtkGL2PSExporter

David Lonie david.lonie at kitware.com
Fri Apr 5 08:54:48 EDT 2013


On Fri, Apr 5, 2013 at 6:57 AM, Laura Balbastre
<laura.balbastre.soler at gmail.com> wrote:
> Hi David,
>
> I've been trying to build the development branch of VTK but I haven't
> succeeded. When configuring the CMake options I enable: VTK_WRAP_JAVA,
> Build_Shared_Libs and VTK_USE_SYSTEM_GL2PS, and I disable: BUILD_TESTING.
>
> The errors I get when compiling with Visual C++ 2008, are:
>
> 245>LINK : fatal error LNK1104: impossible to open the file
> '..\..\lib\Debug\vtkRenderingGL2PSJava.lib'
>
> 190>LINK : fatal error LNK1104: impossible to open the file
> '..\..\lib\Debug\vtkIOExport-6.0.lib'
>
> 160>LINK : fatal error LNK1104: impossible to open the
> file'..\..\lib\Debug\vtkRenderingGL2PS-6.0.lib'
>
> 157>C:\Documents and Settings\VTK\VTK\build\ThirdParty\gl2ps\vtk_gl2ps.h(21)
> : fatal error C1083:  impossible to open the file include : 'gl2ps.h' : No
> such file or directory
>
> Can you guide me a little bit, please?

Try disabling VTK_USE_SYSTEM_GL2PS -- this will make VTK use the
bundled GL2PS snapshot.

Dave



More information about the vtkusers mailing list