I installed VTK and octaviz from CVS. octaviz was a bit of a pain since it seems it doesn't pick up the right set of libraries for each oct-file so I had a long list of libs in LDFLAGS defined before build, but then it builds. I set VTK to use only X11 btw (no Carbon, no Cocoa).
But now most of the time doint something with octaviz I get:
vtkStreamingDemandDrivenPipeline (0x4993710): Input for connection index 0 on input port index 0 for algorithm vtkPainterPolyDataMapper(0x564fa00) is NULL, but a vtkPolyData is required.
after which it segfaults. By most so far I mean vtk_figure, vtk_demo, vtk_surf etc... but not vtk_plot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I installed VTK and octaviz from CVS. octaviz was a bit of a pain since it seems it doesn't pick up the right set of libraries for each oct-file so I had a long list of libs in LDFLAGS defined before build, but then it builds. I set VTK to use only X11 btw (no Carbon, no Cocoa).
But now most of the time doint something with octaviz I get:
vtkStreamingDemandDrivenPipeline (0x4993710): Input for connection index 0 on input port index 0 for algorithm vtkPainterPolyDataMapper(0x564fa00) is NULL, but a vtkPolyData is required.
after which it segfaults. By most so far I mean vtk_figure, vtk_demo, vtk_surf etc... but not vtk_plot.
I am now trying to install octaviz on Mac OS X (10.4), and I am getting:
Linking CXX shared library liboctaviz.dylib
ld: Undefined symbols:
...
/usr/bin/libtool: internal link edit command failed
make[2]: *** [Common/liboctaviz.dylib] Error 1
Is this what you managed to workaround with a list of LDFLAGS? Can you paste your list here?
It looks like the build system needs to be modified for Mac OS X.
Jonathan