I think, I know. I built the x64 Qt with VC10 but MITK with VC9. Your hint was useful, because the tests pointed out that the command line applications work, so the problem must be Qt related.
Miklos 2011/12/8 walter dastrù <[email protected]>: > Hi Marco, > > I have rebuilt MITK with BUILD_TESTING enabled. I use NMake, I ran "nmake > test". > > The summary of the tests is this: > > > 87% tests passed, 18 tests failed out of 134 > > Label Time Summary: > BlueBerry = 188.63 sec > MITK = 237.67 sec > MITK-Core = 30.37 sec > MITK-IGT = 9.07 sec > MITK-Modules = 8.60 sec > MITK-Registration = 2.08 sec > > Total Test time (real) = 242.42 sec > > The following tests FAILED: > 54 - mitkDICOMLocaleTest_spacingOk_CT (Failed) > 55 - mitkDICOMLocaleTest_spacingOk_MR (Failed) > 56 - mitkDICOMLocaleTest_spacingOk_SC (Failed) > 57 - mitkEventMapperTest_Test1And2 (Failed) > 58 - mitkNodeDependentPointSetInteractorTest (Failed) > 59 - mitkDataStorageTest_US4DCyl (Failed) > 60 - mitkStateMachineFactoryTest_TestStateMachine1_2 (Failed) > 62 - mitkPointSetLocaleTest (Failed) > 63 - mitkImageTest_brainImage (Failed) > 64 - mitkImageWriterTest_nrrdImage (Failed) > 66 - mitkDICOMTestingSanityTest_CTImage (Failed) > 67 - mitkDICOMTestingSanityTest_MRImage (Failed) > 68 - mitkDICOMTestingSanityTest_SCImage (Failed) > 95 - mitkLabeledImageToSurfaceFilterTest_BinaryBall (Failed) > 96 - mitkSceneIOTest_Pic3D.pic.gz_binary.stl (Failed) > 132 - mitkPluginGeneratorCreateTest (SEGFAULT) > 133 - mitkPluginGeneratorConfigureTest-Release (Failed) > 134 - mitkPluginGeneratorBuildTest-Release (Failed) > Errors while running CTest > NMAKE : fatal error U1077: 'echo' : return code '0x8' > Stop. > > > As I see, the errors are because the data files are missing. I have > not found anything related to this issue. I tried to run "nmake > MITK-Data" at the superbuild level, but it said it had finished, > although the MITK-Data directory under CMakeExternals\Sources is > empty. Anyway, this is another issue... > > I created a startCoreApp.bat based on the generated > startCoreApp_releas.bat, that does not add the release subdirs to the > path. Its content is this: > > PATH=D:\Walter\src\KMaps-x64-vc9-nmake\MITK-superbuild\VTK-build\bin;D:\Walter\src\KMaps-x64-vc9-nmake\MITK-superbuild\ITK-build\bin;D:\Walter\src\KMaps-x64-vc9-nmake\MITK-superbuild\MITK-build\bin;D:\Walter\src\Qt-x64-release\lib\..\bin;D:\Walter\src\KMaps-x64-vc9-nmake\MITK-superbuild\CTK-build\CTK-build\bin;D:\Walter\src\KMaps-x64-vc9-nmake\MITK-superbuild\MITK-build\bin\plugins;D:\Walter\src\KMaps-x64-vc9-nmake\MITK-superbuild\GDCM-build\bin > > CoreApp.exe > > It won't start. The error is the same. > > Any idea? > > Thanks, > Miklos > > 2011/11/23 Marco Nolden <[email protected]>: >> Hi Walter, >> >> is your Qt also built for 64bit? Could you also please switch on >> "BUILD_TESTING" in the CMake configuration of the MITK-build directory and >> test if you can run the MITKTestDriver.exe, either directly or by building >> the RUN_TESTS target in VS2008? Make sure you have your PATH variable set up >> properly by using the startVS ... batch files. >> >> Best, >> >> Marco >> >> >> >> On 11/23/2011 10:16 AM, walter dastrů wrote: >>> >>> Hi, >>> >>> I built MITK with the VS2008 64 bit compiler, the build was >>> successful. However, I cannot run any application, not even CoreApp, >>> it crashes immediately. I attached the log files that Windows 7 (x64) >>> created. Could you, please take a look at them? >>> >>> I looked into the appcompat.txt file and there is a >>> MODULE_TYPE="WIN32" parameter, which can suggest the cause of the >>> problem. >>> >>> Did something went wrong with the build or the path is not set correctly? >>> >>> Any suggestions? >>> >>> Thanks, >>> >>> Walter Dastru' >>> Research Fellow >>> Faculty of Pharmacy >>> University of Torino >>> >>> Molecular Imaging Center - Via Nizza 52 >>> tel. +39-011-670 6477/6493 >>> fax +39-011-670 6487 >> >> >> >> -- >> ---------------------------------------------------------------------- >> Dipl.-Inform. Med. Marco Nolden >> Deutsches Krebsforschungszentrum (German Cancer Research Center) >> Div. Medical& Biological Informatics Tel: (+49) 6221-42 2325 >> Im Neuenheimer Feld 280 Fax: (+49) 6221-42 2345 >> D-69120 Heidelberg eMail: [email protected] >> > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
