tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] latest mob badly broken on x86_64 ubuntu 12.04


From: Aharon Robbins
Subject: [Tinycc-devel] latest mob badly broken on x86_64 ubuntu 12.04
Date: Thu, 31 Jan 2013 13:57:28 +0200
User-agent: Heirloom mailx 12.5 6/20/10

Hi Guys.

Something broke really bad:

]$ cat hello.c
#include <stdio.h>

int main(int argc, char **argv)
{
        printf("hello, world\n");
        return 0;
}
$ tcc hello.c -o hello
In file included from hello.c:1:
In file included from /usr/include/stdio.h:36:
/usr/include/bits/types.h:144: error: type expected
$ uname -a
Linux chumley 3.2.0-36-generic #57-Ubuntu SMP Tue Jan 8 21:44:52 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

Please fix before the release...


Thanks,

Arnold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]