Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created October 2, 2017 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovezfs/ae19ee8af5b64bc1e89b453b2283b53f to your computer and use it in GitHub Desktop.
Save ilovezfs/ae19ee8af5b64bc1e89b453b2283b53f to your computer and use it in GitHub Desktop.
==> make BASHCOMPDIR=/usr/local/Cellar/wireguard-tools/0.0.20171001/etc/bash_completion.d WITH_BASHCOMPLETION=yes WITH_WGQUICK=no WITH_SYSTEMDUNITS=no PREFIX=/usr/local/Cellar/wireguard-tools/0.0.20171001 -C src/tools install
/usr/bin/clang -Os -w -pipe -march=native -mmacosx-version-min=10.11 -std=gnu11 -D_GNU_SOURCE -Wall -Wextra -MMD -MP -DRUNSTATEDIR="\"/var/run\"" -F/usr/local/Frameworks -c -o wg.o wg.c
/usr/bin/clang -Os -w -pipe -march=native -mmacosx-version-min=10.11 -std=gnu11 -D_GNU_SOURCE -Wall -Wextra -MMD -MP -DRUNSTATEDIR="\"/var/run\"" -F/usr/local/Frameworks -c -o config.o config.c
/usr/bin/clang -Os -w -pipe -march=native -mmacosx-version-min=10.11 -std=gnu11 -D_GNU_SOURCE -Wall -Wextra -MMD -MP -DRUNSTATEDIR="\"/var/run\"" -F/usr/local/Frameworks -c -o curve25519.o curve25519.c
/usr/bin/clang -Os -w -pipe -march=native -mmacosx-version-min=10.11 -std=gnu11 -D_GNU_SOURCE -Wall -Wextra -MMD -MP -DRUNSTATEDIR="\"/var/run\"" -F/usr/local/Frameworks -c -o encoding.o encoding.c
/usr/bin/clang -Os -w -pipe -march=native -mmacosx-version-min=10.11 -std=gnu11 -D_GNU_SOURCE -Wall -Wextra -MMD -MP -DRUNSTATEDIR="\"/var/run\"" -F/usr/local/Frameworks -c -o genkey.o genkey.c
/usr/bin/clang -Os -w -pipe -march=native -mmacosx-version-min=10.11 -std=gnu11 -D_GNU_SOURCE -Wall -Wextra -MMD -MP -DRUNSTATEDIR="\"/var/run\"" -F/usr/local/Frameworks -c -o ipc.o ipc.c
ipc.c:891:45: error: use of undeclared identifier 'MNL_SOCKET_BUFFER_SIZE'
struct inflatable_buffer buffer = { .len = MNL_SOCKET_BUFFER_SIZE };
^
1 error generated.
make: *** [ipc.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment