We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Building package giflib:x64-uwp failed with: BUILD_FAILED Package: giflib:x64-uwp Vcpkg version: 0.0.105-2018-03-14-3a056235b85f34573903a7dc325d45e66549b6ff
Same issue for giflib:arm-uwp and giflib:x86-uwp. This error occured while installing tesseract:x64-uwp
giflib:arm-uwp
giflib:x86-uwp
tesseract:x64-uwp
patch-x64-uwp-0-err.log:
Checking patch lib/dgif_lib.c... error: while searching for: #include <limits.h> #include <stdint.h> #include <fcntl.h> #include <unistd.h> #include <stdio.h> #include <string.h> error: patch failed: lib/dgif_lib.c:12 error: lib/dgif_lib.c: patch does not apply Checking patch lib/egif_lib.c... error: while searching for: *****************************************************************************/ #include <unistd.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> error: patch failed: lib/egif_lib.c:8 error: lib/egif_lib.c: patch does not apply Checking patch lib/gif_hash.c... error: while searching for: *****************************************************************************/ #include <unistd.h> #include <stdint.h> #include <stdlib.h> #include <fcntl.h> error: patch failed: lib/gif_hash.c:11 error: lib/gif_hash.c: patch does not apply Checking patch lib/gif_hash.h... error: while searching for: #ifndef GIF_HASH_H #define GIF_HASH_H #include <unistd.h> #include <stdint.h> #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ error: patch failed: lib/gif_hash.h:7 error: lib/gif_hash.h: patch does not apply
Checking patch lib/dgif_lib.c... error: while searching for: #include <limits.h> #include <stdint.h> #include <fcntl.h> #include <unistd.h> #include <stdio.h> #include <string.h>
error: patch failed: lib/dgif_lib.c:12 error: lib/dgif_lib.c: patch does not apply Checking patch lib/egif_lib.c... error: while searching for:
*****************************************************************************/
#include <unistd.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h>
error: patch failed: lib/egif_lib.c:8 error: lib/egif_lib.c: patch does not apply Checking patch lib/gif_hash.c... error: while searching for:
#include <unistd.h> #include <stdint.h> #include <stdlib.h> #include <fcntl.h>
error: patch failed: lib/gif_hash.c:11 error: lib/gif_hash.c: patch does not apply Checking patch lib/gif_hash.h... error: while searching for: #ifndef GIF_HASH_H #define GIF_HASH_H
#include <unistd.h> #include <stdint.h>
#define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */
error: patch failed: lib/gif_hash.h:7 error: lib/gif_hash.h: patch does not apply
The text was updated successfully, but these errors were encountered:
Hi @kasperbalink , thanks for reporting this issue! I've fixed this issue just now. Please update and rebuild giflib. Thanks.
Sorry, something went wrong.
No branches or pull requests
Error: Building package giflib:x64-uwp failed with: BUILD_FAILED
Package: giflib:x64-uwp
Vcpkg version: 0.0.105-2018-03-14-3a056235b85f34573903a7dc325d45e66549b6ff
Same issue for
giflib:arm-uwp
andgiflib:x86-uwp
.This error occured while installing
tesseract:x64-uwp
patch-x64-uwp-0-err.log:
The text was updated successfully, but these errors were encountered: