Also, just to test I have added ../Utilities/vtkvmtkITK to the #include for vtkvmtkITKImageToImageFilterFF.h for SigmoidImageFilter and others within the Segmentation directory and it solves the issue. I'd prefer not modifying VMTK, however. :)
On Sun, Feb 27, 2011 at 9:09 PM, Paul Simedrea <[email protected]> wrote: > Hi All, > > I'm compiling a statically linked project which uses VTK and VMTK that I > have no troubles with in OS X, however the windows build fails with the > error below: > > C:\MinGW\msys\1.0\home\paul\vmtk-0.9.0\vtkVmtk\Segmentation\vtkvmtkSigmoidImageFilter.h(35): > fatal error C1083: Cannot open include file: > 'vtkvmtkITKImageToImageFilterFF.h': No such file or directory > Generating Code... > > This error occurs whether I use MSVC or mingw, which leads me to believe > that there is a CMake issue somewhere. My c++ module uses > vtkvmtkSigmoidImageFilter.h, which in turn uses > vtkvmtkITKImageToImageFilterFF.h. However, the include path to > vtkVmtk\Utilities\vtkvmtkITK doesn't seem to be resolved. It's correct if I > include vtkvmtkITKImageToImageFilterFF.h directly from my project, however, > though this is not sufficient of course. Also I should mention that I was > able to build VTK and VMTK without any issues. > > Has anyone else seen a similar issue? I know most people use the vmtk > scripts rather than these modules directly. Any help would be appreciated. > > Thanks, > Paul > > >
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ vmtk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vmtk-users
