Re: [PATCH] inform user if any postinstall script failed to run

2010-09-07 Thread Yaakov (Cygwin/X)
On Fri, 2010-08-27 at 18:15 +0100, Jon TURNEY wrote: + // Remove anything which we just tried to run (so we don't try twice) + for (i = packages.begin (); i != packages.end (); ++i) +{ + packagemeta pkg = **i; + for (std::vectorScript::const_iterator j =

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Yaakov (Cygwin/X)
On Mon, 2010-09-06 at 15:48 +0200, Damien Doligez wrote: 1. The tcl/tk bindings: they don't work out of the box with Cygwin's tcl/tk, and I don't think there is much demand anyway. Interesting, given that OCaml presumes that Cygwin's tcl/tk is Win32 (which it currently is), but Ports' X11

Re: [PATCH] inform user if any postinstall script failed to run

2010-09-07 Thread Jon TURNEY
On 07/09/2010 10:45, Yaakov (Cygwin/X) wrote: On Fri, 2010-08-27 at 18:15 +0100, Jon TURNEY wrote: + // Remove anything which we just tried to run (so we don't try twice) + for (i = packages.begin (); i != packages.end (); ++i) +{ + packagemeta pkg = **i; + for

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 05:03:13AM -0500, Yaakov (Cygwin/X) wrote: On Mon, 2010-09-06 at 15:48 +0200, Damien Doligez wrote: 1. The tcl/tk bindings: they don't work out of the box with Cygwin's tcl/tk, and I don't think there is much demand anyway. Interesting, given that OCaml presumes that

Re: RFU: googlecl-0.9.10-1

2010-09-07 Thread Corinna Vinschen
On Sep 6 13:29, Chris Sutcliffe wrote: Please upload: --- wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.10-1.tar.bz2 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.10-1-src.tar.bz2 Done. Thanks, Corinna -- Corinna Vinschen

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Charles Wilson
On 9/7/2010 6:03 AM, Yaakov (Cygwin/X) wrote: Given the recent issues on the list, I think it's about time I ITA tcl/tk. More power to you, but I don't think cgf has gone anywhere...so tcltk isn't yet orphaned. -- Chuck

Updated: googlecl-0.9.10-1

2010-09-07 Thread Chris Sutcliffe
Version 0.9.10-1 of googlecl has been uploaded. GoogleCL brings Google services to the command line. For examples see: http://code.google.com/p/googlecl/wiki/ExampleScripts Change include: * v2/v3 support for Docs and Contacts. Manipulate arbitrary uploads, list many more details of your

Re: [PATCH] inform user if any postinstall script failed to run

2010-09-07 Thread Yaakov (Cygwin/X)
On Tue, 2010-09-07 at 15:01 +0100, Jon TURNEY wrote: On 07/09/2010 10:45, Yaakov (Cygwin/X) wrote: This code does not compile with i686-pc-mingw32 gcc-4.5.1: postinstall.cc: In function ‘std::string do_postinstall_thread(HINSTANCE__*, HWND__*)’: postinstall.cc:178:85: error: no matching

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Matthias Andree
Am 07.09.2010, 16:42 Uhr, schrieb Christopher Faylor: On Tue, Sep 07, 2010 at 05:03:13AM -0500, Yaakov (Cygwin/X) wrote: On Mon, 2010-09-06 at 15:48 +0200, Damien Doligez wrote: 1. The tcl/tk bindings: they don't work out of the box with Cygwin's tcl/tk, and I don't think there is much

Re: [PATCH] inform user if any postinstall script failed to run

2010-09-07 Thread Jon TURNEY
On 07/09/2010 17:57, Yaakov (Cygwin/X) wrote: On Tue, 2010-09-07 at 15:01 +0100, Jon TURNEY wrote: On 07/09/2010 10:45, Yaakov (Cygwin/X) wrote: This code does not compile with i686-pc-mingw32 gcc-4.5.1: postinstall.cc: In function ‘std::string do_postinstall_thread(HINSTANCE__*, HWND__*)’:

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 08:40:43PM +0200, Matthias Andree wrote: Am 07.09.2010, 16:42 Uhr, schrieb Christopher Faylor: On Tue, Sep 07, 2010 at 05:03:13AM -0500, Yaakov (Cygwin/X) wrote: On Mon, 2010-09-06 at 15:48 +0200, Damien Doligez wrote: 1. The tcl/tk bindings: they don't work out of the

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Yaakov (Cygwin/X)
On Tue, 2010-09-07 at 14:55 -0400, Christopher Faylor wrote: This has already been decided. I was just waiting for some sign of life from my friend the insight maintainer. I guess I'll go ahead and pull insight from the release. That should make things easier. FWIW, Debian, Fedora, and

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Damien Doligez
On 2010-09-06, at 16:43, Charles Wilson wrote: Are you sure that your new version requires libncurses7? The only current libncurses-dev package will cause you to link against libncurses10... Try cygcheck /usr/bin/name-of-ocaml-exe and see what DLLs it actually uses... Also, new

[ITP] flexdll

2010-09-07 Thread Yaakov (Cygwin/X)
FlexDLL creates binaries whose symbols can be resolved at runtime, despite the limitations of the PE format. It is required by OCaml for dynamic linking support on Cygwin. This package contains patches to fix data auto-imports, shared libgcc, and to remove some Win32-isms:

Re: [ITP] flexdll

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 07:06:02PM -0500, Yaakov (Cygwin/X) wrote: FlexDLL creates binaries whose symbols can be resolved at runtime, despite the limitations of the PE format. It is required by OCaml for dynamic linking support on Cygwin. This package contains patches to fix data auto-imports,

Re: [ITA] ocaml 3.12.0

2010-09-07 Thread Charles Wilson
On 9/7/2010 2:55 PM, Christopher Faylor wrote: On Tue, Sep 07, 2010 at 08:40:43PM +0200, Matthias Andree wrote: Insight is dead for all practical purposes, but Tcl/Tk in Cygwin depending on X11 rather than Win32 would be major regression. Not that I'd have time to help though. This has