Skip to content
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

RTK fails to compile when ITK is compiled with wrappers on #391

Open
acoussat opened this issue Nov 21, 2020 · 0 comments
Open

RTK fails to compile when ITK is compiled with wrappers on #391

acoussat opened this issue Nov 21, 2020 · 0 comments

Comments

@acoussat
Copy link
Collaborator

I'm trying to compile RTK with the latest version of both RTK (83e0b88) and ITK (InsightSoftwareConsortium/ITK@71c0bb3). When trying to configure the project using ccmake, and right after selecting the path to ITK binaries, I get the following error message:

 /export/home/acoussat/Software/RTK-
dev/ITK_RTK/src/Modules/Bridge/NumPy/include;/export/home/acoussat
 /miniconda3/include/python3.7m/../wrapping/PyBuffer.i.init
 Call Stack (most recent call first):
   /export/home/acoussat/Software/RTK-
dev/ITK_RTK/src/Wrapping/TypedefMacros.cmake:219 (include)
   /export/home/acoussat/Software/RTK-
dev/ITK_RTK/src/Wrapping/TypedefMacros.cmake:173
 (itk_load_submodule)
   wrapping/CMakeLists.txt:24 (itk_auto_load_submodules)



 CMake Error at wrapping/itkPyBufferRTK.wrap:30 (configure_file):
   configure_file input location

     /export/home/acoussat/Software/RTK-
dev/ITK_RTK/src/Modules/Bridge/NumPy/include

   is a directory but a file was expected.
 Call Stack (most recent call first):
   /export/home/acoussat/Software/RTK-
dev/ITK_RTK/src/Wrapping/TypedefMacros.cmake:219 (include)
   /export/home/acoussat/Software/RTK-
dev/ITK_RTK/src/Wrapping/TypedefMacros.cmake:173
 (itk_load_submodule)
   wrapping/CMakeLists.txt:24 (itk_auto_load_submodules)



 CMake Error at wrapping/itkPyBufferRTK.wrap:33 (file):
   file failed to open for reading (No such file or directory):

     /export/home/acoussat/Software/RTK-
dev/bin/Wrapping/Modules/RTK/PyBufferRTK.i.temp
 Call Stack (most recent call first):
   /export/home/acoussat/Software/RTK-
dev/ITK_RTK/src/Wrapping/TypedefMacros.cmake:219 (include)
   /export/home/acoussat/Software/RTK-
dev/ITK_RTK/src/Wrapping/TypedefMacros.cmake:173
 (itk_load_submodule)
   wrapping/CMakeLists.txt:24 (itk_auto_load_submodules)

(and so on)

Any idea on how to fix this?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant