tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Using TCC as a backbone for our compiler


From: grischka
Subject: Re: [Tinycc-devel] Using TCC as a backbone for our compiler
Date: Thu, 18 Jun 2009 15:36:28 +0200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Réjean Loyer wrote:
grischka, if you did in fact compile the IDE, did you encounter any problems with process.ec <http://process.ec>? see the attached file for my process.ec <http://process.ec> compilation results.

Well, ideally there should only one error, that is:

   src/debugger/process.ec:6: error: include file 'tlhelp32.h' not found

Reason why you don't see it is because ecere doesn't pass stderr from
the preprocessor subprocess, and reason why you see other 4000+ errors
instead is that ecere ignores the non-zero exit code. ;)

As to tlhelp32.h, you can take it from mingw or as attached to this
email.  Drop into tcc/include/winapi.

--- grischka

Attachment: tlhelp32.h.zip
Description: Binary data


reply via email to

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