MantisBT - VTK
View Issue Details
0007484VTK(No Category)public2008-08-12 16:542013-04-05 19:57
frankl 
David Cole 
normalminoralways
closedwon't fix 
 
 
0007484: Mac + Cocoa on + Qt support + Examples on: qtimageviewer problem
Mac + Cocoa on + Qt support + Examples on: qtimageviewer problem:
(Carbon on: no problem)

[ 71%] Built target TreeLayout
Linking CXX executable /Users/frankl/fl/dev/release/VTK520_CMake261_gcc401_Qt441/bin/qtimageviewer.app/Contents/MacOS/qtimageviewer
Undefined symbols:
  "vtkCarbonRenderWindow::UpdateGLRegion()", referenced from:
      QVTKWidget::DirtyRegionProcessor(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) in libQVTK.a(QVTKWidget.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[5]: *** [/Users/frankl/fl/dev/release/VTK520_CMake261_gcc401_Qt441/bin/qtimageviewer.app/Contents/MacOS/qtimageviewer] Error 1
make[4]: *** [GUI/Qt/ImageViewer/CMakeFiles/qtimageviewer.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [VTKExamples] Error 1
make[1]: *** [Examples/CMakeFiles/VTKExamplesTarget.dir/all] Error 2
make: *** [all] Error 2
frankl-MBP:VTK520_CMake261_gcc401_Qt441 frankl$



No tags attached.
Issue History
2008-08-12 16:54franklNew Issue
2008-08-20 16:10David ColeStatusbacklog => tabled
2008-08-20 16:10David ColeAssigned To => David Cole
2008-08-20 16:12David ColeStatustabled => @80@
2008-08-20 16:12David ColeResolutionopen => won't fix
2008-08-20 16:12David ColeNote Added: 0013122
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-04-05 19:57Berk GeveciStatuscustomer review => closed

Notes
(0013122)
David Cole   
2008-08-20 16:12   
This occurs because Qt is a Carbon-based framework and the Qt specific classes in VTK expect the VTK_USE_CARBON setting to be on. If and when Qt supports a Cocoa version of its UI elements, please re-open this bug and request that we support it. For now, unless there's a compelling reason why you would want Carbon-based Qt combined with a Cocoa-based VTK, that's just the way it is...