patch pushed at
http://repo.or.cz/w/tinycc.git?a=commit;h=162e3a937c95cf1912a78d05ffef09b63ca02bd5

--- grischka

Sandor Zsolt wrote:
1. The tcc compiler can`t work with absolute defined include paths.

Solution: in tcc.c in function preprocess from the line 3063
/* now search in all the include paths */
        n = s1->nb_include_paths + s1->nb_sysinclude_paths;
f = tcc_open(s1, buf); if (f) Must put this into the code. goto found;

        for(i = 0; i < n; i++) {




_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to