| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <47B841D4.4000205@x-ray.at> |
| Date: | Sun, 17 Feb 2008 15:16:52 +0100 |
| From: | Reini Urban <rurban AT x-ray DOT at> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.12) Gecko/20080201 SeaMonkey/1.1.8 |
| MIME-Version: | 1.0 |
| To: | Cygwin List <cygwin AT cygwin DOT com> |
| CC: | "Dr. Volker Zell" <Dr DOT Volker DOT Zell AT oracle DOT com> |
| Subject: | Re: [ANNOUNCEMENT] Updated: perl-Win32-GUI-1.06-1 |
| References: | <announce DOT 47B7070E DOT 8020209 AT x-ray DOT at> <7zpruvlnh2 DOT fsf AT vzell-de DOT de DOT oracle DOT com> |
| In-Reply-To: | <7zpruvlnh2.fsf@vzell-de.de.oracle.com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Dr. Volker Zell schrieb:
>>>>>> Reini Urban writes:
> > I've updated perl-Win32-GUI to the new upstream release,
> > for the current stable perl-5.8.8.
>
> win32-gui-demos.pl doesn't core dump anymore but the demos don't run
> from the launcher script.
>
> Running them directly from the commandline works.
Yes, the upstream launcher is still broken, and I didn't want to
fix that.
My hackish patch would have been:
diff -bu win32-gui-demos.pl~ ./win32-gui-demos.pl
--- win32-gui-demos.pl~ 2008-02-15 19:26:31.001000000 +0000
+++ ./win32-gui-demos.pl 2008-02-16 15:33:01.265625000 +0000
@@ -445,9 +445,10 @@
# warn "Failed to start \"$options->{current}\": $^E" unless
$result;
#}
#else {
+ # Win32::GUI::ShellExecute(window, operation, file, parameters,
director
y, showcmd)
my $result = $control->ShellExecute("open",
#$options->{wperl} ? $options->{perl} : $options->{perl},
- $options->{perl},
+ "perl.exe",
"$extra_opts \"$options->{current}\"",
"", SW_SHOWDEFAULT);
#}
> By the way, is there any reason the cygwin specific README is empty.
Oops.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://helsinki.at/ http://spacemovie.mur.at/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |