tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Compiling tcc under Windows using tcc?


From: grischka
Subject: Re: [Tinycc-devel] Compiling tcc under Windows using tcc?
Date: Thu, 01 Dec 2011 20:01:47 +0100
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

Xianwen Chen wrote:
Well, the first compiling line is "%CC% %target% tools/tiny_impdef.c -o tiny_impdef.exe", and I got an error saying that
"tools/tiny_impdef.c:177: 'IMAGE_OPTIONAL_HEADER32' undeclared"

My first guess was because 'windows.h' is missing. I installed MinGW and put windows.h under win32/include folder and the same error occurred.

Some hint please?

Well, tcc in general can compile itself but there may be minor
glitches if you try compile almost-0.9.26 with 0.9.25.

The error from above is easy to fix, note however that the headers
from 0.9.25 have a broken declaration for IMAGE_EXPORT_DIRECTORY,
also.

--- grischka



reply via email to

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