From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Doctor Who" Newsgroups: gmane.emacs.help Subject: Problem building emacs from CVS Date: Fri, 18 Jul 2008 12:30:20 -0400 Message-ID: <4b75340e0807180930x4d329c57h40ae4cc5681ea7d8@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216429550 23335 80.91.229.12 (19 Jul 2008 01:05:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jul 2008 01:05:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 19 03:06:39 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KK0uD-0002ZH-Fq for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jul 2008 03:06:37 +0200 Original-Received: from localhost ([127.0.0.1]:51793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KK0tK-00080c-IK for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jul 2008 21:05:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJsqf-00085P-P1 for help-gnu-emacs@gnu.org; Fri, 18 Jul 2008 12:30:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJsqd-00084C-LX for help-gnu-emacs@gnu.org; Fri, 18 Jul 2008 12:30:24 -0400 Original-Received: from [199.232.76.173] (port=53880 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJsqd-000845-He for help-gnu-emacs@gnu.org; Fri, 18 Jul 2008 12:30:23 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.233]:38781) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJsqc-0000Pp-Mv for help-gnu-emacs@gnu.org; Fri, 18 Jul 2008 12:30:23 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h28so231277wxd.24 for ; Fri, 18 Jul 2008 09:30:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=nfi5mWvftqD0YC0TdJnzN2BlNvNtOr7ga9ZTY25uEa0=; b=kQkWy4geWBhxPswlGP9bTCp3G1Mz24maVstqwh+9sLEj7FPTM72pEKHrWDnDpftB/K EOy3n+QU/FA9qiKJLkiVvAyKacpA35+otbsQRWDYMM882sMRToclN9YYEbp2i0ptRYZp Sf3a9zxkorJS9jGJut8Ls/WjQ68Fd0iKur6MA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=EuE5r6m6XyRmgzbv0A48NbOgfIA+HZhMDhoPDpuTjTHmHHzGrlbtFou522JItTIO/0 M+8UhmpReuiTniRwQKu5eKjm1eb0S8X883avoazTiCq2rLh/YIcJ6o64pgSiRNxjCHE4 5e9xqROGZOnJej8/PjOHvOsn0g+dKdSoDa1ak= Original-Received: by 10.70.44.18 with SMTP id r18mr329726wxr.60.1216398621106; Fri, 18 Jul 2008 09:30:21 -0700 (PDT) Original-Received: by 10.70.61.4 with HTTP; Fri, 18 Jul 2008 09:30:20 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 18 Jul 2008 21:01:14 -0400 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:55714 Archived-At: I'm attempting to build xftgnuemacs from CVS on an openSUSE 11.0 machine and getting the following during 'make bootstrap': make[2]: *** No rule to make target `/home/trey/xftgnuemacs/emacs/lisp/org/org-agenda.elc', needed by `compile-main'. Stop. To provide some context to recreate, I have performed the following: 1) cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co -r emacs-unicode-2 emacs 2) cd into the emacs directory and run: cvs update -A 3) ./configure --with-x-toolkit --with-xft 4) make bootstrap It is during step 4) above that I'm getting the error. I can provide any additional info that would be helpful. Thanks!