tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Running 'make test' on windows?


From: Austin English
Subject: Re: [Tinycc-devel] Running 'make test' on windows?
Date: Sat, 8 Feb 2014 14:44:42 -0800

FYI, I verified this on MSVC:
> call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"

Setting environment for using Microsoft Visual Studio 2010 x86 tools. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cl.exe" conftest.c Microsoft (R) Incremental Linker Version 10.00.40219.01 Copyright (C) Microsoft Corporation. All rights reserved. /out:conftest.exe conftest.obj
> dir
02/08/2014 10:33 PM 6 VERSION 02/08/2014 10:33 PM 246 conftest.c 02/08/2014 10:33 PM 8,009 conftest 02/08/2014 10:33 PM 737 conftest.obj 02/08/2014 10:33 PM 45,056 conftest.exe
> conftest.exe v v > conftest.exe version
v > conftest.exe m m > conftest.exe minor m

Pushed it here: http://repo.or.cz/w/tinycc.git/commit/497f9393e00748b8a592a486d3f5695bcd75ec57


On Fri, Feb 7, 2014 at 2:39 AM, grischka <address@hidden> wrote:
Austin English wrote:
Sorry, was that 'Ok' to commit?

Well, I meant workarounds can be ok if at least we know what
the bug is.

On the other hand the bug isn't THAT great that we need to
document it forever in our sources.

Maybe I'd then go rather along your original idea, that is to
fight tne bug with some "counter-bug", for example intentionally
mis-spelling the word "version" in the input (versio, verssion, ...).
Plus a short comment in the commit message.

But really it is up to your preference (technically, aesthetically,
spiritually, ...) what you do.

Thanks,

--- grischka


-Austin
On Wed, Feb 5, 2014 at 2:36 AM, grischka <address@hidden> wrote:

Austin English wrote:

It's an issue with globbing, see https://sourceforge.net/p/
mingw/bugs/2062/

Wow, great bug.

 There's a workaround:
Ok.


--- grischka



_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel



--
-Austin

reply via email to

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