Re: Compile error

Eric W. Sink (eric@postman.abisource.com)
Tue, 23 Feb 1999 08:37:39 -0600


Spooky -- your compile is failing right away, in the expat library,
which we didn't write. I haven't heard of anyone else having trouble
compiling this library.

What's in src/other/expat/xmltok/nametab.h ? This file is
automatically generated, and it contains nameBitmap, which is
a symbol you seem to be missing.

--

On Tue, Feb 23, 1999 at 03:44:53AM +0000, Aaron Lehmann wrote: > Return-Path: <owner-abiword-dev@abisource.com> > Received: (from majordomo@localhost) > by postman.abisource.com (8.8.7/8.8.7) id VAA13946 > for abiword-dev-outgoing; Mon, 22 Feb 1999 21:37:19 -0600 > Received: from vitelus.com (cm2081635155.cableco-op.com [208.163.51.55]) > by postman.abisource.com (8.8.7/8.8.7) with ESMTP id VAA13943 > for <abiword-dev@postman.abisource.com>; Mon, 22 Feb 1999 21:37:18 -0600 > Received: from localhost (aaronl@localhost) > by vitelus.com (8.8.7/8.8.7) with ESMTP id TAA16481 > for <abiword-dev@postman.abisource.com>; Mon, 22 Feb 1999 19:44:53 -0800 > Date: Tue, 23 Feb 1999 03:44:53 +0000 ( ) > From: Aaron Lehmann <aaronl@vitelus.com> > To: abiword-dev@postman.abisource.com > Subject: Compile error > Message-ID: <Pine.LNX.4.05.9902230342400.16479-100000@vitelus.com> > MIME-Version: 1.0 > Content-Type: TEXT/PLAIN; charset=US-ASCII > Sender: owner-abiword-dev@abisource.com > Precedence: bulk > Status: RO > X-Status: > X-Keywords: > X-UID: 18

