libtool-patches
[Top][All Lists]
Advanced

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

Re: Status of the MSYS/MSVC port


From: Charles Wilson
Subject: Re: Status of the MSYS/MSVC port
Date: Tue, 27 Jan 2009 22:25:37 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.5.666

Peter Rosin wrote:

> On MSYS/MinGW, stresstest.at now passes when "Run tests with low
> max_cmd_len", that fails on git master. On the other hand, "cwrapper for
> uninstalled executables" fails at cwrapper.at:78 (both with and without
> low max_cmd_len). It's the second time through the loop that fails, when
> restrictive_flags='-std=c89 -Wall -Werror' (an attempt to execute the
> missing usea.exe). The root cause is that when linking, the compile of
> the wrapper fails with various implicitly declared (or undeclared)
> identifiers -> usea.exe goes MIA. But that test behaves the exact same
> way on a pure libtool from git master, so move on, nothing to see
> here...

Odd. I thought one of my recent patches (git diff 0aef3579..6631e515)
fixed those.  Do we need to add more stuff

/* declarations of non-ANSI functions */
#if defined(__MINGW32__)
# ifdef __STRICT_ANSI__
<<<<< HERE? >>>>>>

--
Chuck




reply via email to

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