Skip to content

Compile problem on OSX (v10.13.5) #158

Closed
@sm3ulc

Description

@sm3ulc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions