[Queue-developers] patch for compilation in Debian unstable
Brought to you by:
wkrebs
From: Jordi B. C. <jbu...@oc...> - 2005-04-25 15:08:37
|
Hi, the head of the repository at -d:pserver:ano...@cv...:/cvsroot/queue didn't compile for me. I had to do a few of changes, which are: * put some long strings separated by a newline without "" into several pieces properly surrounded by "" * make the childsigh void f(int) as bigsigh() (and as expected by sa_handler) * substituted deprecated sys_errlist by strerror * declared mtos() in the .h file so the compiler doesn't get confused To apply them, use patch -p1 < queue.patch in the queue root directory. Also, it would probably be a good idea to have something like the autogen.sh file I'm attaching in the repository. cheers, jordi |