libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] tests: don't use assert/abort on MSVC as they are interactiv


From: Peter Rosin
Subject: Re: [PATCH] tests: don't use assert/abort on MSVC as they are interactive.
Date: Wed, 20 Oct 2010 19:34:06 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5

Den 2010-10-20 18:53 skrev Peter Rosin:
> Den 2010-10-20 17:55 skrev Charles Wilson:
>> if we (MSYS) want to preserve existing popup-showing behavior at all --
>> which I think we do.  MAYBE the following (pseudo-bat-code, where
>> MSYS_NOPOP is set based on --no-popups arg to .bat file):
>>
>>    if "x%MSYS_NOPOP%" == "x" goto startrp
>>    start %WD%error_mode -cgf /bin/rxvt {other args}

Forgot to say that I think that this needs to be something like

    start %WD%error_mode -cgf %WD%rxvt {other args}

since error_mode must be a MinGW app, and thus does not understand
MSYS paths.

Cheers,
Peter



reply via email to

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