From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: Pretest note Date: Tue, 13 Mar 2012 11:46:56 +0100 Message-ID: References: <87lin6zf2x.fsf@gnu.org> <87boo16mrn.fsf@gnu.org> <87aa3kdevf.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1331635676 19435 80.91.229.3 (13 Mar 2012 10:47:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2012 10:47:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 11:47:51 2012 Return-path: Envelope-to: ged-emacs-devel@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 1S7PGg-0001fu-OS for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2012 11:47:50 +0100 Original-Received: from localhost ([::1]:48899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7PGg-0005zG-5n for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2012 06:47:50 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7PGF-0005ua-PQ for emacs-devel@gnu.org; Tue, 13 Mar 2012 06:47:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7PFr-00059T-3Q for emacs-devel@gnu.org; Tue, 13 Mar 2012 06:47:23 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:44959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7PFq-00059L-SK for emacs-devel@gnu.org; Tue, 13 Mar 2012 06:46:59 -0400 Original-Received: by ghrr18 with SMTP id r18so456079ghr.0 for ; Tue, 13 Mar 2012 03:46:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LHdej4BanAZ0QUX/oSZBqOGPMbnVL/Iwzn5vwmeP54I=; b=owB0cVnKrLabbw4jWEPHc+bZGNpDLMlEgZRBx1AFKrwJH8qVcwP8CFZdl+11gpCRjm V7cqkmosX3bYcxQcxXwlAH2F7HNeUtKXD7/WfYT1XC88FS/nVPXqDBy+poUpoxxrHgRZ aM48adjX2g7uYjYzs4qGJjObiSnb3MWH09k0qMgYOIgx4CpPl2uN/yGU4lki548u6D05 bMTcZqKUyPfGzrFgXcmwXrixSjegVUcBwYMa7Gpg6yqw7VY/9Clgl3nw/eBZrpWqpy4L /fbRmNSdoVVXdQCKKYvxhoecGiYno4qymWulxttcxauRH1+YJWnsIEhWIcL85ZxTtEL2 pvWQ== Original-Received: by 10.50.154.170 with SMTP id vp10mr3868626igb.32.1331635616890; Tue, 13 Mar 2012 03:46:56 -0700 (PDT) Original-Received: by 10.50.111.132 with HTTP; Tue, 13 Mar 2012 03:46:56 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149008 Archived-At: shared libs used by my --with-ns emacs build: $ otool -L Emacs: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1138.32.0) /usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current version 46.1.0) /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0) /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 53.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 635.19.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 41.0.0) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 833.24.0)