From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yagnesh Raghava Yakkala Newsgroups: gmane.emacs.help Subject: Re: el-get gnuplot-mode.rcp won't compile Date: Sun, 11 Aug 2013 05:14:31 +0900 Message-ID: <874naxfgm0.fsf@yagnesh.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1376165712 16582 80.91.229.3 (10 Aug 2013 20:15:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Aug 2013 20:15:12 +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 Aug 10 22:15:15 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V8FZC-0004iv-RS for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Aug 2013 22:15:14 +0200 Original-Received: from localhost ([::1]:43410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8FZC-0006bk-CE for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Aug 2013 16:15:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8FYw-0006WG-3V for help-gnu-emacs@gnu.org; Sat, 10 Aug 2013 16:15:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8FYl-00026Q-TA for help-gnu-emacs@gnu.org; Sat, 10 Aug 2013 16:14:58 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8FYl-00026G-MP for help-gnu-emacs@gnu.org; Sat, 10 Aug 2013 16:14:47 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V8FYj-0004Ny-1X for help-gnu-emacs@gnu.org; Sat, 10 Aug 2013 22:14:45 +0200 Original-Received: from sealion.lowtem.hokudai.ac.jp ([133.87.217.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Aug 2013 22:14:45 +0200 Original-Received: from hi by sealion.lowtem.hokudai.ac.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Aug 2013 22:14:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sealion.lowtem.hokudai.ac.jp User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:uhhmFQpqPBMmXmihbyxVrwjAI1c= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92815 Archived-At: Hello Andreas, Some thing very strange going on with autotools which I don't understand. Anyway, as you already pointed out, running "automake --add-missing" command solves the problem, you can simply ask el-get to run that command for you. place the following snippet in your init.el --8<---------------cut here---------------start------------->8--- (setq my-custom-packages '((:name gnuplot-mode :description "Drive gnuplot from within emacs" :type github :pkgname "bruceravel/gnuplot-mode" :build `(("aclocal && autoconf") ("./configure") ("automake --add-missing") ("make" ,(concat "EMACS=" el-get-emacs) "gnuplot.elc" "gnuplot-gui.elc")) :info "gnuplot.info") ;; other custom packages goes here. )) (el-get 'sync (mapcar 'el-get-source-name my-custom-packages)) --8<---------------cut here---------------end--------------->8--- HTH, -- ఎందరో మహానుభావులు అందరికి వందనములు. YYR