Package: libopendkim-dev Version: 2.0.1+dfsg-1 Severity: normal The below example shows how the header breaks a build in c++ mode. "new" is a reerved word in c++ and you can't use it as a variable name. $ gcc test.c $ g++ test.c In file included from test.c:1: /usr/include/opendkim/dkim.h:453: error: expected ',' or '...' before 'new' $ cat test.c #include <opendkim/dkim.h>
int main() { } -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org