[Bug 201749] [MAINTAINER] lang/tcc: add amd64 support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 21 22:39:41 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201749

--- Comment #1 from Carlos Jacobo Puga Medina <cpm at fbsd.es> ---
Just as record, it builds fine, but it fails to work properly since FreeBSD
9.1/i386-RELEASE.

Currently, a bug [1] is opened to solve the following issue:

# tcc -o hello hello.c
In file included from hello.c:1:
/usr/include/stdio.h:63: error: ';' expected (got "va_list")

>From /usr/include/stdio.h

#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE
#ifndef _VA_LIST_DECLARED
typedef    __va_list    va_list;
#define    _VA_LIST_DECLARED
#endif
#endif

[1] https://lists.gnu.org/archive/html/tinycc-devel/2015-07/msg00020.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list