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 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 CC: "Dr. Volker Zell" Subject: Re: [ANNOUNCEMENT] Updated: perl-Win32-GUI-1.06-1 References: <7zpruvlnh2 DOT fsf AT vzell-de DOT de DOT oracle DOT com> In-Reply-To: <7zpruvlnh2.fsf@vzell-de.de.oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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/