Title: Hylafax and MacOSX 10.4 (Tiger) compilation errorHello,
I'm compiling hylafax 2005-06-01 for macosx 10.4, but when I 'make' I get the next error
ModemServer.c++: In member function `void
ModemServer::setProcessPriority(ModemServer::ModemServerState)':
ModemServer.c++:404: error: `sched_setscheduler' undeclared (first use this
function)
ModemServer.c++:404: error: (Each undeclared identifier is reported only once
for each function it appears in.)
ModemServer.c++:406: error: `sched_getparam' undeclared (first use this
function)
ModemServer.c++:408: error: `sched_getscheduler' undeclared (first use this
function)
make[3]: *** [ModemServer.o] Error 1
make[2]: *** [default] Error 2
make[1]: *** [dirs] Error 2
make: *** [default] Error 2