De: Lee Howard <faxguy@xxxxxxxxxxxxxxxx>
Fecha: Thu, 02 Jun 2005 06:47:46 -0700
Para: Xavier Blanco <xavier@xxxxxxxxxxxxx>
CC: hylafax-users@xxxxxxxxxxx
Asunto: Re: Hylafax and MacOSX 10.4 (Tiger) compilation error
Xavier,
Are these functions (sched_setscheduler, sched_getparam,
sched_getscheduler) not in your <sched.h> include file?
Lee.
Xavier Blanco wrote:
Hello,
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
any clues ?
thank you in advance
xavier