Hi,
This also FTBFS on hppa, hurd-i386 and kfreebsd-*.
Looking at: usr/include/bits/sigaction.h (libc6.1-dev_2.10.1-5_ia64)
I see that such a member is not provided on certain architectures.
Perhaps instead of (in main.cc):
#if !defined(__alpha)
pipeAction.sa_restorer = NULL;
#endif
better test for supported architectures:
defined(__sparc64__) || defined(__x86_64__) ...
or even better, in my opinion that line could be safely removed, since
initializing that member is not strictly needed.
--
pub 4096R/0E4BD0AB <people.fccf.net/danchev/key pgp.mit.edu>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]