8000 does not compile on MacOS · Issue #2 · yahoo/UDPing · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
does not compile on MacOS #2
Open
@mo8Zomo0

Description

@mo8Zomo0

I was not able to compile it under MacOS 10.14.6 (dev tools should be installed and homebrew works fine for example)

UDPing$ make
cd src; make
g++ -I../include -I /home/y/include -g -c -o options.o options.cc
g++ -I../include -I /home/y/include -g -c -o delay.o delay.cc
In file included from delay.cc:13:
../include/delay.h:9:39: error: unknown type name 'sighandler_t'
void setIntervalTimer (int keepalive, sighandler_t handler);
^
delay.cc:52:39: error: unknown type name 'sighandler_t'
void setIntervalTimer (int keepalive, sighandler_t handler) {
^
2 errors generated.
make[1]: *** [delay.o] Error 1
make: *** [local] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0