Skip to content

Instantly share code, notes, and snippets.

@win8linux
Created June 27, 2022 12:27
Show Gist options
  • Save win8linux/db555de05bfe8b79f51a6fa0373d79ee to your computer and use it in GitHub Desktop.
Save win8linux/db555de05bfe8b79f51a6fa0373d79ee to your computer and use it in GitHub Desktop.
f3 argp.h errors
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