Thanks for the previous reply. I'm checking into reinstalling gcc to
correct kstat.h and meanwhile I try to install same xemacs version on sun
solaris too. This time I receive makeinfo :not found error messages as I
will paste below. How can I obtain makeinfo. Thank you.
gcc -v output:
-----------------------------------------------
yildirim> gcc -v
Reading specs from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs
gcc version 2.95.2 19991024 (release)
------------------------------------------------
make errors I receive:
-----------------------------------------------
Recompiling in /usr/users/students/yildirim/xemacs-21.1.14
with /usr/users/students/yildirim/xemacs-21.1.14/src/xemacs...
Cleaning out of date .elcs in directory `lisp'...
Cleaning out of date .elcs in directory `lisp'...done
Deleting .elc files without .el files... done.
Checking for Mule support... No
Compiling files without .elc...
Compiling files without .elc... Done
cd /usr/users/students/yildirim/xemacs-21.1.14/man && make CC='gcc'
CFLAGS='-g -O3 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' info
makeinfo cl.texi -o ../info/cl.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo custom.texi -o ../info/custom.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo external-widget.texi -o ../info/external-widget.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo info.texi -o ../info/info.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo standards.texi -o ../info/standards.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo term.texi -o ../info/term.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo termcap.texi -o ../info/termcap.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo texinfo.texi -o ../info/texinfo.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo widget.texi -o ../info/widget.info
sh: makeinfo: not found
*** Error code 1 (ignored)
makeinfo xemacs-faq.texi -o ../info/xemacs-faq.info
sh: makeinfo: not found
*** Error code 1 (ignored)
for d in xemacs lispref new-users-guide internals ; do (cd ./$d && make
MAKEINFO='makeinfo' TEXI2DVI='texi2dvi' info) ; done
makeinfo -o ../../info/xemacs.info xemacs.texi
sh: makeinfo: not found
*** Error code 1
make: Fatal error: Command failed for target `../../info/xemacs.info'
Current working directory
/usr/users/students/yildirim/xemacs-21.1.14/man/xemacs
makeinfo -o ../../info/lispref.info lispref.texi
sh: makeinfo: not found
*** Error code 1
make: Fatal error: Command failed for target `../../info/lispref.info'
Current working directory
/usr/users/students/yildirim/xemacs-21.1.14/man/lispref
makeinfo -o ../../info/new-users-guide.info new-users-guide.texi
sh: makeinfo: not found
*** Error code 1
make: Fatal error: Command failed for target
`../../info/new-users-guide.info'
Current working directory
/usr/users/students/yildirim/xemacs-21.1.14/man/new-users-guide
Expect a coredump if you are not using makeinfo 1.68 (or later)
makeinfo internals.texi
sh: makeinfo: not found
*** Error code 1
make: Fatal error: Command failed for target `../../info/internals.info'
Current working directory
/usr/users/students/yildirim/xemacs-21.1.14/man/internals
*** Error code 1 (ignored)
----------------------------------------------
On Tue, 14 Aug 2001, Robert Pluim wrote:
Stephen J. Turnbull writes:
> >>>>> "Sule" == Sule Yildirim
<yildirim(a)ube.ege.edu.tr> writes:
>
> Sule> I'm installing 21.1.14 currently. I get errors. Output of
> Sule> "gcc -v" is:
>
> Sule> gcc -c -g -O3 -Wall -Wno-switch -Demacs -I. -DHAVE_CONFIG_H
getloadavg.c
> Sule> In file included from /usr/include/kstat.h:11,
> Sule> from getloadavg.c:118:
> Sule> /usr/include/sys/kstat.h:52: parse error before `hrtime_t'
> Sule> /usr/include/sys/kstat.h:52: warning: no semicolon at end of struct
or
> union
>
> Looks to me like your /usr/include/sys/kstat.h is broken. Check that
> that file is correct and correctly installed. It looks from the error
> messages that the structure _before_ struct hrtime_t has a typo in it.
He's also using gcc-2.96, which I believe is, uhm, "deprecated" (I
think that's the most polite way of putting it) by the gcc team, since
RedHat should never have shipped it, and it's broken.
Robert
--