public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: perl-Win32-GUI-1.06-1
@ 2008-02-17  3:38 Reini Urban
  2008-02-17 15:49 ` Dr. Volker Zell
  0 siblings, 1 reply; 3+ messages in thread
From: Reini Urban @ 2008-02-17  3:38 UTC (permalink / raw)
  To: cygwin

I've updated perl-Win32-GUI to the new upstream release,
for the current stable perl-5.8.8.

NEWS:
=====
This version is the same as it would have been installed via CPAN,
since all cygwin patches are included upstream. It just installs into
vendor_perl.

CHANGES:
========
http://search.cpan.org/dist/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_06.pod


DESCRIPTION:
============
Win32::GUI is a Perl extension allowing creation of native Win32 GUI
applications.

UPDATE:
=======
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your system.
Save it and run setup, answer the questions and pick up the package name
from the 'Libs' category (it should already be selected).

DOWNLOAD:
=========
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to you:
http://cygwin.com/mirrors.html

QUESTIONS:
==========
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=================================
To unsubscribe to the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message.  Send email
to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-YOU=YOURDOMAIN.COM@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


--
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] Updated: perl-Win32-GUI-1.06-1
  2008-02-17  3:38 [ANNOUNCEMENT] Updated: perl-Win32-GUI-1.06-1 Reini Urban
@ 2008-02-17 15:49 ` Dr. Volker Zell
  2008-02-17 18:21   ` Reini Urban
  0 siblings, 1 reply; 3+ messages in thread
From: Dr. Volker Zell @ 2008-02-17 15:49 UTC (permalink / raw)
  To: cygwin

>>>>> 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.

By the way, is there any reason the cygwin specific README is empty.

Ciao
  Volker

--
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] Updated: perl-Win32-GUI-1.06-1
  2008-02-17 15:49 ` Dr. Volker Zell
@ 2008-02-17 18:21   ` Reini Urban
  0 siblings, 0 replies; 3+ messages in thread
From: Reini Urban @ 2008-02-17 18:21 UTC (permalink / raw)
  To: Cygwin List; +Cc: Dr. Volker Zell

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-17 14:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-17  3:38 [ANNOUNCEMENT] Updated: perl-Win32-GUI-1.06-1 Reini Urban
2008-02-17 15:49 ` Dr. Volker Zell
2008-02-17 18:21   ` Reini Urban

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).