-
-
Save win8linux/db555de05bfe8b79f51a6fa0373d79ee to your computer and use it in GitHub Desktop.
f3 argp.h 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
f3write.c:18:10: fatal error: argp.h: No such file or directory | |
18 | #include <argp.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from utils.c:22: | |
utils.h:7:10: fatal error: argp.h: No such file or directory | |
7 | #include <argp.h> /* For struct argp_state. */ | |
| ^~~~~~~~ | |
compilation terminated. | |
f3read.c:19:10: fatal error: argp.h: No such file or directory | |
19 | #include <argp.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
In file included from libflow.c:12: | |
utils.h:7:10: fatal error: argp.h: No such file or directory | |
7 | #include <argp.h> /* For struct argp_state. */ | |
| ^~~~~~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment