Hey!
I was trying to use your repository to synthesize some 3D textures. When I try to make the repository after resolving some compatibility issues, I encountered the following error:
[ 23%] Built target ann
make[2]: *** No rule to make target '/media/shrikant/Data/Codes/CG_Project_References/VTK-build/lib/libvtkWrappingTools-9.0.so.9.0.0', needed by 'testVTKFilters'. Stop.
make[1]: *** [CMakeFiles/Makefile2:555: appli/testFilters/CMakeFiles/testVTKFilters.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 26%] Built target testPCAMatlab
[ 30%] Built target testMedianFilter
make[2]: *** No rule to make target '/media/shrikant/Data/Codes/CG_Project_References/VTK-build/lib/libvtkWrappingTools-9.0.so.9.0.0', needed by 'testPCAReduction'. Stop.
make[1]: *** [CMakeFiles/Makefile2:474: appli/testStats/CMakeFiles/testPCAReduction.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
I tried to follow this article https://discourse.vtk.org/t/building-fails-generating-wrap-hierarchy-for-vtk-commoncore-unable-to-open-libvtkwrappingtools-so-1/3427 and tried to configure my VTK before building, but the SKIP_RPATH variable was already OFF. I am not sure how to configure the VTK to include the above mentioned ".so" file.
Hey!
I was trying to use your repository to synthesize some 3D textures. When I try to make the repository after resolving some compatibility issues, I encountered the following error:
I tried to follow this article https://discourse.vtk.org/t/building-fails-generating-wrap-hierarchy-for-vtk-commoncore-unable-to-open-libvtkwrappingtools-so-1/3427 and tried to configure my VTK before building, but the SKIP_RPATH variable was already OFF. I am not sure how to configure the VTK to include the above mentioned ".so" file.