From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Fwd: Correct Paths to Emacs C Sources after Installation Date: Mon, 3 Nov 2014 22:31:15 +0100 Message-ID: References: <834mugvw5w.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1415050307 6662 80.91.229.3 (3 Nov 2014 21:31:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2014 21:31:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 03 22:31:40 2014 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 1XlPDw-0008EU-CJ for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2014 22:31:40 +0100 Original-Received: from localhost ([::1]:37449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlPDv-0004R2-Hc for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2014 16:31:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlPDb-0004OD-9u for help-gnu-emacs@gnu.org; Mon, 03 Nov 2014 16:31:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlPDZ-0005X4-Gv for help-gnu-emacs@gnu.org; Mon, 03 Nov 2014 16:31:19 -0500 Original-Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:41472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlPDZ-0005Wh-7X for help-gnu-emacs@gnu.org; Mon, 03 Nov 2014 16:31:17 -0500 Original-Received: by mail-la0-f51.google.com with SMTP id q1so10324712lam.38 for ; Mon, 03 Nov 2014 13:31:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1DPJT68+Etho8EmsREtRyPaxbU2f4B1INahVU/iSo8I=; b=KIBx78o6rmIpx37O7NXL9+w0px7dmvvN29XygE8S0NJl7gOCC4G6GKA5DT6Ip8uWdS vQIhLvutl4eS5WZuyXwBGQTQEa9k0KspQleeKvEcJ49UrEfidYVwwfa0nV6bU2MROgdA GiUpuVYIqEq1+uEhxMcu3bcyXr0NOLvi5+XSzBgakOFCYhznXxcgFTsRnbx61BR1Q6lb kCJQaCfqo1mMt3Wv1pMVz287zn3u2vs1TKbt5Xbidwtbn1sURNjDdCob0ivYLws3Y7X1 2JimX3mc+qQHVK3V6Fsul19XBeZ01Q5M9EOml34lNc2QgQO167EmDPokfpYBlsEKy9FW ekZQ== X-Received: by 10.152.43.197 with SMTP id y5mr54866479lal.82.1415050275670; Mon, 03 Nov 2014 13:31:15 -0800 (PST) Original-Received: by 10.112.202.106 with HTTP; Mon, 3 Nov 2014 13:31:15 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:100701 Archived-At: Wouldn't it be safer to patch: Vsource_directory = Fexpand_file_name (build_string ("../"), Fcar (decode_env_path (0, PATH_DUMPLOADSEARCH, 0))); into something that will expand the path from the Emacs executable + "../src/emacs" at run time? And possibly ask build system to copy sources there.