> Linux 2.2.1, glibc 2.1, gcc 2.7.2.3 (I think) > > > [aaronl@vitelus abi-0.3.4]$ make > Building AbiWord... > make -C src T=abiword && echo AbiWord build complete. > make[1]: Entering directory `/home/aaronl/src/abi-0.3.4/src' > Building with [JavaScript:Off Debug:On]. > make -C ver build > make[2]: Entering directory `/home/aaronl/src/abi-0.3.4/src/ver' > Building with [JavaScript:Off Debug:On]. > make -C xp build > make[3]: Entering directory `/home/aaronl/src/abi-0.3.4/src/ver/xp' > Building with [JavaScript:Off Debug:On]. > Exporting library AbiVer from /home/aaronl/src/abi-0.3.4/src/ver/xp... > make[3]: Leaving directory `/home/aaronl/src/abi-0.3.4/src/ver/xp' > make[2]: Leaving directory `/home/aaronl/src/abi-0.3.4/src/ver' > make -C other build > make[2]: Entering directory `/home/aaronl/src/abi-0.3.4/src/other' > Building with [JavaScript:Off Debug:On]. > make -C expat build > make[3]: Entering directory `/home/aaronl/src/abi-0.3.4/src/other/expat' > Building with [JavaScript:Off Debug:On]. > make -C gennmtab build > make[4]: Entering directory > `/home/aaronl/src/abi-0.3.4/src/other/expat/gennmtab > ' > Building with [JavaScript:Off Debug:On]. > make[4]: Leaving directory > `/home/aaronl/src/abi-0.3.4/src/other/expat/gennmtab' > make -C xmltok build > make[4]: Entering directory > `/home/aaronl/src/abi-0.3.4/src/other/expat/xmltok' > Building with [JavaScript:Off Debug:On]. > xmltok.c: > xmltok.c: In function `utf8_isName2': > xmltok.c:91: `namingBitmap' undeclared (first use this function) > xmltok.c:91: (Each undeclared identifier is reported only once > xmltok.c:91: for each function it appears in.) > xmltok.c:91: `namePages' undeclared (first use this function) > xmltok.c:92: warning: control reaches end of non-void function > xmltok.c: In function `utf8_isName3': > xmltok.c:97: `namingBitmap' undeclared (first use this function) > xmltok.c:97: `namePages' undeclared (first use this function) > xmltok.c:98: warning: control reaches end of non-void function > xmltok.c: In function `utf8_isNmstrt2': > xmltok.c:105: `namingBitmap' undeclared (first use this function) > xmltok.c:105: `namePages' undeclared (first use this function) > xmltok.c:106: warning: control reaches end of non-void function > xmltok.c: In function `utf8_isNmstrt3': > xmltok.c:111: `namingBitmap' undeclared (first use this function) > xmltok.c:111: `nmstrtPages' undeclared (first use this function) > xmltok.c:112: warning: control reaches end of non-void function > xmltok_impl.c: In function `little2_scanPi': > In file included from xmltok.c:445: > xmltok_impl.c:243: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:243: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:250: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `little2_scanEndTag': > xmltok_impl.c:402: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:402: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:409: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `little2_scanRef': > xmltok_impl.c:508: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:508: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:517: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `little2_scanAtts': > xmltok_impl.c:537: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:537: `namePages' undeclared (first use this function) > xmltok_impl.c:631: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c: In function `little2_scanLt': > xmltok_impl.c:674: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:674: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:697: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `little2_scanPercent': > xmltok_impl.c:850: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:850: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:860: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `little2_scanPoundName': > xmltok_impl.c:879: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:879: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:886: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `little2_prologTok': > xmltok_impl.c:1085: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:1085: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:1090: `namePages' undeclared (first use this function) > asciitab.h: At top level: > In file included from xmltok.c:476: > asciitab.h:21: warning: missing braces around initializer for > `little2_encoding. > type' > In file included from xmltok.c:484: > iasciitab.h:22: warning: missing braces around initializer for > `internal_little2 > _encoding.type' > xmltok_impl.c: In function `big2_scanPi': > In file included from xmltok.c:508: > xmltok_impl.c:243: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:243: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:250: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `big2_scanEndTag': > xmltok_impl.c:402: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:402: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:409: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `big2_scanRef': > xmltok_impl.c:508: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:508: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:517: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `big2_scanAtts': > xmltok_impl.c:537: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:537: `namePages' undeclared (first use this function) > xmltok_impl.c:631: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c: In function `big2_scanLt': > xmltok_impl.c:674: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:674: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:697: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `big2_scanPercent': > xmltok_impl.c:850: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:850: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:860: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `big2_scanPoundName': > xmltok_impl.c:879: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:879: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:886: `namePages' undeclared (first use this function) > xmltok_impl.c: In function `big2_prologTok': > xmltok_impl.c:1085: `namingBitmap' undeclared (first use this function) > xmltok_impl.c:1085: `nmstrtPages' undeclared (first use this function) > xmltok_impl.c:1090: `namePages' undeclared (first use this function) > asciitab.h: At top level: > In file included from xmltok.c:539: > asciitab.h:21: warning: missing braces around initializer for > `big2_encoding.typ > e' > xmltok.c: In function `findEncoding': > xmltok.c:808: warning: unused variable `n' > xmltok.c: In function `unknown_isName': > xmltok.c:984: `namingBitmap' undeclared (first use this function) > xmltok.c:984: `namePages' undeclared (first use this function) > xmltok.c:985: warning: control reaches end of non-void function > xmltok.c: In function `unknown_isNmstrt': > xmltok.c:994: `namingBitmap' undeclared (first use this function) > xmltok.c:994: `nmstrtPages' undeclared (first use this function) > xmltok.c:995: warning: control reaches end of non-void function > xmltok.c: In function `XmlInitUnknownEncoding': > xmltok.c:1110: `namingBitmap' undeclared (first use this function) > xmltok.c:1110: `nmstrtPages' undeclared (first use this function) > xmltok.c:1112: `namePages' undeclared (first use this function) > make[4]: *** [Linux_2.2.1_i386_DBG/xmltok.o] Error 1 > make[4]: Leaving directory > `/home/aaronl/src/abi-0.3.4/src/other/expat/xmltok' > make[3]: *** [build] Error 2 > make[3]: Leaving directory `/home/aaronl/src/abi-0.3.4/src/other/expat' > make[2]: *** [build] Error 2 > make[2]: Leaving directory `/home/aaronl/src/abi-0.3.4/src/other' > make[1]: *** [build] Error 2 > make[1]: Leaving directory `/home/aaronl/src/abi-0.3.4/src' > make: *** [abiword] Error 2 > > > KeyID 1024D/73348CA0 > Fingerprint 8EFC 7F10 F26C 55A8 458A 38B0 890F 384F 7334 8CA0 > Public key available at http://www.vitelus.com/aaronl/pubkey.asc >

-- 
Eric W. Sink, Software Craftsman
eric@abisource.com


This archive was generated by hypermail 1.03b2.