Re: [Tinycc-devel] spawnvp V.S. _spawnvp on Windows

2016-05-16 Thread Christian Jullien
I pushed this small patch: diff --git a/tcc.c b/tcc.c index 93ed4de

Re: [Tinycc-devel] tcc compilation on MSYS2

2016-05-16 Thread David Mertens
On Sat, May 14, 2016 at 3:27 PM, grischka wrote: > Chris Marshall wrote: --- > >> To be more specific, it should be possible to build the mingw version of >> tcc on cygwin (I don't know, haven't had time to try) but what I would like >> is the linux/unix version---if it builds on unix, it should

Re: [Tinycc-devel] tcc compilation on MSYS2

2016-05-16 Thread grischka
Chris Marshall wrote: --- To be more specific, it should be possible to build the mingw version of tcc on cygwin (I don't know, haven't had time to try) but what I would like is the linux/unix version---if it builds on unix, it should be buildable on cygwin---as long as you don't look under the

[Tinycc-devel] spawnvp V.S. _spawnvp on Windows

2016-05-16 Thread Christian Jullien
Hi, When I build tinycc on Windows (both 32/64 bit). I always get this warning: ../tcc.c:136:39: warning: passing argument 3 of 'spawnvp' from incompatible pointer type [-Wincompatible-pointer-types] int ret = spawnvp(P_NOWAIT, prog, (const char *const*)argv); Looking a spawnv

Re: [Tinycc-devel] tcc compilation on MSYS2

2016-05-16 Thread Sergey Korshunoff
> You can try my branch: https://github.com/avih/tinycc/commits/drafts (note, I > force-push and keep it rebased on top of mob). First impression with this branch on Linux: 1) fantoo tinycc # ./configure Binary directory /usr/local/bin TinyCC directory/usr/local/lib/tcc Library directory

[Tinycc-devel] -C option

2016-05-16 Thread Sergey Korshunoff
I simplified a -C option handling. Currently a code in my repo is like in [mob]. Only check in parse_line_commen remain. https://github.com/seyko2/tinycc/commit/acd6224a7fda62fe003e9901b85ef9a8d5dae851 ___ Tinycc-devel mailing list Tinycc-devel@nongnu.or