There is a ftbfs on armel bug for postler:
https://bugs.launchpad.net/ubuntu/+source/postler/+bug/791319

Attached test compiles fine on amd64 but fails on armel:

20:16 hrw@malenstwo:postler-0.1.1$ gcc _build_/.conf_check_0/test.c 
_build_/.conf_check_0/test.c: In function ‘main’:
_build_/.conf_check_0/test.c:5:1: error: incompatible type for argument
3 of ‘vasprintf’
/usr/include/stdio.h:396:12: note: expected ‘__gnuc_va_list’ but
argument is of type ‘char *’

Can someone explain me why this happens?

Ubuntu armel and armhf cross compilers, CSL 2011.03-42 have same
problem.
#define _GNU_SOURCE
#include <stdio.h>
int main(char** argv, int argc)
{ char* a;
vasprintf(&a, "%s", ""); return 0; }
_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to