zsh-users
 help / color / mirror / code / Atom feed
* Compile error
@ 2001-07-02  7:33 Ken Moorley
  0 siblings, 0 replies; 3+ messages in thread
From: Ken Moorley @ 2001-07-02  7:33 UTC (permalink / raw)
  To: zsh Users

zsh version               : 4.0.2
host operating system     : i686-pc-sco3.2v5.0.5
source code location      : .
compiler                  : gcc
preprocessor flags        :
executable compiler flags
: -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O
2
executable linker flags   :   -s
library flags             : -lsocket -ldl -ltermcap -lm  -lc
installation basename     : zsh
binary install path       : /usr/local/bin
man page install path     : /usr/local/man
info install path         : /usr/local/info
functions install path    : /usr/local/share/zsh/4.0.2/functions
See config.modules for installed modules and functions.

creating Config/defs.mk
creating Makefile
creating Doc/Makefile
creating Etc/Makefile
creating Src/Makefile
creating Test/Makefile
creating config.h
config.h is unchanged


Would some one please help with the following compile error:-

gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototype
s -O
2  -o builtin.o builtin.c
In file included from builtin.c:30:
zsh.mdh:15: sigcount.h: No such file or directory
In file included from builtin.c:30:
zsh.mdh:30: builtin.epro: No such file or directory
zsh.mdh:31: compat.epro: No such file or directory
zsh.mdh:32: cond.epro: No such file or directory
zsh.mdh:33: exec.epro: No such file or directory
zsh.mdh:34: glob.epro: No such file or directory
zsh.mdh:35: hashtable.epro: No such file or directory
zsh.mdh:36: hist.epro: No such file or directory
zsh.mdh:37: init.epro: No such file or directory
zsh.mdh:38: input.epro: No such file or directory
zsh.mdh:39: jobs.epro: No such file or directory
zsh.mdh:40: lex.epro: No such file or directory
zsh.mdh:41: linklist.epro: No such file or directory
zsh.mdh:42: loop.epro: No such file or directory
zsh.mdh:43: math.epro: No such file or directory
zsh.mdh:44: mem.epro: No such file or directory
zsh.mdh:45: module.epro: No such file or directory
zsh.mdh:46: options.epro: No such file or directory
zsh.mdh:47: params.epro: No such file or directory
zsh.mdh:48: parse.epro: No such file or directory
zsh.mdh:49: pattern.epro: No such file or directory
zsh.mdh:50: prompt.epro: No such file or directory
zsh.mdh:51: signals.epro: No such file or directory
zsh.mdh:52: signames.epro: No such file or directory
zsh.mdh:53: string.epro: No such file or directory
zsh.mdh:54: subst.epro: No such file or directory
zsh.mdh:55: text.epro: No such file or directory
zsh.mdh:56: utils.epro: No such file or directory
zsh.mdh:57: watch.epro: No such file or directory
builtin.c:31: builtin.pro: No such file or directory
make[2]: *** [builtin.o] Error 1
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.2/Src'
make[1]: *** [modobjs] Error 2
make[1]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.2/Src'
make: *** [all] Error 1



Regards,

Ken Moorley
Computer Management Services
Tel: 02 9488 5759
Fax: 02 9488 5770
Email: kmoorley@cms.aust.com
WWW: www.cms-sols.com.au


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compile error
  2000-04-26  1:28 Ken Moorley
@ 2000-04-26  8:10 ` Stefan Berglund
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Berglund @ 2000-04-26  8:10 UTC (permalink / raw)
  To: zsh Users

On Wed, Apr 26, 2000 at 11:28:05AM +1000, Ken Moorley wrote:
> Would someone please help with the following compile error:-
> 
> zsh configuration
> -----------------
> zsh version               : 3.1.6
> host operating system     : sparc-sun-solaris2.6
> source code location      : .
> compiler                  : gcc version 2.7.2.3

My guess is that it's the compilers fault. I have seen very strange
things happen with gcc 2.7.2 at Solaris 2.5.1 and later if the
compiler has been built on an older OS release.
I have built zsh 3.1.6 with gcc 2.95.2 on sparc/Solaris 2.6/7 without
trouble.

-- 
Stefan Berglund                    | sbl@dd.chalmers.se
Life - the ultimate practical joke |   pgp key available from keyservers


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Compile error
@ 2000-04-26  1:28 Ken Moorley
  2000-04-26  8:10 ` Stefan Berglund
  0 siblings, 1 reply; 3+ messages in thread
From: Ken Moorley @ 2000-04-26  1:28 UTC (permalink / raw)
  To: zsh Users

Would someone please help with the following compile error:-

zsh configuration
-----------------
zsh version               : 3.1.6
host operating system     : sparc-sun-solaris2.6
source code location      : .
compiler                  : gcc version 2.7.2.3
preprocessor flags        : -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
executable compiler flags :  -Wall -Wno-implicit -Wmissing-prototypes -O2
module compiler flags
    :  -Wall -Wno-implicit -Wmissing-prototypes -O2 -fpic
executable linker flags   :   -s
module linker flags       :   -s -G
library flags             : -lsocket -ldl -lnsl -ltermcap -lc
binary install path       : /usr/local/bin
man page install path     : /usr/local/man
info install path         : /usr/local/info
functions install path    : /usr/local/share/zsh/functions
installed functions       : Core/* Base/* Builtins/* User/* Commands/* Zle/*
Zft
p/*


Updated `complist.mdh'.
Updated `deltochar.mdh'.
echo 'timestamp for deltochar.mdh against deltochar.mdd' > deltochar.mdhs
nawk -f ../../Src/makepro.awk deltochar.c Src/Zle > deltochar.pro
Updated `deltochar.mdh'.
rm -f stamp-modobjs.tmp
gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -Wall 
-Wno
-implicit -Wmissing-prototypes -O2  -o builtin.o builtin.c
In file included from /usr/include/sys/wait.h:24,
                 from system.h:232,
                 from zsh.mdh:6,
                 from builtin.c:30:
/usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside
para
meter list
/usr/include/sys/resource.h:148: warning: its scope is only this definition
or d
eclaration,
/usr/include/sys/resource.h:148: warning: which is probably not what you
want.
/usr/include/sys/resource.h:149: warning: `struct rlimit64' declared inside
para
meter list
builtin.c: In function `bin_cd':
builtin.c:714: invalid operands to binary !=
builtin.c: In function `bin_fc':
builtin.c:1271: warning: assignment makes pointer from integer without a
cast
builtin.c: In function `bin_print':
builtin.c:2735: warning: assignment makes pointer from integer without a
cast
*** Error code 1
make: Fatal error: Command failed for target `builtin.o'
Current working directory /export/home/ken/src/zsh/zsh-3.1.6/Src
*** Error code 1
make: Fatal error: Command failed for target `modobjs'
Current working directory /export/home/ken/src/zsh/zsh-3.1.6/Src
*** Error code 1
make: Fatal error: Command failed for target `all'



Regards,

Ken Moorley
Computer Management Services
Tel: 02 9488 5759
Fax: 02 9488 5770
Email: kmoorley@cms.aust.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-02  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-02  7:33 Compile error Ken Moorley
  -- strict thread matches above, loose matches on Subject: below --
2000-04-26  1:28 Ken Moorley
2000-04-26  8:10 ` Stefan Berglund

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).