NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/46803: Building mongodb fails with error message about redeclaration of bpf_filter and bpf_validate
The following reply was made to PR lib/46803; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: lib/46803: Building mongodb fails with error message about
redeclaration of bpf_filter and bpf_validate
Date: Thu, 16 Aug 2012 14:27:48 +0200
Can you please verify that the two function declarations the compiler mentions
are inside __BEGIN_DECLS/__END_DECLS (in bpf.h) or explicitly wrapped in
#ifdef __cplusplus
extern "C" {
#endif
and a coresponding } (in pcap.h)?
Martin
Home |
Main Index |
Thread Index |
Old Index