Source: sdlpango Severity: minor Tags: patch User: pkg-llvm-t...@lists.alioth.debian.org Usertags: clang-ftbfs
Hello, Using the rebuild infrastructure, your package fails to build with clang (instead of gcc). We detected this kinf of error: http://clang.debian.net/status.php?version=3.4.2&key=CONFLICTING_TYPE Full build log is available here: http://clang.debian.net/logs/2014-06-16/sdlpango_0.1.2-6_unstable_clang.log Thanks, Alexander -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- sdlpango-0.1.2/src/SDL_Pango.c 2014-07-03 01:33:05.000000000 +0400 +++ sdlpango-0.1.2-my/src/SDL_Pango.c 2014-07-03 01:33:14.514101455 +0400 @@ -264,6 +264,12 @@ static void clearFTBitmap(FT_Bitmap *bitmap); +static void SDLPango_CopyFTBitmapToSurface( + const FT_Bitmap *bitmap, + SDL_Surface *surface, + const SDLPango_Matrix *matrix, + SDL_Rect *rect); + typedef struct _surfaceArgs { Uint32 flags; int depth;