tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] bugs


From: grischka
Subject: Re: [Tinycc-devel] bugs
Date: Sat, 04 Apr 2009 15:33:49 +0200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

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++) {






reply via email to

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