Debian Package rebuild

Rebuild of the Debian archive with clang

"Unsupported include directive within macro arg" build failure(s)
clang 3.9.1
Return to the list
#include 

void foo() {
    printf("foo"
#include "version.h"
);
}

with version.h
#define foo 1


$ clang -c  -O2 -D_FORTIFY_SOURCE=2 foo.c
foo.c:5:2: error: embedding a #include directive within macro arguments is not
      supported
#include "version.h"
 ^
1 error generated.

# Works
$ gcc -c  -O2 -D_FORTIFY_SOURCE=2 foo.c



Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
cmdpack 1.03-1src/banner.h:7:2: error: embedding a #include directive within macro arguments is not supported Log
hnb 1.9.18+ds1-1prefs.c:92:2: error: embedding a #include directive within macro arguments is not supported Log
libsmpp34 1.10-1../src/smpp34_params.c:140:2: error: embedding a #include directive within macro arguments is not supported Log
3 errors
Return to the list