Re: [PATCH/rebase] x86_64 Cygwin (was Re: [PATCH 0/2 rebase] Handle CPAN/etc. DLLs in rebaseall)

2013-02-16 Thread Jason Tishler
Corinna, On Fri, Feb 15, 2013 at 06:23:11PM +0100, Corinna Vinschen wrote: On Feb 13 10:42, Corinna Vinschen wrote: Below is an entirely new patch. Not only that the cyg64 prefix got dropped, but only With these changes rebase builds fine on x86_64-pc-cygwin. There are a few problems

Re: [PATCH 1/4] setup.exe

2013-02-16 Thread Christopher Faylor
On Fri, Feb 15, 2013 at 08:51:46PM +0100, Achim Gratz wrote: Christopher Faylor writes: Actually, it needs to detect when a DLL is being installed. AFAIK, that's it. The first part (detecting when a file of a certain type or in a certain location gets installed) was never in question. But you

Re: [PATCH 1/4] setup.exe

2013-02-16 Thread Achim Gratz
Christopher Faylor writes: Are you trying to say that the package containing an autorun script must run its postinstall.sh before anything else? No, only that it must be installed so that the script to autorun is accessible when it triggers. This could of course be handled by stipulating that

Re: [PATCH 1/4] setup.exe

2013-02-16 Thread Corinna Vinschen
On Feb 16 21:10, Achim Gratz wrote: Christopher Faylor writes: It doesn't have to be a library. Cygwin's regexec.c would probably suffice. I'll have a look. What about just using std::regex? Setup is using the stdc++ library anyway, so you would get std::regex for free. Corinna --

Re: [PATCH/rebase] x86_64 Cygwin (was Re: [PATCH 0/2 rebase] Handle CPAN/etc. DLLs in rebaseall)

2013-02-16 Thread Corinna Vinschen
On Feb 16 10:19, Jason Tishler wrote: Corinna, On Fri, Feb 15, 2013 at 06:23:11PM +0100, Corinna Vinschen wrote: On Feb 13 10:42, Corinna Vinschen wrote: Below is an entirely new patch. Not only that the cyg64 prefix got dropped, but only With these changes rebase builds fine on