Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not compile on MacOS #2

Open
mo8Zomo0 opened this issue May 11, 2020 · 1 comment
Open

does not compile on MacOS #2

mo8Zomo0 opened this issue May 11, 2020 · 1 comment

Comments

@mo8Zomo0
Copy link

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

@theunf
Copy link

theunf commented Mar 4, 2021

I was about to try to compile it and request brew to accept a formulae but found your post ;/

Please send any update on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants