is there some way to build with out sgmltools ?
running sgmltools -b ps gdam.tmp.ps.sgml
Can't exec "sgmltools": No such file or directory at
./render-gdamps line 45, <SGML> line 9220.
error running sgmltools -b ps gdam.tmp.ps.sgml at
./render-gdamps line 46, <SGML> line 9220.
make[1]: *** [gdam.ps] Error 2
make[1]: Leaving directory
`/usr/src/redhat/BUILD/gdam-0.941/doc'
make: *** [build-ps-doc] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.74614
(%build)
because I'm having some trouble building sgmltools
it appears to be pretty old c++ code. :
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_HAVE_SOCKET=1
-DSP_MULTI_BYTE=1
-DSGML_CATALOG_FILES_DEFAULT=\&quot;/etc/sgml/catalog\&quot; -c
-fPIC -DPIC CharsetInfo.cxx
In file included from ../include/CharsetInfo.h:11,
from CharsetInfo.cxx:8:
../include/Vector.h: In instantiation of
`Vector<RangeMapRange<WideChar, UnivChar> >':
../include/RangeMap.h:27: instantiated from
`RangeMap<WideChar, UnivChar>'
../include/UnivCharsetDesc.h:73: instantiated from
here
../include/Vector.h:50: `T&
Vector<T>::operator[](unsigned int) [with T =
RangeMapRange<WideChar, UnivChar>]' has already been
declared in
`Vector<RangeMapRange<WideChar, UnivChar> >'
../include/Vector.h:52: `T* Vector<T>::begin() [with T
=
RangeMapRange<WideChar, UnivChar>]' has already been
declared in
`Vector<RangeMapRange<WideChar, UnivChar> >'
../include/Vector.h:54: `T& Vector<T>::back() [with T =
RangeMapRange<WideChar, UnivChar>]' has already been
declared in `Vector<RangeMapRange<WideChar,
UnivChar> >'
Logged In: NO
Me too :( Same problem on mandrake.
sgmltools was apparently superceded by sgmltools-lite some
time ago, and unearthing a working sgmltools is proving
impossible.
Incidentally I only need to build it myself because the gdam-
alsa-plugins-0.942-1.i386.rpm depends on libasound.so.1
(now superceded by libasound.so.2.0.0)