On Tue, Jul 15, 2008 at 04:37:07AM +0200, Daniel Fazekas wrote:
> On Jul 10, 2008, at 23:22, Simon Ruderich wrote:
>
> [snip]
>
> The way I solved it for me is to edit
> lib/poll.h
>
> Find inside this one line:
> extern int poll (struct pollfd *pfd, nfds_t nfd, int timeout);
>
> And wrap it in an extern "C" block like this:
> #ifdef __cplusplus
> extern "C" {
> #endif
> extern int poll (struct pollfd *pfd, nfds_t nfd, int timeout);
> #ifdef __cplusplus
> }
> #endifHi Daniel, thanks for your help. This worked perfectly for me. It would be super if this fix could be included in the next official release. Thanks again, Simon -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229
pgpFQzliWcGoJ.pgp
Description: PGP signature
