Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2015 22:39:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201749] [MAINTAINER] lang/tcc: add amd64 support
Message-ID:  <bug-201749-13-v7mgxtGy6G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201749-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201749-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201749

--- Comment #1 from Carlos Jacobo Puga Medina <cpm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201749-13-v7mgxtGy6G>