Re: [wxVTK] [OSX] cocoa wx2.9 and vtk
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2013-10-02 05:03:05
|
On Tue, Oct 1, 2013 at 2:34 PM, Hiroshi Abe <ha...@gm...> wrote: > "std::basic_ostream<char, std::char_traits<char> >& > std::__ostream_insert<char, std::char_traits<char> >>(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)", > referenced from: > > vtkOStreamWrapper::operator<<(unsigned char)in > libvtkCommon.a(vtkOStreamWrapper.o) > > vtkOStreamWrapper::operator<<(char)in > libvtkCommon.a(vtkOStreamWrapper.o) > > vtkOStreamWrapper::operator<<(char const*)in > libvtkCommon.a(vtkOStreamWrapper.o) > > vtkRenderWindow::PrintSelf(std::basic_ostream<char, > std::char_traits<char> >&, vtkIndent)in libvtkRendering.a(vtkRenderWindow.o) > > vtkRenderWindow::PrintSelf(std::basic_ostream<char, > std::char_traits<char> >&, vtkIndent)in libvtkRendering.a(vtkRenderWindow.o) > > ..... I have not compiled wxVTK in a while, but I suspect this is a static linking issue. If you try to build with VTK shared libs on, do you get the same error ? I am guessing vtkCommon is missing from the explicit linking, but I would need to see the compilation line to tell (make VERBOSE=1). 2cts |