Hello,
On Jul 5 04:32 Mogens J?ger wrote (shortened):
> The LaTeX is installed, but I can't find the makeindex as a part of SuSE.
> In the file doc/Makefile I have these two lines:
> LATEX = TEXINPUTS=$(srcdir):$$TEXINPUTS /usr/bin/latex
> MAKEINDEX = /usr/bin/makeindex
To find programs (or whatever files or RPM info) there is
a ARCHIVES.gz file on our first CD (od DVD):
zgrep '/usr/bin/makeindex' ARCHIVES.gz
results:
...tetex...rpm: ... /usr/bin/makeindex ...
so that it is in the tetex package.
I assume this package and probably several other dependent
required packages are missing in your build system.
See our source RPM spec file what is in particular required
(except the usual development stuff like gcc/make/...)
to build SANE:
-----------------------------------------------------------------
BuildRequires: libgphoto2 libieee1284 libjpeg-devel
libpng net-snmp-devel pkgconfig te_ams te_latex
-----------------------------------------------------------------
Install those packages with YaST to make sure all dependent
required packages are also installed.
Kind Regards
Johannes Meixner
--
SUSE LINUX Products GmbH, Maxfeldstrasse 5 Mail: [email protected]
90409 Nuernberg, Germany WWW: http://www.suse.de/
From [email protected] Wed Jul 5 12:58:30 2006
From: [email protected] (=?ISO-8859-1?Q?Mogens_J=E6ger?=)
Date: Wed Jul 5 12:58:37 2006
Subject: [sane-devel] Cant install the 18-version
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
Message-ID: <[email protected]>
Olaf Meeuwissen wrote:
> >snip<
>
>As I pointed out in a separate mail, this is probably caused by
>missing latex and/or makeindex programs.
>
>
Sorry but no - all are installed
>snip<
>
>Seconded ;-)
># Although I don't want to imagine the breakage that will likely be
># caused by a 32->64 bit change ...
>
>Hope this helps,
>
>
Yes - conclusion must be a problem with the "32->64 bit change ..."
Thanks