Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created September 6, 2019 08:37
Show Gist options
  • Save hsbt/5f79f31c00a5e0c9a31aea9cc4411edb to your computer and use it in GitHub Desktop.
Save hsbt/5f79f31c00a5e0c9a31aea9cc4411edb to your computer and use it in GitHub Desktop.
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(61): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(90): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(96): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(114): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(121): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(128): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(136): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(149): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(156): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(172): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(181): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(191): error C2485: '__restrict': unrecognized extended attribute
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt_malloc.h(199): error C2485: '__restrict': unrecognized extended attribute
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\nmake.EXE"' : return code '0x2'
Stop.
##[error]Process completed with exit code 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment