From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emacs-21.4a.tar Date: Fri, 01 Sep 2006 12:26:59 +0300 Message-ID: References: <5d6eced90608302149r4dff3294o6847fe25e0baf07a@mail.gmail.com> <5d6eced90609010204v335b70bkdd7a4b9c94980518@mail.gmail.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1157102852 18084 80.91.229.2 (1 Sep 2006 09:27:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 09:27:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 01 11:27:30 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJ5Ix-0007B9-BD for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 11:27:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ5Iw-00059M-Pq for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 05:27:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJ5Ik-00058B-TP for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 05:27:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJ5Ij-00057R-HG for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 05:27:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJ5Ij-00057O-9L for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 05:27:01 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJ5SX-0003lg-O3 for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 05:37:09 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-31-5.inter.net.il [80.230.31.5]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id ENS26519 (AUTH halo1); Fri, 1 Sep 2006 12:26:59 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <5d6eced90609010204v335b70bkdd7a4b9c94980518@mail.gmail.com> (arun.chellam@gmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37102 Archived-At: > Date: Fri, 1 Sep 2006 14:34:43 +0530 > From: "Arun kumar" > > I downloaded the emacs-21.4, untared it nad tried to configure by using $ > ./configure.But i got the below error"*configure: error: can not find > sources in . or .." * > . Plz let me know about it .. It looks for the file src/lisp.h. Do you have it? If not, something went wrong during unpacking. If the file src/lisp.h does exist, try this command instead: /path/to/emacs-dir/configure --srcdir=/path/to/emacs-dir where /path/to/emacs-dir is the absolute file name of the directory created by unpacking the Emacs distribution. If that doesn't work either, post here the contents of the file config.log.