Re: Hurd support in CMake
On Tuesday 26 June 2007 16:04, Samuel Thibault wrote:
> Hi,
>
> Alexander Neundorf, le Tue 26 Jun 2007 14:18:25 -0400, a écrit :
> > http://www.cmake.org/pipermail/cmake/2007-June/014627.html
>
> Mmm, that one is not completely correct. The prototype of
> kwsysProcessesSignalHandler should be turned into void (*) (int) and the
> code updated in consequence.
There is also this code in the file:
/* BeOS does not have siginfo on its signal handlers. */
#if !defined(__BEOS__)
# define KWSYSPE_USE_SIGINFO 1
#endif
So this has to match not only for BEOS, but also for Hurd ?
Can you extend it please so that it works for you ? (if possible against
current cvs, but 2.4.6 is also ok).
Alex
Reply to: