[wxVTK] Re: [vtkusers] Hi all

Mathieu Malaterre mathieu.malaterre at kitware.com
Fri Jul 30 15:06:49 EDT 2004


LinX,

	A few things, could you please either :

1. Specify [wxVTK] in your subject
2. Go to the wxVTK sourceforge web page:

	http://sourceforge.net/projects/wxvtk

Register there, and send a mail with your build problem to wxvtk-users 
mailing list.

-----

I have seen such problems in the past, could you please open the 
toplevel CMakeLists.txt from wxVTK, and change:

FIND_PACKAGE(GTK)
#INCLUDE(${wxVTKSample_SOURCE_DIR}/Modules/FindGTK.cmake)
into
#FIND_PACKAGE(GTK)
INCLUDE(${wxVTKSample_SOURCE_DIR}/Modules/FindGTK.cmake)

You may want then to remove the build directory otherwise cmake will use 
old values.

HTH
Mathieu


LinX wrote:
> I'm trying to use a VTK renderwindow in a wxwindow frame so I downloaded 
> wxVTK. I got trouble with some libraries when compiling wxVTK: first 
> GLCanvas, but I recompiled wxGTK with --with-opengl, then with gdk, with 
> glib, with pango, and when I fixed all the paths, I got a lot of errors about 
> a lot of things. (I don't attach the errors they cause are too large)
> 
> I want to know if there is a simpler way to implement VTK with wxwindows 
> without using any of these libraries (i.e. gdk which call all the others). 
> Does anybody have an simple example of doing this?
> 
> If there isn't, whose are the dependences of wxVTK, or in which OS it has been 
> proved suscefully (I'm using Slackware 10.0).
> 
> Thanks a lot
> 
> LinX
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
> 






More information about the vtkusers mailing list