This is an automatically generated mail from the syncmail system. Do not reply
directly to this email. Further discussion should take place on the hackers
list: [EMAIL PROTECTED]
Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29107
Modified Files:
CHANGELOG Makefile.PL
Log Message:
Build fixes for Cygwin from Reini Urban
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Makefile.PL,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Makefile.PL 2 Nov 2006 20:39:18 -0000 1.24
--- Makefile.PL 30 Jul 2007 22:04:49 -0000 1.25
***************
*** 280,283 ****
--- 280,292 ----
}
+ # gcc-3.4 issues a warning if -Wdeclaration-after-statement is
+ # used with cpp files (c++ mode). So remove it.
+ sub cflags {
+ my $inherited = shift->SUPER::cflags(@_);
+ $inherited =~ s/-Wdeclaration-after-statement//mg;
+ return $inherited;
+ }
+
+
# Remove the Test-More dependency from the PPD file, as it is not
# a requirement for a binary distribution
***************
*** 361,365 ****
$rc_frag .= <<'RC_FRAG3'
! GUI.rc: GUI.pm
$(PERL) -I$(BUILD_TOOLS) $(BUILD_TOOLS)/updateRC.pl
--- 370,374 ----
$rc_frag .= <<'RC_FRAG3'
! GUI.rc:
$(PERL) -I$(BUILD_TOOLS) $(BUILD_TOOLS)/updateRC.pl
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** CHANGELOG 16 Jul 2007 19:36:59 -0000 1.127
--- CHANGELOG 30 Jul 2007 22:04:49 -0000 1.128
***************
*** 6,9 ****
--- 6,15 ----
Win32-GUI ChangeLog
===================
+ + [Robert May] : 30 July 2007 - Bug Fixes
+ - build_tools/updateRC, Makefile - fix problem with GUI.rc being readonly
+ on cygwin, only re-write GUI.rc if it changes [Reini Urban]
+ - Makefile.PL - fix warnings from gcc 3.4 with
+ -Wdeclaration-after-statement [Reini Urban]
+
+ [Robert May] : 16 July 2007 - Bug Fixes
- GUI.pm - fix Win32::GUI::Imagelist::AddMasked (Tracker: 1734697)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Perl-win32-gui-cvscommit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-cvscommit
http://perl-win32-gui.sourceforge.net/