Hi,
I try to install octaviz on fc11 with vtk 5.2
I have the following error :
[ 9%] Compiling vtkTreeDFSIterator.cc to vtkTreeDFSIterator.o
/home/trophime/rpmbuild/BUILD/octaviz/Filtering/vtkTree.cc: In function 'octave_value_list FvtkTree(const octave_value_list&, int)':
/home/trophime/rpmbuild/BUILD/octaviz/Filtering/vtkTree.cc:281: error: 'interp' was not declared in this scope
/home/trophime/rpmbuild/BUILD/octaviz/Filtering/vtkTree.cc:281: error: 'TCL_VOLATILE' was not declared in this scope
/home/trophime/rpmbuild/BUILD/octaviz/Filtering/vtkTree.cc:281: error: 'Tcl_SetResult' was not declared in this scope
make[2]: *** [Filtering/vtkTree.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Filtering/CMakeFiles/Filtering.dir/all] Error 2
make: *** [all] Error 2
error: Bad exit status from /home/trophime/rpmbuild/tmp/rpm-tmp.r4CZ93 (%build)
Any clue to solve this problem?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Octaviz needs serious maintenance before it will work with VTK > 5.0. I am not capable, and no one else has offered to step up to do the work. I have started using Mayavi instead.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I try to install octaviz on fc11 with vtk 5.2
I have the following error :
[ 9%] Compiling vtkTreeDFSIterator.cc to vtkTreeDFSIterator.o
/home/trophime/rpmbuild/BUILD/octaviz/Filtering/vtkTree.cc: In function 'octave_value_list FvtkTree(const octave_value_list&, int)':
/home/trophime/rpmbuild/BUILD/octaviz/Filtering/vtkTree.cc:281: error: 'interp' was not declared in this scope
/home/trophime/rpmbuild/BUILD/octaviz/Filtering/vtkTree.cc:281: error: 'TCL_VOLATILE' was not declared in this scope
/home/trophime/rpmbuild/BUILD/octaviz/Filtering/vtkTree.cc:281: error: 'Tcl_SetResult' was not declared in this scope
make[2]: *** [Filtering/vtkTree.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Filtering/CMakeFiles/Filtering.dir/all] Error 2
make: *** [all] Error 2
error: Bad exit status from /home/trophime/rpmbuild/tmp/rpm-tmp.r4CZ93 (%build)
Any clue to solve this problem?
Thanks
Octaviz needs serious maintenance before it will work with VTK > 5.0. I am not capable, and no one else has offered to step up to do the work. I have started using Mayavi instead.
Under Fedora 11, I was able to rebuild the vtk packages from the Fedora 10 vtk-5.0.4 source rpms (see, for instance, http://fedora.secsup.org/linux/releases/10/Everything/source/SRPMS/vtk-5.0.4-25.fc10.src.rpm\), and was then able to compile octaviz 0.4.7 against the old vtk and vtk-data.
hope this helps.