"BAZLEY, Sebastian" <[EMAIL PROTECTED]> writes:

> Good news - the parser builds OK and passes all tests on VMS.
> Congratulations to Gisle and Michael on yet more amazing work!
> 
> Platform:
> AXP/VMS 6.2, DEC-C V5.7,  Perl 5.005_02.
> 
> There are just one or two minor complaints from the compiler, which perhaps
> could be fixed in a future release? They are not serious, though the
> trailing commas did cause a warning on different system - VMS 7.2/DEC-C
> V5.6. That was with v 3.04, but I think the same applies.

The trailing enum commas will be gone in 3.06.  Strict ANSI C does not
allow it.

Regards,
Gisle


> Here is the output:
> 
> perl "-Iperl_root:[lib]" "-MExtUtils::Install" -e "pm_to_blib({split('
> ',<STDIN>)},'[.blib.lib.auto]')" <.MM_tmp
> cp parser.pm [.blib.lib.HTML]parser.pm
> cp [.lib.html]entities.pm [.blib.lib.html]entities.pm
> cp [.lib.html]filter.pm [.blib.lib.html]filter.pm
> cp [.lib.html]headparser.pm [.blib.lib.html]headparser.pm
> cp [.lib.html]tokeparser.pm [.blib.lib.html]tokeparser.pm
> cp [.lib.html]linkextor.pm [.blib.lib.html]linkextor.pm
> perl "-Iperl_root:[lib.VMS_AXP.5_00502]" "-Iperl_root:[lib]" -e "use
> ExtUtils::Mksymlists;"        -e "Mksymlists('NAME' => 'HTML::Parser', 'DL_FUNCS'
> => {  }, 'DL_VARS' => [])"
> perl -e "print
> ""[.blib.arch.auto.HTML.Parser]Parser.olb/Include=Parser\n[.blib.arch.auto.H
> TML.Parser]Parser.olb/Library\n"";" >>PARSER.OPT
> perl -e "print qq{PerlShr/Share\n}" >>PARSER.OPT
> Copy/NoConfirm PARSER.OPT [.BLIB.ARCH.AUTO.HTML.PARSER]PARSER.OPT
> perl "-Iperl_root:[lib.VMS_AXP.5_00502]" "-Iperl_root:[lib]"
> perl_root:[lib.ExtUtils]xsubpp  -typemap perl_root:[lib.ExtUtils]typemap
> -typemap typemap PARSER.xs >PARSER.C
> Warning: long symbol HTML__Parser_boolean_attribute_value
>       trimmed to HTML_Ps_be_aite_value
>        at perl_root:[lib.extutils]xsubpp line 943
> Warning: long symbol HTML__Entities_decode_entities
>       trimmed to HTML_Eies_do_entities
>        at perl_root:[lib.extutils]xsubpp line 943

...but these warnings I think you just have to live with :-)

> perl mkhctype >hctype.h
> perl mkpfunc >pfunc.h
> CC/DECC
> /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/Define=(MARKED_
> SECTION,"VERSION=""3.05""","XS_VERSION=""3.05""")/Include=(perl_root:[lib.VM
> S_AXP.5_00502.CORE])/Optimize  PARSER.c
> 
> };
> ^
> %CC-I-TRAILCOMMA, Trailing comma found in enumerator list.
> at line number 24 in file PERL5_005_02_ADDONS:[HTML-PARSER-3_05]HPARSER.H;1
> 
> };
> ^
> %CC-I-TRAILCOMMA, Trailing comma found in enumerator list.
> at line number 41 in file PERL5_005_02_ADDONS:[HTML-PARSER-3_05]HPARSER.H;1
> 
> };
> ^
> %CC-I-TRAILCOMMA, Trailing comma found in enumerator list.
> at line number 48 in file PERL5_005_02_ADDONS:[HTML-PARSER-3_05]HPARSER.C;1
> If F$Search("[.BLIB.ARCH.AUTO.HTML.PARSER]PARSER.OLB").eqs."" Then
> Library/Object/Create [.BLIB.ARCH.AUTO.HTML.PARSER]PARSER.OLB
> Library/Object/Replace [.BLIB.ARCH.AUTO.HTML.PARSER]PARSER.OLB Parser.obj
> %CREATE-I-EXISTS, [.BLIB.ARCH.AUTO.HTML.PARSER] already exists
> Link /NoTrace/NoMap /Shareable=[.BLIB.ARCH.AUTO.HTML.PARSER]PARSER.EXE
> Parser.opt/Option,perl_root:[lib.VMS_AXP.5_00502.CORE]perlshr_attr.opt/Optio
> n
> Running mkbootstrap for HTML::Parser ()
> Copy/NoConfirm Parser.bs [.blib.arch.auto.HTML.Parser]Parser.bs

Reply via email to