Closed
Description
Being a bit novice on pulling:
git clone https://github.com/wb2osz/direwolf
cd direwolf
git checkout dev
make
...
find: /Developer/SDKs: No such file or directory
=> Do not use any SDK
igate.c:1280:15: error: use of undeclared identifier 'MSG_NOSIGNAL'
err = SOCK_SEND (igate_sock, stemp, stemp_len);
^
./direwolf.h:259:50: note: expanded from macro 'SOCK_SEND'
#define SOCK_SEND(s,data,size) send(s,data,size, MSG_NOSIGNAL)
^
1 error generated.
make: *** [igate.o] Error 1
Metadata
Metadata
Assignees
Labels
No labels