-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.005_03 h2ph.PL can generate syntactically incorrect _h2ph_pre.ph #70
Comments
From [email protected]The h2ph included with 5.00503 will autogenerate _h2ph_pre.ph, and the Unfortunately, the file is not necessarily syntactically correct: Warning: Use of "defined" without parens is ambiguous at /usr/tools/lib/perl5/_h2ph_pre.ph line 2. The offensive line is: unless (defined &) { sub () { "" } } This causes modules such as Sys::Syslog, which requires syslog.ph, to The problem is caused by the _extract_cc_defines() subroutine, which In my case, building with SunProC 4.2 on Solaris 2.5.1, BTW, the test suite doesn't catch this, as it compares the resulting The h2ph.PL patch is exceedingly trivial (sorry, no time to hack the *** h2ph.PL.orig Tue Jun 15 16:30:52 1999 This perlbug was built using Perl 5.00503 - Thu May 20 11:43:00 EDT 1999 Site configuration information for perl 5.00503: Configured by wpm at Thu May 20 11:45:48 EDT 1999. Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Locally applied patches: @INC for perl 5.00503: Environment for perl 5.00503: |
Some fixups, and printing to >&4 that needs review
Migrated from rt.perl.org#872 (status was 'resolved')
Searchable as RT872$
The text was updated successfully, but these errors were encountered: