Skip to content

Instantly share code, notes, and snippets.

@drasticactions
Created November 17, 2015 22:03
Show Gist options
  • Save drasticactions/b8aa1b5ca11aa2687e95 to your computer and use it in GitHub Desktop.
Save drasticactions/b8aa1b5ca11aa2687e95 to your computer and use it in GitHub Desktop.
libarchive error
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2061: syntax error: identifier '__la_waitpid'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2059: syntax error: ';'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2059: syntax error: '<parameter-list>'c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2061: syntax error: identifier '__la_waitpid'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2059: syntax error: ';'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2061: syntax error: identifier '__la_waitpid'c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2059: syntax error: '<parameter-list>'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2059: syntax error: ';'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2061: syntax error: identifier '__la_waitpid'c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2059: syntax error: '<parameter-list>'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2059: syntax error: ';'c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_entry.h(251): error C2143: syntax error: missing ')' before '*'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_entry.h(251): error C2081: 'BY_HANDLE_FILE_INFORMATION': name in formal parameter list illegalc:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_windows.h(267): error C2059: syntax error: '<parameter-list>'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_entry.h(251): error C2143: syntax error: missing '{' before '*'
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_entry.h(251): error C2059: syntax error: ')'libarchive\archive_check_magic.c(70): warning C4013: 'DebugBreak' undefined; assuming extern returning int
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\libarchive\libarchive\archive_entry.h(251): error C2059: syntax error: ';'
libarchive\archive_crypto.c(56): warning C4013: 'CryptAcquireContext' undefined; assuming extern returning int
libarchive\archive_crypto.c(65): warning C4013: 'CryptCreateHash' undefined; assuming extern returning int
libarchive\archive_crypto.c(84): warning C4013: 'CryptHashData' undefined; assuming extern returning int
libarchive\archive_crypto.c(98): warning C4013: 'CryptGetHashParam' undefined; assuming extern returning int
libarchive\archive_crypto.c(99): warning C4013: 'CryptDestroyHash' undefined; assuming extern returning int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment