Skip Menu |

This queue is for tickets about the SGML-Parser-OpenSP CPAN distribution.

Report information
The Basics
Id: 11702
Status: rejected
Priority: 0/
Queue: SGML-Parser-OpenSP

People
Owner: Nobody in particular
Requestors: matthew.betts [...] bccs.uib.no
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.98
Fixed in: (no value)



Subject: compilation error: "showErrorNumbers is not a member of type 'ParserEventGeneratorKit'"
Hi, distribution: SGML-Parser-OpenSP-0.98 perl version: v5.8.0 built for i386-linux-thread-multi OS: Linux silkefuru.ii.uib.no 2.4.21-27.0.2.ELsmp #1 SMP Wed Jan 19 01:53:23 GMT 2005 i686 i686 i386 GNU/Linux When generating the Makefile like this: perl -w Makefile.PL PREFIX=~/perl/ LIB=~/perl/lib I get these warnings: WARNING: CC is not a known parameter. WARNING: LD is not a known parameter. Then when running make I get this error: g++ -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"0.98\" -DXS_VERSION=\"0.98\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DSP_MULTI_BYTE=1 OpenSP.c OpenSP.xs: In member function `void SgmlParserOpenSP::parse(SV*)': OpenSP.xs:630: `showErrorNumbers' is not a member of type ` ParserEventGeneratorKit' make: *** [OpenSP.o] Error 1 Hope I'm not doing something too stupid... Thanks, Matthew
From: Bjoern Hoehrmann <derhoermi [...] gmx.net>
To: bug-SGML-Parser-OpenSP [...] rt.cpan.org
Subject: Re: [cpan #11702] compilation error: "showErrorNumbers is not a member of type 'ParserEventGeneratorKit'"
Date: Tue, 01 Mar 2005 16:18:35 +0100
RT-Send-Cc:
* Guest via RT wrote: Show quoted text
>g++ -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"0.98\" -DXS_VERSION=\"0.98\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DSP_MULTI_BYTE=1 OpenSP.c >OpenSP.xs: In member function `void SgmlParserOpenSP::parse(SV*)': >OpenSP.xs:630: `showErrorNumbers' is not a member of type ` > ParserEventGeneratorKit' >make: *** [OpenSP.o] Error 1 > >Hope I'm not doing something too stupid...
You are not. The problem here is that showErrorNumbers (and some other things) depend on OpenSP 1.5.2-dev which you can only optain from CVS (module sp in the openjade repository using the opensp_1_5_branch tag). We unfortunately have not yet managed to release the latest OpenSP code (so the README of SGML::Parser::OpenSP currently incorrectly refers to OpenSP 1.5.2...) Sorry for the inconvenience. HTH. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
From: Bjoern Hoehrmann <derhoermi [...] gmx.net>
To: bug-SGML-Parser-OpenSP [...] rt.cpan.org
Subject: Re: [Comment] Re: [cpan #11702] compilation error: "showErrorNumbers is not a member of type 'ParserEventGeneratorKit'"
Date: Tue, 01 Mar 2005 17:48:53 +0100
RT-Send-Cc:
* matthew.betts@bccs.uib.no via RT wrote: Show quoted text
>I get this warning: > > Makefile.am: installing `./INSTALL' > configure.in:237: required file `./ltmain.sh' not found
Could you check http://www.w3.org/mid/1098002024.13803.68.camel@bobcat.mine.nu Otherwise I can't really help with building OpenSP, I would suggest to subscribe to the openjade-devel mailing list and ask there. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/