From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10617 invoked from network); 19 Aug 2004 14:57:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Aug 2004 14:57:34 -0000 Received: (qmail 60770 invoked from network); 19 Aug 2004 14:57:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Aug 2004 14:57:28 -0000 Received: (qmail 26472 invoked by alias); 19 Aug 2004 14:50:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20275 Received: (qmail 26452 invoked from network); 19 Aug 2004 14:50:36 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 19 Aug 2004 14:50:36 -0000 Received: (qmail 56019 invoked from network); 19 Aug 2004 14:48:38 -0000 Received: from unknown (HELO moonbase.zanshin.com) (167.160.213.139) by a.mx.sunsite.dk with SMTP; 19 Aug 2004 14:48:35 -0000 Received: from toltec.zanshin.com (toltec.zanshin.com [64.84.47.166]) by moonbase.zanshin.com (8.12.11/8.12.11) with ESMTP id i7JEmV12005534; Thu, 19 Aug 2004 07:48:31 -0700 Date: Thu, 19 Aug 2004 07:48:31 -0700 (PDT) From: Bart Schaefer Reply-To: zsh-workers@sunsite.dk To: zsh-workers@sunsite.dk cc: Denis Lagno Subject: Re: history probs, build probs In-Reply-To: <200408190657.i7J6v3Oj007307@flamante.gado> Message-ID: References: <200408190657.i7J6v3Oj007307@flamante.gado> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.9 required=6.0 tests=BAYES_10 autolearn=no version=2.63 X-Spam-Hits: -0.9 On Thu, 19 Aug 2004, Denis Lagno wrote: > I have problems building it, both with GNU make or BSD make: > > $ ./Util/preconfig > cd . && ./.preconfig > > $ ./configure > configuring for zsh 4.2.1-dev-1 [...] > See config.modules for installed modules and functions. > > $ gmake > gmake[1]: Entering directory `/volatile/worksrc/zsh/Src' > cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod > creating Src/Makemod.in > config.status: creating Src/Makemod So far so good, but at this point you should have seen something like: ------ creating Src/Builtins/Makefile.in config.status: creating Src/Builtins/Makefile creating Src/Modules/Makefile.in config.status: creating Src/Modules/Makefile creating Src/Zle/Makefile.in config.status: creating Src/Zle/Makefile gawk -f ./signames1.awk /usr/include/bits/signum.h >sigtmp.c gcc -E sigtmp.c >sigtmp.out gawk -f ./signames2.awk sigtmp.out > signames.c rm -f sigtmp.c sigtmp.out grep 'define.*SIGCOUNT' signames.c > sigcount.h gawk -f ../Src/makepro.awk signames.c Src > signames.syms (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < signames.syms) \ > signames.epro (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < signames.syms) \ > `echo signames.epro | sed 's/\.epro$/.pro/'` Updated `zsh.mdh'. Updated `rlimits.mdh'. Updated `sched.mdh'. Updated `datetime.mdh'. Updated `langinfo.mdh'. Updated `parameter.mdh'. Updated `termcap.mdh'. Updated `zle.mdh'. Updated `complete.mdh'. Updated `zutil.mdh'. Updated `compctl.mdh'. Updated `complist.mdh'. Updated `computil.mdh'. Updated `zleparameter.mdh'. ------ I suggest you examine config.log in an effort to determine why those steps were not completed.