> 
>       I get an error while trying to convert the manual, and the
>  regexp subtitution at line 10508 is too deliciously complex for
>  me. The error log follows; this is running make html in the docs
>  directory) 
> 
> /\\item[\s\r]*((\[(([^\[\]]*|\[[^]]*\])*)\])?|[^a-zA-Z\s])/: regexp *+ operand could 
>be empty at /usr/bin/latex2html line 10508.

Yes, that one is known already. The fix is simple --- remove the 2nd * to get:

 /\\item[\s\r]*((\[(([^\[\]]|\[[^]]*\])*)\])?|[^a-zA-Z\s])/
                           ^^
It seems that not all versions of Perl regard this as an error.
The latest developer archive has it fixed; you must have got beta4 ,
which may still have it wrong.

Thanks to Andreas Otte for first alerting me to this problem.


Hope this helps,

        Ross Moore

Reply via email to