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.

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to