Re: [q-lang-users] Good news, everyone!
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-12-17 02:38:13
|
Andrew Berg wrote: > +#ifdef __APPLE__ > +/* Need to undef _POSIX_C_SOURCE to get AF_LOCAL defined. */ > +#undef _POSIX_C_SOURCE > +#endif Ok, this is in cvs now. > +/* This one actually does not get it wrong... */ > +#if defined(__APPLE__) > +#define SETPGRP_VOID > +#endif Are you sure about this? Last time I checked, and according to the web-based documentation, setpgrp still expects two pid_t parameters, see http://www.hmug.org/man/2/setpgrp.php. That would imply that #undef SETPGRP_VOID is the right setting. Could you please verify that with the setpgrp man page on your system? And, btw, which OSX version do you have (Jaguar? Tiger?)? Thanks, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |