[vtkusers] VTK and GTS
Bryn Lloyd
lloyd at itis.ethz.ch
Wed May 11 02:46:40 EDT 2011
The C++ compiler used by cygwin (gcc) is not compatible with visual studio
in general.
You cannot link to a library compiled with cygwin/gcc from MSVC.
The name of the library is probably gts.a or gts.so, depending on if it is
static or shared.
The solution is to
- either compile the vtkSurfaceBooleanOperations using Cygwin/gcc.
- or try to compile gts directly in Visual Studio. It is difficult, but not
impossible.
-----Original Message-----
From: vtkusers-bounces at vtk.org [mailto:vtkusers-bounces at vtk.org] On Behalf
Of ederhazael
Sent: Tuesday, May 10, 2011 5:18 PM
To: vtkusers at vtk.org
Subject: Re: [vtkusers] VTK and GTS
Sorry, maybe I do not knew explain.
The problem is that Cygwin do not generate the "gts.lib" and I need it.
I do not know how compiled for windows.
Thanks
Eder
--
View this message in context:
http://vtk.1045678.n5.nabble.com/VTK-and-GTS-tp4384369p4384759.html
Sent from the VTK - Users mailing list archive at Nabble.com.
_______________________________________________
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
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list