-
Notifications
You must be signed in to change notification settings - Fork 18
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
newest VTK cannot be found #35
Comments
What is the vtk version(branch) you are using? |
Thank you - I am using the newest one from |
Please try v9.1.0. You can always find the required vtk version from this line in the CMakeLists.txt Line 66 in ee6a9ef
We haven't tested with the latest vtk branch. |
The most recent version was 9.2.0. |
I just tried to replicate on the mac and it was the same error. Any suggestions would be appreciated! |
I would try following steps:
|
Thank you.
Also. where are IOCore, IOLegacy etc located in VTK? From quick search on vtk source, I was not able to pinpoint where they are. |
Can you share the CMakeCache.txt in your greedy binary folder? You can find the module enable info in the CMakeCache.txt file in the vtk binary folder. VTK group the modules in folders. For example, the IOCore module is located at /{vtkbinaryfolder}/IO/Core It's also a way to find related module name for specific filter. If the filter located at |
Here is the CMakeCache.txt from the greedy binary - thanks so much! |
It looks OK. Can you also attach the CMakeCache.txt from you VTK build directory? |
Here! Thank you!!!! 🙏 |
I don't see any issues in these files. |
for both VTK and greedy i am using For vtk, these are some of the build configurations I have (no error with this config, but when turning on
Yes I think the library binaries have been generated for VTK...
|
For linux shared library binaries, you need to look for The
CMake build projects via two-step process, first is configuration. After configuration shown "Configuration Done, Generating Done", a Have you executed the actual building step after configuring the project using ccmake? |
Thank you that was super helpful - I just built the VTK, and now the
but it seems
Thanks so much for the help!! 🙏 |
The IOCore, IOGeometry, IOLegacy, IOPLY modules has not been built according your build configurations. If you check this file under vtk source directory So you need to turn on More about vtk modules: https://vtk.org/doc/nightly/html/md__builds_gitlab-kitware-sciviz-ci_Documentation_Doxygen_ModuleSystem.html |
Thanks so much, this is super helpful!! I turned on the And configuration of greedy was successful! However when I tried to run
Could you suggest what might went wrong??? thanks so much!!! |
The actual error message was printed before the section you pasted. Can you attach the entire building output including the error message? |
Thanks so much Jilei! This is what i am seeing now...
|
It cannot find an ITK library. Has ITK been built? |
[RESOLVED. ] |
When compiling greedy, it asked for VTK binary directory.
Following similar issue here, I installed VTK but now is giving this error:
From the VTK git repo I could not find
IOCore
orIOGeometry
or the others. Could you suggest how to resolve this? Thank you!Ubuntu system.
The text was updated successfully, but these errors were encountered: