tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] build-tcc.bat is broken since recent changes


From: Christian JULLIEN
Subject: [Tinycc-devel] build-tcc.bat is broken since recent changes
Date: Mon, 24 Jul 2017 12:31:58 +0200 (CEST)

Grischka‍


Trying to synchronize Cygwin Makefile with your recent reorg, 'make' stops because includes are now not found.


The same issue exists with your .bat but it of course does not stop as it should on error:


c:\tinycc\win32>.\tcc -impdef libtcc.dll -o libtcc\libtcc.def

c:\tinycc\win32>.\tcc -m32 -c ../lib/libtcc1.c

c:\tinycc\win32>.\tcc -m32 -c lib/crt1.c
lib/crt1.c:5: error: include file 'tchar.h' not found

c:\tinycc\win32>.\tcc -m32 -c lib/crt1w.c
In file included from lib/crt1w.c:3:
lib/crt1.c:5: error: include file 'tchar.h' not found

c:\tinycc\win32>.\tcc -m32 -c lib/wincrt1.c
lib/wincrt1.c:4: error: include file 'tchar.h' not found

c:\tinycc\win32>.\tcc -m32 -c lib/wincrt1w.c
In file included from lib/wincrt1w.c:3:
lib/wincrt1.c:4: error: include file 'tchar.h' not found

c:\tinycc\win32>.\tcc -m32 -c lib/dllcrt1.c
lib/dllcrt1.c:3: error: include file 'windows.h' not found

c:\tinycc\win32>.\tcc -m32 -c lib/dllmain.c
lib/dllmain.c:3: error: include file 'windows.h' not found


reply via email to

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