Project

General

Profile

Problem with instalation WT for VS2010

Added by Artur Sas over 11 years ago

I try to instal Wt for vs2010. I build corectly boost and now I try to compile wt. I got error when I try to "Configurate" project :"the program can't start because mspdb100 dll is missing from your computer".


Replies (3)

RE: Problem with instalation WT for VS2010 - Added by Aleksander Fular over 11 years ago

Hello,

This is just an "warning" even if displayed as error, you can just ignore it and click on generate.

Regards,

RE: Problem with instalation WT for VS2010 - Added by Artur Sas over 11 years ago

Now i get error :

1>--------- Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ---------

2>--------- Build started: Project: ALL_BUILD, Configuration: Debug Win32 ---------

2> Build all projects

3>--------- Build started: Project: INSTALL, Configuration: Debug Win32 ---------

3> --- Install configuration: "Debug"

3> CMake Error at cmake_install.cmake:39 (FILE):

3> file cannot create directory: C:/Program Files (x86)/WT/cmake. Maybe need

3> administrative privileges.

3>

3>

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: The command "setlocal

3>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=Debug -P cmake_install.cmake

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: if errorlevel neq 0 goto :cmEnd

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :cmEnd

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: endlocal & call :cmErrorLevel errorlevel & goto :cmDone

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :cmErrorLevel

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: exit /b %1

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :cmDone

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: if errorlevel neq 0 goto :VCEnd

3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :VCEnd\" exited with code 1.

Build: 2 succeeded, 1 failed, 51 up-to-date, 0 skipped

RE: Problem with instalation WT for VS2010 - Added by Florian Ransmayr over 11 years ago

Hey Artur it seems that you are already built the application and now trying to install WT with the INSTALL project of the Wt solution in Visual Studio. Here the error states something about missing administrative privileges. To install Wt in the C:/Program Files (x86) directory you need to run Visual Studio as an administrator.

Best Regards

Florian

    (1-3/3)