We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: