microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.96k stars 1.65k forks source link

Error installing dependencies #1651

Open vega0 opened 2 years ago

vega0 commented 2 years ago
    cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\cmTC_df364.dir --rc=rc --mt=CMAKE_MT-NOTFOUND --manifests  -- C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\link.exe /nologo CMakeFiles\cmTC_df364.dir\testCCompiler.c.obj  /out:cmTC_df364.exe /implib:cmTC_df364.lib /pdb:cmTC_df364.pdb /version:0.0 /machine:x64  /debug /INCREMENTAL /subsystem:console  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
    RC Pass 1: command "rc /fo CMakeFiles\cmTC_df364.dir/manifest.res CMakeFiles\cmTC_df364.dir/manifest.rc" failed (exit code 0) with the following output:
    The system cannot find the file specified
    ninja: build stopped: subcommand failed.

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:7 (project)

-- Configuring incomplete, errors occurred!
See also "D:/workspace/cpp.machinarium/deps/cpprestsdk/vcpkg/buildtrees/brotli/x64-windows-rel/CMakeFiles/CMakeOutput.log".
See also "D:/workspace/cpp.machinarium/deps/cpprestsdk/vcpkg/buildtrees/brotli/x64-windows-rel/CMakeFiles/CMakeError.log".
ninja: build stopped: subcommand failed.
PS D:\workspace\cpp.machinarium\deps\cpprestsdk\vcpkg>
g00fyball commented 2 years ago

I also had to face the same issue. Is there any solution that you got for the same.

barcharcraz commented 2 years ago

can you upload the vcpkg logs?