[vtkusers] Re: Fwd: Re: Compiling VTK-5.0.2 with Cygwin make

Steve Robbins smr at sumost.ca
Wed Sep 20 12:37:13 EDT 2006


Quoting Steve Robbins <smr at sumost.ca>:

> Hi,
>
> I'm having the same problem as Patrick D. Emond
> [http://public.kitware.com/pipermail/vtkusers/2006-September/086953.html] in
> building VTK under cygwin.
>
> The culprit turns out to be -I/usr/X11R6/include.

I neglected to describe my VTK configuration.  It is the following

  BUILD_EXAMPLES                   ON
  BUILD_SHARED_LIBS                OFF
  CMAKE_BACKWARDS_COMPATIBILITY    2.4
  CMAKE_BUILD_TYPE
  CMAKE_INSTALL_PREFIX             /usr/local
  VTK_DATA_ROOT                    VTK_DATA_ROOT-NOTFOUND
  VTK_USE_PARALLEL                 OFF
  VTK_USE_RENDERING                ON
  VTK_USE_X                        OFF
  VTK_WRAP_JAVA                    OFF
  VTK_WRAP_PYTHON                  OFF
  VTK_WRAP_TCL                     OFF


Note that VTK_USE_X is off: so why am I picking up  
-I/usr/X11R6/include?  Hmmm....


-Steve




More information about the vtkusers mailing list