tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] mob is not compiling on osx 10.12


From: Robert Hölzl
Subject: [Tinycc-devel] mob is not compiling on osx 10.12
Date: Sat, 11 Apr 2020 00:55:42 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0

Hello,

I tried to build the "mob" branch (commit id df67d86) of TCC on macos (10.12) without success.
I get the following error message when running "make":

...
../tcc -c bt-exe.c -o ../bt-exe.o -B.. -I.. -D_ANSI_SOURCE
In file included from bt-exe.c:6:
In file included from ../tccrun.c:21:
In file included from ../tcc.h:27:
In file included from /usr/include/stdlib.h:63:
In file included from /usr/include/_types.h:27:
In file included from /usr/include/sys/_types.h:32:
/usr/include/sys/cdefs.h:81: warning: #warning "Unsupported compiler detected"
In file included from bt-exe.c:6:
In file included from ../tccrun.c:21:
In file included from ../tcc.h:29:
../include/stdarg.h:19: error: incompatible redefinition of 'va_list'
m


the last last working commit is 0d6801b.

the first failing commit is 3877618. But this one has a different error message:
(errormsg: "tccrun.c:169:52: error: use of undeclared identifier 'environ'")





reply via email to

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