tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] more 'include_next' errors (with tcc, GNU Coreutils)


From: Edmund Grimley Evans
Subject: Re: [Tinycc-devel] more 'include_next' errors (with tcc, GNU Coreutils)
Date: Wed, 30 Dec 2015 12:00:21 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Assaf Gordon:

> perhaps related to the recent similar issue with "#include_next", it
> seems tcc fails to correctly include header files (or at least
> behaves differently from gcc/clang).

A couple of things you could try:

1. Try an earlier commit, such as c39bc9c.

2. Modify the build system to delete the repeated directories from:

>     tcc  -I. -I./lib  -Ilib -I./lib -Isrc -I./src    -g -c -o 
> lib/getfilecon.o lib/getfilecon.c

You might find that "tcc -I. -Ilib -Isrc ..." works.



reply via email to

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