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
