Some backslashes are missing.
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\@anchor{ <-- HERE (?:[^\}]*)\}/ at ./doc/texi2pod.pl line 387.
make[4]: *** [doc/Makefile:108: doc/ffmpeg-utils.pod] Error 255
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/\@(\w+){ <-- HERE ([^\{\}]+)}/ at ./texi2html line 1824.
On openSUSE Tumbleweed.
i guess the best idea would be to hack those makefiles to not build the docs in the ffmpeg tree at all
Just add the two backslashes into the two Perl scripts. At:
line 387 of "vice/src/lib/libffmpeg/doc/texi2pod.pl"
line 1824 of "vice/doc/html/texi2html"
Last edit: Greg King 2018-05-30
so is this fixed now? close? shrug
is it?
Yes. It's fixed. I build both the HTML docs and the static FFMPEG library, in both SDL2 and GTK3. I don't see those messages anymore.
good