From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20983 invoked by alias); 2 Apr 2002 22:47:49 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 20906 invoked from network); 2 Apr 2002 22:47:48 -0000 Received: from unknown (HELO mail.homestead-inc.com) (209.157.70.2) by sources.redhat.com with SMTP; 2 Apr 2002 22:47:48 -0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Subject: Jade Installation Frustrations Date: Tue, 02 Apr 2002 14:47:00 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: <9B9B61FC5C65A94EAFC1950F2E58FCF8090DD0@postal.ksi.homestead-corp.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Ben Rockwood" To: X-SW-Source: 2002-q2/txt/msg00000.txt.bz2 Message-ID: <20020402144700.yhVsJrdblCR2LhZUBsnloYLCdiKtvbrCIOwI9PE-PuU@z> Hello. I appologies if this is a common question, but I haven't seen an answer in = the FAQ(s), archives, or on any site. I've been wanting to play with DocBook for awhile now. I don't run a stand= ard distro (LFS) so I am forced to install all the tools "by hand". DocBoo= k/SGML tools and especially DTD are a massive pain to install. There doesn= 't seem to be any clear explanations as to how to do it either. Most docs = simply says "download the zip and put it in an appropriate directory". The= re doesn't seem to be, in my eyes, a clear layout scheme. Or possibly I ju= st don't understand it, which is why it seems so foreign. But, despite this, my major headache has been Jade (and OpenJade). I just pulled (again) Jade from the ftp site (here on sources.redhat.com) and tried building it. I used both the "jade.tgz" and the "jade-1.2.1.tgz". Every time, and on every machine I've ever tried to build these guys on I've run into problems. I've never seen it compile correctly, and I must assume = this is a "just me" problem, yet I see this problem on every Linux box I've= tried (LFS and several RedHat boxen) as well as Solaris. Can someone please explain to me the state of Jade, and why I might be havi= ng these problems? Is it just me? benr. Here's an example of the failure: (snip) mv -f assert.o assert.lo c++ -ansi -O2 -fno-implicit-templates -I. -I./../include -I./../generic -DS= TDC_HEADERS=3D1 -DHAVE_LIMITS_H=3D1 -Dconst=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =3D -Dinline=3D -DHAVE_ST_BLKSIZE=3D1 -DSP_HAVE_BOOL=3D1 -DSP_HAVE_LOCALE= =3D1 -DSP_ANSI_CLASS_INST=3D1 -DSP_MULTI_BYTE=3D1 -c -f=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 PIC -DPIC CharsetInfo.cxx In file included from ../include/CharsetInfo.h:11, from CharsetInfo.cxx:8: ../include/Vector.h: In instantiation of `Vector >': ../include/RangeMap.h:27: instantiated from `RangeMap' ../include/UnivCharsetDesc.h:73: instantiated from here ../include/Vector.h:50: `Vector::operator[] (unsigned int) [with T =3D=20 RangeMapRange]' has already been declared in=20 `Vector >' ../include/Vector.h:52: `Vector::begin () [with T =3D=20 RangeMapRange]' has already been declared in=20 `Vector >' ../include/Vector.h:54: `Vector::back () [with T =3D=20 RangeMapRange]' has already been declared in=20 `Vector >' In file included from ../include/CharsetInfo.h:11, from CharsetInfo.cxx:8: ../include/Vector.h: In instantiation of `Vector >': ../include/ISet.h:25: instantiated from `ISet' ../include/UnivCharsetDesc.h:131: instantiated from here ../include/Vector.h:50: `Vector::operator[] (unsigned int) [with T =3D=20 ISetRange]' has already been declared in=20 `Vector >' ../include/Vector.h:52: `Vector::begin () [with T =3D=20 ISetRange]' has already been declared in=20 `Vector >' ../include/Vector.h:54: `Vector::back () [with T =3D=20 ISetRange]' has already been declared in=20 `Vector >' ../include/Vector.h: In instantiation of `Vector >': ../include/ISet.h:25: instantiated from `ISet' CharsetInfo.cxx:105: instantiated from here ../include/Vector.h:50: `Vector::operator[] (unsigned int) [with T =3D=20 ISetRange]' has already been declared in `Vector=20 >' ../include/Vector.h:52: `Vector::begin () [with T =3D=20 ISetRange]' has already been declared in `Vector=20 >' ../include/Vector.h:54: `Vector::back () [with T =3D ISetRange]'=20 has already been declared in `Vector >' ../include/StringOf.h: In instantiation of `String': CharsetInfo.cxx:129: instantiated from here ../include/StringOf.h:38: `String::operator[] (unsigned int) [with T=20 =3D Char]' has already been declared in `String' ../include/StringOf.h:40: `String::begin () [with T =3D Char]' has=20 already been declared in `String' make[2]: *** [CharsetInfo.lo] Error 1 make[2]: Leaving directory `/home/benr/docbook/new/jade-1.2.1/lib' make[1]: *** [lib] Error 2 make[1]: Leaving directory `/home/benr/docbook/new/jade-1.2.1' make: *** [all] Error 2 [benr@nexus jade-1.2.1]