Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: problems installing zsh on x86



>Sweth Chandramouli wrote:
>>make[1]: *** [builtin.o] Error 1
>>make[1]: Leaving directory `/export/home/users/sweth/zsh/Src'
>>make: *** [Src] Error 2
>
>What was the error message that appeared just before this?
>
>-zefram

	here is the full transcript of that attempt:

/export/home/users/sweth/zsh: make
cd Src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall
-Wno-im
plicit -Wmissing-prototypes -O2' LDFLAGS='' LIBS='-lnsl  -ltermcap'
prefix='/usr
/local' exec_prefix='/usr/local' bindir='/usr/local/bin'
infodir='/usr/local/inf
o' mandir='/usr/local/man' manext='1'
make[1]: Entering directory `/export/home/users/sweth/zsh/Src'
gcc -c -I.. -I. -I.  -DHAVE_CONFIG_H -Wall -Wno-implicit
-Wmissing-prototypes -O
2 builtin.c
In file included from ./system.h:64, from zsh.h:36, from builtin.c:32:
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:231:
parse err
or before `#'
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h: In
function `
stat':
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:234:
declarati
on for parameter `___buf' but no such parameter
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:233:
declarati
on for parameter `___path' but no such parameter
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:236: argument
`___buf' doesn't match prototype
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:178:
prototype
 declaration
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:236: argument
`___path' doesn't match prototype
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:178:
prototype
 declaration
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h: At top
level:
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:244:
parse err
or before `#'
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h: In
function `
lstat':
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:247:
declarati
on for parameter `___buf' but no such parameter
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:246:
declarati
on for parameter `___path' but no such parameter
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:249: argument
`___buf' doesn't match prototype
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:181:
prototype
 declaration
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:249: argument
`___path' doesn't match prototype
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:181:
prototype
 declaration
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h: At top
level:
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:256:
parse err
or before `#'
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h: In
function `
fstat':
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:259:
declarati
on for parameter `___buf' but no such parameter
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:258:
declarati
on for parameter `___fd' but no such parameter
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:261: argument
`___buf' doesn't match prototype
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:177:
prototype
 declaration
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:261: argument
`___fd' doesn't match prototype
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:177:
prototype
 declaration
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h: At top
level:
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:270:
conflicti
ng types for `mknod'
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:182: previous
declaration of `mknod'
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h: In
function `
mknod':
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:270: parm
type
s given both in parmlist and separately
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:274:
`_mode' u
ndeclared (first use this function)
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:274:
(Each und
eclared identifier is reported only once
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:274: for each
function it appears in.)
/usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:274:
`_dev' un
declared (first use this function)
make[1]: *** [builtin.o] Error 1
make[1]: Leaving directory `/export/home/users/sweth/zsh/Src'
make: *** [Src] Error 2




Messages sorted by: Reverse Date, Date, Thread, Author