Am 21.04.2009 um 13:04 schrieb Andreas Hahn: > Hi Daniel, > > thank you for your efforts. > > I builded a Release version from mitk rev. 16911 with MacOS 10.5.6, > CMake 2.6.3, ITK 3.12, VTK 5.2.1, Qt 4.5.0 and XCode gcc 4.0. > MainApp launches now. I am very happy! But there are a few problems > remaining which oversalt my cherry soup. ;) > > 1. The MainApp window gets drawn to high on the display. There is no > way to shift it downwards so i can see the upper edge of the window.
Hi Andreas, I guess this first issue is not too hard to fix, will be something with the way the Qt MainWindow is initialized. The other issues are more serious. > > 2. Crash when open a JPEG. There is the glViewport again when the > viewport gets resized. I had the same error when i failed to launch > the MainApp with qt3 a few weeks ago. > #0 0x936cdf99 in glViewport > #1 0x01ad7437 in mitk::VtkPropRenderer::Resize > #2 0x089e3a90 in QmitkRenderWindow::resizeEvent > #3 0x0304efce in QWidget::event This needs some debugging, I'll try to get a colleague with more OpenGL background to debug into this. > > 3. Crash when open 3D image .../Testing/Data/Pic3D.pic.gz: > #0 0x9693841a in inflate_fast > #1 0x96935b61 in inflate > #2 0x969356de in gzread > #3 0x007fc891 in mitkIpPicFReadCvt > #4 0x007fa052 in mitkIpPicGetHeader This could be a problem with using the wrong zlib version or with errors in the ipPic library. Either way it‘s ugly. > > 5. Crash when switching to view Interactive Segmentation: > #0 0x074ff53a in QmitkSlicesInterpolator::Initialize > #1 0x1d19edf8 in QmitkInteractiveSegmentationView::CreateQtPartControl A colleague is already fixing this issue. I hope we get this running soon and will try to put some work into it. Best regards Daniel ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
