Hi Tab,

as a side note: You should not add the paths to the system path environment 
variable directly, as this might cause issues if you are using several versions 
of MITK with different configuration (such as debug and release, or different 
ITK/VTK versions). If you do, it will result in the first occuring library 
taking priority. This is the reason we provide the batch files for starting 
your IDE/the application, this way all necessary library paths should be set 
automatically and for that session/shell only.

Regards,
Caspar
________________________________________
Von: qt.itk.vtk.help [[email protected]]
Gesendet: Montag, 14. Januar 2013 08:36
An: Goch, Caspar Jonas
Cc: [email protected]
Betreff: Re: [mitk-users] Additional info_ MITK build errors

Hi,

I have added path of VTK-build folder to system path and then compiled Step1 it 
returned libeay32.dll missing, so I have downloaded OpenSSL and added path of 
its bin. Then Step1 returned error as I mentioned in my first post:

Entry Point Not Found: ?SetFileName@Writer@gdcm@@QAEXPBD@Z could not be located 
in the dynamic link library gdcmMSFF.dll.

I checked that its exe is referring GDCM2.0.2 bin so the gdcmMSFF.dll that it 
was using of that bin and hence not having any debug info, no symbols. Again I 
added path of MITK gdcm build to system path and finally all problems solved. 
Now its running.

Thank you Miklos, Caspar and Deqiang for your kind reply without which I 
couldn't solve this.

A request to MITK team that please add a note for building MITK on win that we 
have to set path of all build bin inside MITK bin to our system path.

Still Error not solved is with startmitkWorkbench_debug.bat, when I clicked on 
modules it returned Debug Library Error:
Program:
E:\MITK\BIN\MITK-build\bin\debug\mitkWorkbench.exe
Module: 4.8.3
File: global\qglobal.cpp
Line2246
ASSERT: "visual!= -1" in file itemviews\qheaderview.cpp, line 1175
(Press Retry to debug the application)

On Retry debugger triggered break point at following block:

        if (ret == 0  && reportMode & _CRTDBG_MODE_WNDW)
            return; // ignore
        else if (ret == 1)
            _CrtDbgBreak();

I got through documentation and after making a plugin with workbench my doubts 
related to use of workbench are clear.
Well hope I will get soon a reply related to above error.

Thanks all,
Tab

On Fri, Jan 11, 2013 at 8:40 PM, qt.itk.vtk.help 
<[email protected]<mailto:[email protected]>> wrote:
Hi Casper,

I tried to compile Step1 first which returned system error of vtkFIltering.dll 
missing and then I opened startmitkWorkbench_debug.bat which started but when I 
clicked on modules it returned Debug Library Error:
Program:
E:\MITK\BIN\MITK-build\bin\debug\mitkWorkbench.exe
Module: 4.8.3
File: global\qglobal.cpp
Line2246
ASSERT: "visual!= -1" in file itemviews\qheaderview.cpp, line 1175
(Press Retry to debug the application)

On Retry debugger triggered break point at following block:

        if (ret == 0  && reportMode & _CRTDBG_MODE_WNDW)
            return; // ignore
        else if (ret == 1)
            _CrtDbgBreak();

By the way I don't know how to use work bench. I'm trying to use MITK libs to 
make a four view window for DCM files. As after0 seeing on workbench it seems 
like a ready one application ( just before MITK libs I installed it and used to 
see some Analyze and dcm files then I uninstalled and go for MITK libs). Really 
I have a little idea about workbench which is limited by this 
http://docs.mitk.org/nightly-qt4/org_mitkworkbench.html page only.

Thanks and regards,
Tab

On Fri, Jan 11, 2013 at 6:10 AM, Goch, Caspar Jonas 
<[email protected]<mailto:[email protected]>> wrote:
Hi Tab,

just to make sure, you are trying to start the workbench using the generated 
startmitkWorkbench_debug.bat and the error appears, is that correct?

Regards,
Caspar

Von: qt.itk.vtk.help 
[mailto:[email protected]<mailto:[email protected]>]
Gesendet: Freitag, 11. Januar 2013 13:15
An: Goch, Caspar Jonas
Cc: [email protected]<mailto:[email protected]>

Betreff: Re: [mitk-users] Additional info_ MITK build errors

Hi Caspar,

Thanks a lot. Your guess was right and after removing doxygen 1.8.2 from system 
MITK build is now ok.
Still when I am running exe of any built example its returning system error:
The program can't start because vtkFiltering.dll is missing from your computer. 
Try reinstalling the program to fix this problem.

Regards,
Tab

On Fri, Jan 11, 2013 at 2:37 AM, Goch, Caspar Jonas 
<[email protected]<mailto:[email protected]>> wrote:
Hi Tab,

the error you encountered might be related to your doxygen version. Am I 
correct in assuming, that you are using doxygen 1.8.2 or 1.8.1? These are 
bugged and can produce garbled files, which can not be processed by qt, hence 
leading to an error.

To check whether this is the case you can either downgrade to doxygen 1.8.0, 
which is the supported version for MITK, or you can uncheck the following 
variables during CMake configuration:
MITK_DOXYGEN_GENERATE_QCH_FILES
BLUEBERRY_USE_QT_HELP

In that case no qt help files should be created.

Regards,
Caspar


Von: qt.itk.vtk.help 
[mailto:[email protected]<mailto:[email protected]>]
Gesendet: Freitag, 11. Januar 2013 10:50
An: [email protected]<mailto:[email protected]>
Betreff: Re: [mitk-users] Additional info_ MITK build errors

10>109>org_mitk_gui_qt_ext - 1 error(s), 0 warning(s)
The same error I got when building x64 bit configuration with BlueBerry option 
ON.

I don't know how to resolve this all puzzle.

Tab




------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to