-------------------------------------------
Checking for function vasprintf
==>
#define _GNU_SOURCE
#include <stdio.h>
int main(char** argv, int argc)
{ char* a;
vasprintf(&a, "%s", ""); return 0; }
<==
[1/2] cc: _build_/.conf_check_0/test.c -> 
_build_/.conf_check_0/testbuild/default/test_1.o
../test.c: In function ‘main’:
../test.c:5:1: error: incompatible type for argument 3 of ‘vasprintf’
/usr/include/bits/stdio2.h:196:1: note: expected ‘__gnuc_va_list’ but argument 
is of type ‘char *’
['/usr/bin/gcc', '-g', '-O2', '../test.c', '-c', '-o', 'default/test_1.o']
command returned 'Build failed:  -> task failed (err #1): \n\t{task: cc test.c 
-> test_1.o}'no


test.c does not compile with gcc 4.4/4.5/4.6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/791319

Title:
  postler version 0.1.1-1 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postler/+bug/791319/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to