-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recompiling ITK after compiling ITKVtkGlue #14
Comments
What is the state of |
Everything was set to OFF originally inside the ITK build directory. See the result of the following command:
|
I could not reproduce this :-( |
Everything was set to OFF originally inside the ITK build directory. See the result of the following command: more CMakeCache.txt |grep -i vtk |grep -i module |
I am having the same problem now, but with a different source file: The include file does exist on my system, but the compiler flags do not have a path to this file. |
@melrobin it is worth checking that we have the VTK targets listed that include vtkImageImport.h in your version of VTK. |
I am getting the following error message when trying to recompile ITK after having compiled ITKVtkGlue as a separate project:
This could be related to the fact that ITKVtkGlue is both inside and outside the ITK repository.
The text was updated successfully, but these errors were encountered: