Menu

#127 SGML::Parser::OpenSP CPAN module build fails, two line fix

open
nobody
OpenSP (63)
5
2007-08-14
2007-08-14
Anonymous
No

Results of make:

$ make
cp lib/SGML/Parser/OpenSP.pm blib/lib/SGML/Parser/OpenSP.pm
cp lib/SGML/Parser/OpenSP/Tools.pm blib/lib/SGML/Parser/OpenSP/Tools.pm
/usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -C++ -typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap -typemap typemap OpenSP.xs > OpenSP.xsc && mv OpenSP.xsc OpenSP.c
g++ -c -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -DVERSION=\"0.99\" -DXS_VERSION=\"0.99\" -fPIC "-I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE" -DSP_MULTI_BYTE=1 OpenSP.c
OpenSP.xs: In member function `void SgmlParserOpenSP::parse(SV*)':
OpenSP.xs:639: error: `showErrorNumbers' is not a member of `ParserEventGeneratorKit'
make: *** [OpenSP.o] Error 1

Indeed I could find NO MENTION WHATSOEVER of showErrorNumbers in OpenSP headers.

I therefor commented out lines 638 and 639 of OpenSP.xs

_WHY_ have I had _TWO_ build problems with OpenSP and related packages?

I also couldn't build OpenJade, good thing I don't need it! It appeared to be looking for its header files in some funky path.

Someone doesn't know how to release buildable packages. Thanks for your work, but if people can't build it, people can't use it.

Discussion


Log in to post a comment.