Created
April 17, 2024 14:03
-
-
Save LinArcX/5200f99dbd4041917111eab092906fc7 to your computer and use it in GitHub Desktop.
clifm errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make -f misc/cygwin/Makefile | |
cc -o clifm.exe src/*.c -O3 -fstack-protector-strong -Wall -Wextra -DCLIFM_DATADIR=/usr/local/share -lreadline -lacl -lmagic -lintl | |
In file included from src/actions.c:29: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/archives.c:26: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/args.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/autocmds.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
cc1.exe: fatal error: src/aux.c: No such file or directory | |
compilation terminated. | |
In file included from src/bookmarks.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/bulk_remove.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/bulk_rename.c:29: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/checks.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/colors.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/config.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/dothidden.c:31: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/exec.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/file_operations.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/fsinfo.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/fuzzy_match.c:33: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/help.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/highlight.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/history.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/init.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/jump.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/keybinds.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/listing.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/long_view.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/main.c:30: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/media.c:27: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/mem.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/mime.c:27: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/misc.c:30: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/name_cleaner.c:32: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/navigation.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/profiles.c:27: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/prompt.c:28: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/properties.c:33: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/readline.c:33: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/remotes.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/sanitize.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/search.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/selection.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/sort.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/spawn.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/strings.c:33: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/suggestions.c:26: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/tabcomp.c:41: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/tags.c:27: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/trash.c:27: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/workspaces.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from src/xdu.c:25: | |
src/helpers.h:127:10: fatal error: glob.h: No such file or directory | |
127 | #include <glob.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
make: *** [misc/cygwin/Makefile:31: clifm.exe] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment