From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Maftei Newsgroups: gmane.emacs.help Subject: emacs compiled with --with-ns doesn't find installed libraries Date: Sat, 14 Jul 2012 23:23:45 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9d24d30970e3504c4d1a777 X-Trace: dough.gmane.org 1342309384 1521 80.91.229.3 (14 Jul 2012 23:43:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2012 23:43:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 15 01:43:03 2012 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 1SqBzJ-0004tU-W7 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Jul 2012 01:43:02 +0200 Original-Received: from localhost ([::1]:38485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqBzJ-0003aH-B2 for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Jul 2012 19:43:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqAkx-0008Mt-CC for help-gnu-emacs@gnu.org; Sat, 14 Jul 2012 18:24:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqAkw-0002fo-Bz for help-gnu-emacs@gnu.org; Sat, 14 Jul 2012 18:24:07 -0400 Original-Received: from mail-vc0-f169.google.com ([209.85.220.169]:56238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqAkw-0002ej-8E for help-gnu-emacs@gnu.org; Sat, 14 Jul 2012 18:24:06 -0400 Original-Received: by mail-vc0-f169.google.com with SMTP id fl10so3604956vcb.0 for ; Sat, 14 Jul 2012 15:24:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ltPbGObjvzQ6UgLcxK6QZiUC99iUtCH+eB3cx9tKk4k=; b=04TP1Tm93Cmkg1EADQAU5SQwn0LL29XdMqCQ4DbJEQhoHNhqJACpkikJqQqh/Z4Wqj DqJM8XkU5dKmR/K0hPuyiNe/Z4ug4Oq+U3qWYbyTht+fmvr1JbP4oaXIQI2ZcXDo23/r L2e8xhl3M2bu7jSQ2oaNDhfzaCVYxJ1iH2fyV01PrgHRTAyX1FedDSU0Pces8wDv4Exu cmYz2lZ9Q8loQ1BKT7pcAY/00R+cGCtOz1cpGxQBPx53Ip+P54IExgFg//YzWxVSWgmd V0U18iV9A8UVuAOuNPoObenA+bST7U/uGCNIO8ucJw8+sW9WUQtpcerLNGnsSrt9BK6N EWqg== Original-Received: by 10.220.220.203 with SMTP id hz11mr2518636vcb.41.1342304645746; Sat, 14 Jul 2012 15:24:05 -0700 (PDT) Original-Received: by 10.58.187.197 with HTTP; Sat, 14 Jul 2012 15:23:45 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.169 X-Mailman-Approved-At: Sat, 14 Jul 2012 19:42:50 -0400 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:85853 Archived-At: --14dae9d24d30970e3504c4d1a777 Content-Type: text/plain; charset=UTF-8 I compile GNU emacs 24.1.1 for X and it finds most of my installed image libraries (png, gif, jpeg), at /usr/local. If I compile with --with-ns, it does not find any of them. However, I can nevertheless view, e.g., .png files in emacs.app. Should I be worried that the configure script says it couldn't find these libraries? If it matters, all the libraries I've mentioned were installed using homebrew, and thus all headers and lib files and executables are symlinks to /usr/local/Cellar/ Another oddity is that neither configure script finds my dbus installation, which is at /usr/local like all my image libraries. When I was using macports, dbus was found. Has anyone experienced this, or know how I can get the configure script to locate dbus? Thanks Dan --14dae9d24d30970e3504c4d1a777 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I compile GNU emacs 24.1.1 for X and it finds most of my installed image li= braries (png, gif, jpeg), at /usr/local.

If I compile wi= th --with-ns, it does not find any of them. However, I can nevertheless vie= w, e.g., .png files in emacs.app. Should I be worried that the configure sc= ript says it couldn't find these libraries?

If it matters, all the libraries I've mentione= d were installed using homebrew, and thus all headers and lib files and exe= cutables are symlinks to /usr/local/Cellar/<library-name>

Another oddity is that neither configure script finds m= y dbus installation, which is at /usr/local like all my image libraries. Wh= en I was using macports, dbus was found. Has anyone experienced this, or kn= ow how I can get the configure script to locate dbus?

Thanks
Dan
--14dae9d24d30970e3504c4d1a777--