Hi Tom, As explained on the Wiki page, INSTALL does not install libraries and headers (like in VTK/ITK). You have to work with the MITK build tree itself. You only need PACKAGE if you want to deploy an end-user application.
The batch files should have been created during the "superbuild" process in <mitk-superbuild-dir>/MITK-build/startVS... Best, Sascha On 02/07/2012 05:08 PM, tom wrote: > Hi Sascha > Thanks you for your help. > > no i hadn't, I've gone and had a look and I'm not sure if i explained > the problem correctly. > i thought that "INSTALL" pretty much moved the libs and header files, > into a predefined place (my case MITK_INSTALL_PREFIX). > As is the case with VTK/ITK. > > i followed your advice, however i couldn't find the bat file or anything > that might be it under a different name. > i did run the package build, but with out the bat file it had errors again. > > regards > tom > > On 07-Tue 02-Feb 2012 13:13, Sascha Zelzer wrote: >> Hi Tom, >> >> Have you read http://www.mitk.org/wiki/Deployment ? >> >> Please note that "INSTALL" does not create a "SDK" install. Use >> "PACKAGE" in Release mode to create a deployable package for your >> application. >> >> If I remember it right, you also have to start VS with the generated >> batch file in your build directory (startVS_release.bat I think). This >> sets up the PATH environment variable (e.g. for Qt) such that >> dependencies can be found. However, I do not have any experience with >> VS 2010 regarding "PACKAGE". >> >> Best, >> Sascha >> >> On 02/07/2012 02:02 PM, tom wrote: >>> Hi all >>> >>> I'm trying to get MITK up and running but keep running into this >>> problem. >>> >>> when using the INSTALL build option in vs10, it fails. the main errors >>> seem to be; >>> >>> EXEC : warning : cannot resolve item 'QtCored4.dll' >>> EXEC : warning : cannot resolve item 'QtSqld4.dll' >>> EXEC : warning : cannot resolve item 'phonond4.dll' >>> EXEC : warning : cannot resolve item 'QtGuid4.dll' >>> >>> >>> also i get a list of errors right at the end of the build, i don't know >>> if these are relate to the above problem or not >>> >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: The command "setlocal >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" >>> -DBUILD_TYPE=Release -P cmake_install.cmake >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: if %errorlevel% neq 0 goto :cmEnd >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: :cmEnd >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: endlocal& call :cmErrorLevel %errorlevel%& goto :cmDone >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: :cmErrorLevel >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: exit /b %1 >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: :cmDone >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: if %errorlevel% neq 0 goto :VCEnd >>> 1>C:\Program Files >>> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): >>> error MSB3073: :VCEnd" exited with code -1073740777. >>> >>> Would be grateful for any help/ideas >>> regards >>> tom >>> >>> >>> >>> > > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
