Re: [Patch] cwrapper invokes target directly

2008-04-30 Thread libtool
On Wed, 30 Apr 2008 10:12:36 -0500 (CDT), "Bob Friesenhahn" said: > I have a MinGW cross-compiler hosted off of FreeBSD 7.0. Presumably I > can run Wine on it. I know that Linux has special hooks in order to > automatically run Windows executables using Wine. Is the Wine > execution support

Re: libltdl and cygwin 1.7.0

2008-04-30 Thread Charles Wilson
On Wed, 30 Apr 2008 17:03:19 + (UTC), "Eric Blake" <[EMAIL PROTECTED]> said: > Cygwin 1.7.0 will change the size of MAX_PATH in its headers, but the old > cygwin_conv_to_* API silently suffers from buffer overrun if more than > 256 > bytes occur in the conversion. As a result, cygwin develo

Re: libltdl and cygwin 1.7.0

2008-04-30 Thread Eric Blake
Bob Friesenhahn simple.dallas.tx.us> writes: `cygwin_conv_to_full_win32_path' is > > deprecated (declared at /usr/include/sys/cygwin.h:52) > > > > OK to apply? > > This looks good to apply to me except for the minor nit that the > bracing indentation within the HAVE_DECL_CYGWIN_CONV_PATH is wro

Re: libltdl and cygwin 1.7.0

2008-04-30 Thread Bob Friesenhahn
On Wed, 30 Apr 2008, Eric Blake wrote: Cygwin 1.7.0 will change the size of MAX_PATH in its headers, but the old cygwin_conv_to_* API silently suffers from buffer overrun if more than 256 bytes occur in the conversion. As a result, cygwin developers wisely deprecated the old API when adding the

libltdl and cygwin 1.7.0

2008-04-30 Thread Eric Blake
Cygwin 1.7.0 will change the size of MAX_PATH in its headers, but the old cygwin_conv_to_* API silently suffers from buffer overrun if more than 256 bytes occur in the conversion. As a result, cygwin developers wisely deprecated the old API when adding the new cygwin_path_conv, and compilation

Re: [Patch] cwrapper invokes target directly

2008-04-30 Thread Bob Friesenhahn
On Tue, 29 Apr 2008, Charles Wilson wrote: If I can get some feedback on the '*_with_wine.sh' script I could update the patch to also support $build=some_unixy_platform_with_wine and $host=mingw. I have a MinGW cross-compiler hosted off of FreeBSD 7.0. Presumably I can run Wine on it. I kn