From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Toft To: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: References: <1000612120312.ZM263576@sgi.com> X-SW-Source: 2000/msg00193.html When I generate HTML from my SGML Docbook source I now get in the top of each file - without any line like This is a change from previous - any clues to where this could be re-added. -- Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto "You don't win a battle by asking, `Will we win?' You win it by doing your best to win" - Richard M Stallman ----> Visit http://petition.eurolinux.org <--- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "richard offer" To: docbook-tools-discuss@sourceware.cygnus.com Subject: Failing to build jade on Mandrake 7.0 Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: <1000612120312.ZM263576@sgi.com> X-SW-Source: 2000/msg00192.html Hi, Upto now I've been running DocBook on my local machine (Redhat 6.1/6.2) and it builds and runs excellently. But now I have to move everything across to our group's main build server as I get ready for pushing my project out to a wider audience, and the server runs Mandrake 7.0 (no, don't ask). To allow for flexibilty, I'm packaing up my docbook CVS tree into a SRPM for building on the server. (I need to build it from scratch as I've had to make changes to the texmf.cnf file to increase the sizes by a lot.) I'm hitting the same bug that Scott Bambrough saw in a posting on Dec 21, namely [ valkyrie 2.2.14 ] make make[1]: Entering directory `/home/offer/rpm/BUILD/jade-1.2.1/jade' make[2]: Entering directory `/home/offer/rpm/BUILD/jade-1.2.1/jade/lib' c++ -ansi -O2 -fno-implicit-templates -I. -I./../include -I./../generic -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -Dconst= -Dinline= -DHAVE_ST_BLKSIZE=1 -DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -DSGML_CATALOG_FILES_DEFAULT=\"/usr/lib/sgml/CATALOG\" -c -fPIC -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)' has already been declared in `Vector >' ../include/Vector.h:52: `Vector >::begin()' has already been declared in `Vector >' ../include/Vector.h:54: `Vector >::back()' has already been declared in `Vector >' ../include/Vector.h: In instantiation of `Vector >': ../include/ISet.h:25: instantiated from `ISet' CharsetInfo.cxx:89: instantiated from here ../include/Vector.h:50: `Vector >::operator [](unsigned int)' has already been declared in `Vector >' ../include/Vector.h:52: `Vector >::begin()' has already been declared in `Vector >' ../include/Vector.h:54: `Vector >::back()' has already been declared in `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)' has already been declared in `Vector >' ../include/Vector.h:52: `Vector >::begin()' has already been declared in `Vector >' ../include/Vector.h:54: `Vector >::back()' 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)' has already been declared in `String' ../include/StringOf.h:40: `String::begin()' has already been declared in `String' make[2]: *** [CharsetInfo.lo] Error 1 make[2]: Leaving directory `/home/offer/rpm/BUILD/jade-1.2.1/jade/lib' make[1]: *** [lib] Error 2 make[1]: Leaving directory `/home/offer/rpm/BUILD/jade-1.2.1/jade' This is a compiler issue, Redhat runs egcs-1.1.2, but Mandrake uses gcc-2.95, and my C++ is lousy enough that I'm not sure I can diagnose it in a reasonable timeframe. I doubt I can get the server changed without a better case than docbook wont build ("So, don't use it then". "Ahhh!" ). Anybody got any suggestions/fixes ? richard. ----------------------------------------------------------------------- Richard Offer Widget FAQ --> http://reality.sgi.com/widgetFAQ MTS-Core Design (Motif) ___________________________________________ http://reality.sgi.com/offer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Godoy To: Hugo.van.der.Kooij@caiw.nl Cc: Peter Toft , docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: References: X-SW-Source: 2000/msg00199.html Hugo.van.der.Kooij@caiw.nl writes: > On Mon, 26 Jun 2000, Peter Toft wrote: > > > Have you found a version of tidy which is stable for > > large SGML->HTML output - I had my problems there... > > I tested with files upto 45kB without a glitch. (And tidy had a to tidy a > lot on that one. ;-) I've tried with files up to 200Kb and it worked ok... Regards, -- Godoy. Departamento de Publicações Publishing Department Conectiva S.A. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Norman Walsh To: Peter Toft Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: <87bt0oocia.fsf@nwalsh.com> References: X-SW-Source: 2000/msg00194.html / Peter Toft was heard to say: | When I generate HTML from my SGML Docbook source I | now get in the top of each file - without any | line like | | | | This is a change from previous - any clues to where | this could be re-added. (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN") Be seeing you, norm -- Norman Walsh | There are infinite possibilities of http://nwalsh.com/ | error, and more cranks take up | unfashionable untruths than | unfashionable truths.--Bertrand Russell From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo.van.der.Kooij@caiw.nl To: Jorge Godoy Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: References: X-SW-Source: 2000/msg00196.html On 26 Jun 2000, Jorge Godoy wrote: > Norman Walsh writes: > > > / Peter Toft was heard to say: > > | When I generate HTML from my SGML Docbook source I > > | now get in the top of each file - without any > > | line like > > | > > | > > | > > | This is a change from previous - any clues to where > > | this could be re-added. > > > > (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN") > > Also, a good thing to make your HTML files look better is getting the > Tidy program on http://www.w3.org I use tidy so it's easier to do some postprocessing on the HTML files. In theory it should be easy to make framed page for example. At present I use it to add a few HTML/website specific items to the output. Perhaps not the most ideal situation but I want two types of slightly different HTML pages. And by using post processing it's much faster compare to two full run's of jade, etc. Hugo. -- Hugo van der Kooij; Oranje Nassaustraat 16; 3155 VJ Maasland hvdkooij@caiw.nl http://home.kabelfoon.nl/~hvdkooij/ -------------------------------------------------------------- Quoting this tagline is illegal! ( http://www.dtcc.edu/cs/rfc1855.html ) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Godoy To: Norman Walsh Cc: Peter Toft , docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: References: <87bt0oocia.fsf@nwalsh.com> X-SW-Source: 2000/msg00195.html Norman Walsh writes: > / Peter Toft was heard to say: > | When I generate HTML from my SGML Docbook source I > | now get in the top of each file - without any > | line like > | > | > | > | This is a change from previous - any clues to where > | this could be re-added. > > (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN") Also, a good thing to make your HTML files look better is getting the Tidy program on http://www.w3.org Tidy is a HTML beautifiers. It makes some corrections (thought they aren't needed in DocBook generated HTML) to hand written HTML. See you, -- Godoy. Departamento de Publicações Publishing Department Conectiva S.A. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo.van.der.Kooij@caiw.nl To: Peter Toft Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: References: X-SW-Source: 2000/msg00198.html On Mon, 26 Jun 2000, Peter Toft wrote: > Have you found a version of tidy which is stable for > large SGML->HTML output - I had my problems there... I tested with files upto 45kB without a glitch. (And tidy had a to tidy a lot on that one. ;-) Hugo. -- Hugo van der Kooij; Oranje Nassaustraat 16; 3155 VJ Maasland hvdkooij@caiw.nl http://home.kabelfoon.nl/~hvdkooij/ -------------------------------------------------------------- Quoting this tagline is illegal! ( http://www.dtcc.edu/cs/rfc1855.html ) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Toft To: Jorge Godoy Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: References: X-SW-Source: 2000/msg00197.html On 26 Jun 2000, Jorge Godoy wrote: > Norman Walsh writes: > > > / Peter Toft was heard to say: > > | When I generate HTML from my SGML Docbook source I > > | now get in the top of each file - without any > > | line like > > | > > | > > | > > | This is a change from previous - any clues to where > > | this could be re-added. > > > > (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN") > > Also, a good thing to make your HTML files look better is getting the > Tidy program on http://www.w3.org > > Tidy is a HTML beautifiers. It makes some corrections (thought they > aren't needed in DocBook generated HTML) to hand written HTML. Have you found a version of tidy which is stable for large SGML->HTML output - I had my problems there... -- Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto "You don't win a battle by asking, `Will we win?' You win it by doing your best to win" - Richard M Stallman ----> Visit http://petition.eurolinux.org <--- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "richard offer" To: docbook-tools-discuss@sourceware.cygnus.com Subject: Failing to build jade on Mandrake 7.0 Date: Mon, 12 Jun 2000 12:03:00 -0000 Message-ID: <1000612120312.ZM263576@sgi.com> X-SW-Source: 2000-q2/msg00014.html Message-ID: <20000612120300.tRCi7qWqh_yyyPnOOl5CahAZ-iM-5Q5LdRGlVpuyWLk@z> Hi, Upto now I've been running DocBook on my local machine (Redhat 6.1/6.2) and it builds and runs excellently. But now I have to move everything across to our group's main build server as I get ready for pushing my project out to a wider audience, and the server runs Mandrake 7.0 (no, don't ask). To allow for flexibilty, I'm packaing up my docbook CVS tree into a SRPM for building on the server. (I need to build it from scratch as I've had to make changes to the texmf.cnf file to increase the sizes by a lot.) I'm hitting the same bug that Scott Bambrough saw in a posting on Dec 21, namely [ valkyrie 2.2.14 ] make make[1]: Entering directory `/home/offer/rpm/BUILD/jade-1.2.1/jade' make[2]: Entering directory `/home/offer/rpm/BUILD/jade-1.2.1/jade/lib' c++ -ansi -O2 -fno-implicit-templates -I. -I./../include -I./../generic -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -Dconst= -Dinline= -DHAVE_ST_BLKSIZE=1 -DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -DSGML_CATALOG_FILES_DEFAULT=\"/usr/lib/sgml/CATALOG\" -c -fPIC -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)' has already been declared in `Vector >' ../include/Vector.h:52: `Vector >::begin()' has already been declared in `Vector >' ../include/Vector.h:54: `Vector >::back()' has already been declared in `Vector >' ../include/Vector.h: In instantiation of `Vector >': ../include/ISet.h:25: instantiated from `ISet' CharsetInfo.cxx:89: instantiated from here ../include/Vector.h:50: `Vector >::operator [](unsigned int)' has already been declared in `Vector >' ../include/Vector.h:52: `Vector >::begin()' has already been declared in `Vector >' ../include/Vector.h:54: `Vector >::back()' has already been declared in `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)' has already been declared in `Vector >' ../include/Vector.h:52: `Vector >::begin()' has already been declared in `Vector >' ../include/Vector.h:54: `Vector >::back()' 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)' has already been declared in `String' ../include/StringOf.h:40: `String::begin()' has already been declared in `String' make[2]: *** [CharsetInfo.lo] Error 1 make[2]: Leaving directory `/home/offer/rpm/BUILD/jade-1.2.1/jade/lib' make[1]: *** [lib] Error 2 make[1]: Leaving directory `/home/offer/rpm/BUILD/jade-1.2.1/jade' This is a compiler issue, Redhat runs egcs-1.1.2, but Mandrake uses gcc-2.95, and my C++ is lousy enough that I'm not sure I can diagnose it in a reasonable timeframe. I doubt I can get the server changed without a better case than docbook wont build ("So, don't use it then". "Ahhh!" ). Anybody got any suggestions/fixes ? richard. ----------------------------------------------------------------------- Richard Offer Widget FAQ --> http://reality.sgi.com/widgetFAQ MTS-Core Design (Motif) ___________________________________________ http://reality.sgi.com/offer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Toft To: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Sun, 25 Jun 2000 13:46:00 -0000 Message-ID: References: <1000612120312.ZM263576@sgi.com> X-SW-Source: 2000-q2/msg00015.html Message-ID: <20000625134600.f0kG-se9Pyk_snF4DMUjcj2Gg4aQSkL9jyWGXMPG2tc@z> When I generate HTML from my SGML Docbook source I now get in the top of each file - without any line like This is a change from previous - any clues to where this could be re-added. -- Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto "You don't win a battle by asking, `Will we win?' You win it by doing your best to win" - Richard M Stallman ----> Visit http://petition.eurolinux.org <--- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Norman Walsh To: Peter Toft Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Mon, 26 Jun 2000 05:24:00 -0000 Message-ID: <87bt0oocia.fsf@nwalsh.com> References: X-SW-Source: 2000-q2/msg00016.html Message-ID: <20000626052400.2sh7T6SEN0qbK13CYBl1nDxCafqUmy2FQtpI55ZjLxE@z> / Peter Toft was heard to say: | When I generate HTML from my SGML Docbook source I | now get in the top of each file - without any | line like | | | | This is a change from previous - any clues to where | this could be re-added. (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN") Be seeing you, norm -- Norman Walsh | There are infinite possibilities of http://nwalsh.com/ | error, and more cranks take up | unfashionable untruths than | unfashionable truths.--Bertrand Russell From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Godoy To: Norman Walsh Cc: Peter Toft , docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Mon, 26 Jun 2000 05:38:00 -0000 Message-ID: References: <87bt0oocia.fsf@nwalsh.com> X-SW-Source: 2000-q2/msg00017.html Message-ID: <20000626053800.J-YjPzsyji-7T0GCJx0KIAF_Pr4M8Lq00U9jCcQN8MI@z> Norman Walsh writes: > / Peter Toft was heard to say: > | When I generate HTML from my SGML Docbook source I > | now get in the top of each file - without any > | line like > | > | > | > | This is a change from previous - any clues to where > | this could be re-added. > > (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN") Also, a good thing to make your HTML files look better is getting the Tidy program on http://www.w3.org Tidy is a HTML beautifiers. It makes some corrections (thought they aren't needed in DocBook generated HTML) to hand written HTML. See you, -- Godoy. Departamento de Publicações Publishing Department Conectiva S.A. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo.van.der.Kooij@caiw.nl To: Jorge Godoy Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Mon, 26 Jun 2000 11:17:00 -0000 Message-ID: References: X-SW-Source: 2000-q2/msg00018.html Message-ID: <20000626111700.qIgCkXsi_RI8HH_dVfK4u7i5aphx-uvytsLVsHiZWtU@z> On 26 Jun 2000, Jorge Godoy wrote: > Norman Walsh writes: > > > / Peter Toft was heard to say: > > | When I generate HTML from my SGML Docbook source I > > | now get in the top of each file - without any > > | line like > > | > > | > > | > > | This is a change from previous - any clues to where > > | this could be re-added. > > > > (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN") > > Also, a good thing to make your HTML files look better is getting the > Tidy program on http://www.w3.org I use tidy so it's easier to do some postprocessing on the HTML files. In theory it should be easy to make framed page for example. At present I use it to add a few HTML/website specific items to the output. Perhaps not the most ideal situation but I want two types of slightly different HTML pages. And by using post processing it's much faster compare to two full run's of jade, etc. Hugo. -- Hugo van der Kooij; Oranje Nassaustraat 16; 3155 VJ Maasland hvdkooij@caiw.nl http://home.kabelfoon.nl/~hvdkooij/ -------------------------------------------------------------- Quoting this tagline is illegal! ( http://www.dtcc.edu/cs/rfc1855.html ) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Toft To: Jorge Godoy Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Mon, 26 Jun 2000 12:26:00 -0000 Message-ID: References: X-SW-Source: 2000-q2/msg00019.html Message-ID: <20000626122600.K-qFJdDtQoi08g-goGH8LLBcuARCwfh7WPzFLQHSwMI@z> On 26 Jun 2000, Jorge Godoy wrote: > Norman Walsh writes: > > > / Peter Toft was heard to say: > > | When I generate HTML from my SGML Docbook source I > > | now get in the top of each file - without any > > | line like > > | > > | > > | > > | This is a change from previous - any clues to where > > | this could be re-added. > > > > (define %html-pubid% "-//W3C//DTD HTML 4.0 Transitional//EN") > > Also, a good thing to make your HTML files look better is getting the > Tidy program on http://www.w3.org > > Tidy is a HTML beautifiers. It makes some corrections (thought they > aren't needed in DocBook generated HTML) to hand written HTML. Have you found a version of tidy which is stable for large SGML->HTML output - I had my problems there... -- Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto "You don't win a battle by asking, `Will we win?' You win it by doing your best to win" - Richard M Stallman ----> Visit http://petition.eurolinux.org <--- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo.van.der.Kooij@caiw.nl To: Peter Toft Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Mon, 26 Jun 2000 15:39:00 -0000 Message-ID: References: X-SW-Source: 2000-q2/msg00020.html Message-ID: <20000626153900.wkM2rfNnNJXmn6mWLCujQv6cV2Mh6A_lOiy72se2bC4@z> On Mon, 26 Jun 2000, Peter Toft wrote: > Have you found a version of tidy which is stable for > large SGML->HTML output - I had my problems there... I tested with files upto 45kB without a glitch. (And tidy had a to tidy a lot on that one. ;-) Hugo. -- Hugo van der Kooij; Oranje Nassaustraat 16; 3155 VJ Maasland hvdkooij@caiw.nl http://home.kabelfoon.nl/~hvdkooij/ -------------------------------------------------------------- Quoting this tagline is illegal! ( http://www.dtcc.edu/cs/rfc1855.html ) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Godoy To: Hugo.van.der.Kooij@caiw.nl Cc: Peter Toft , docbook-tools-discuss@sourceware.cygnus.com Subject: Re: Failing to build jade on Mandrake 7.0 Date: Tue, 27 Jun 2000 09:15:00 -0000 Message-ID: References: X-SW-Source: 2000-q2/msg00021.html Message-ID: <20000627091500.BVG67o31EAKZtPU0vuJs5iQzS2W5leJ8h_4eauZEqzw@z> Hugo.van.der.Kooij@caiw.nl writes: > On Mon, 26 Jun 2000, Peter Toft wrote: > > > Have you found a version of tidy which is stable for > > large SGML->HTML output - I had my problems there... > > I tested with files upto 45kB without a glitch. (And tidy had a to tidy a > lot on that one. ;-) I've tried with files up to 200Kb and it worked ok... Regards, -- Godoy. Departamento de Publicações Publishing Department Conectiva S.A.