On Sat, Mar 23, 2019 at 12:16:56PM -0700, Andrew Hewus Fresh wrote: > My *guess* is that for some reason texinfo is trying to include it's own > parser.h file, but somehow is finding the perl version first. I'm not > quite sure why that would happen, but that's my guess.
This seems to play out, based on this patch that I don't know is right or not. -- andrew - http://afresh1.com What are the unsurpassable real world weaknesses in OpenBSD, that you know of? -- Kevin Chadwick <[email protected]> Lots of fake people attacking the project on the mailing lists makes them a poor resource for users. -- Theo de Raadt <[email protected]>
$OpenBSD$ Index: tp/Texinfo/XS/Makefile.in --- tp/Texinfo/XS/Makefile.in.orig +++ tp/Texinfo/XS/Makefile.in @@ -227,7 +227,7 @@ AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = -DEFAULT_INCLUDES = -I.@am__isrc@ +DEFAULT_INCLUDES = -I.@am__isrc@ -I.@am__isrc@/parsetexi depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/MiscXS.Plo ./$(DEPDIR)/TestXS.Plo \
