Advertisement
Guest User

Cmake Error

a guest
May 13th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. Error 113 error MSB3073: The command "setlocal
  2. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/siana-SingularityViewer-be9f317/indra/build-VC100/llcommon/ReleaseSSE2/llcommon.dll C:/siana-SingularityViewer-be9f317/indra/build-VC100/newview/ReleaseSSE2
  3. if %errorlevel% neq 0 goto :cmEnd
  4. :cmEnd
  5. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  6. :cmErrorLevel
  7. exit /b %1
  8. :cmDone
  9. if %errorlevel% neq 0 goto :VCEnd
  10. setlocal
  11. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/siana-SingularityViewer-be9f317/indra/build-VC100/llplugin/slplugin/ReleaseSSE2/SLPlugin.exe C:/siana-SingularityViewer-be9f317/indra/build-VC100/newview/ReleaseSSE2
  12. if %errorlevel% neq 0 goto :cmEnd
  13. :cmEnd
  14. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  15. :cmErrorLevel
  16. exit /b %1
  17. :cmDone
  18. if %errorlevel% neq 0 goto :VCEnd
  19. setlocal
  20. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/siana-SingularityViewer-be9f317/indra/build-VC100/plugins/webkit/ReleaseSSE2/media_plugin_webkit.dll C:/siana-SingularityViewer-be9f317/indra/build-VC100/newview/ReleaseSSE2/llplugin
  21. if %errorlevel% neq 0 goto :cmEnd
  22. :cmEnd
  23. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  24. :cmErrorLevel
  25. exit /b %1
  26. :cmDone
  27. if %errorlevel% neq 0 goto :VCEnd
  28. setlocal
  29. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/siana-SingularityViewer-be9f317/indra/build-VC100/plugins/quicktime/ReleaseSSE2/media_plugin_quicktime.dll C:/siana-SingularityViewer-be9f317/indra/build-VC100/newview/ReleaseSSE2/llplugin
  30. if %errorlevel% neq 0 goto :cmEnd
  31. :cmEnd
  32. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  33. :cmErrorLevel
  34. exit /b %1
  35. :cmDone
  36. if %errorlevel% neq 0 goto :VCEnd
  37. setlocal
  38. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/siana-SingularityViewer-be9f317/indra/build-VC100/plugins/filepicker/ReleaseSSE2/basic_plugin_filepicker.dll C:/siana-SingularityViewer-be9f317/indra/build-VC100/newview/ReleaseSSE2/llplugin
  39. if %errorlevel% neq 0 goto :cmEnd
  40. :cmEnd
  41. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  42. :cmErrorLevel
  43. exit /b %1
  44. :cmDone
  45. if %errorlevel% neq 0 goto :VCEnd
  46. setlocal
  47. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/siana-SingularityViewer-be9f317/indra/newview/skins/default/xui/en-us/mime_types_windows.xml C:/siana-SingularityViewer-be9f317/indra/build-VC100/newview/ReleaseSSE2/app_settings/mime_types.xml
  48. if %errorlevel% neq 0 goto :cmEnd
  49. :cmEnd
  50. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  51. :cmErrorLevel
  52. exit /b %1
  53. :cmDone
  54. if %errorlevel% neq 0 goto :VCEnd
  55. :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement