From unknown Sun Jun 22 11:48:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#5921 <5921@debbugs.gnu.org> To: bug#5921 <5921@debbugs.gnu.org> Subject: Status: /sw and /opt/local on OSX Reply-To: bug#5921 <5921@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:48:28 +0000 retitle 5921 /sw and /opt/local on OSX reassign 5921 emacs,ns submitter 5921 Markus Triska severity 5921 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 10 04:10:24 2010 Received: (at submit) by debbugs.gnu.org; 10 Apr 2010 08:10:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0Vln-0006OU-MM for submit@debbugs.gnu.org; Sat, 10 Apr 2010 04:10:23 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0Vlk-0006OP-Mc for submit@debbugs.gnu.org; Sat, 10 Apr 2010 04:10:21 -0400 Received: from lists.gnu.org ([199.232.76.165]:41000) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1O0Vlh-0004ms-By for submit@debbugs.gnu.org; Sat, 10 Apr 2010 04:10:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0Vlg-0001hV-Pc for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2010 04:10:16 -0400 Received: from [140.186.70.92] (port=52711 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0Vlc-0001eY-Mk for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2010 04:10:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0Vla-0007iD-SL for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2010 04:10:12 -0400 Received: from mail.gmx.net ([213.165.64.20]:36372) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O0Vla-0007hj-Dy for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2010 04:10:10 -0400 Received: (qmail invoked by alias); 10 Apr 2010 08:10:07 -0000 Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-imac.local) [62.178.240.212] by mail.gmx.net (mp028) with SMTP; 10 Apr 2010 10:10:07 +0200 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX19Ib4hKColIcyrSyCeUomBU9laRjJBkMqq7R4/N9q AX9pSFKz1f7+Kq Received: by mt-imac.local (Postfix, from userid 501) id 9BE88562740; Sat, 10 Apr 2010 10:10:06 +0200 (CEST) From: Markus Triska To: bug-gnu-emacs@gnu.org Subject: 23.1; OSX: Emacs 23.1.95 pretest does not compile Date: Sat, 10 Apr 2010 10:10:06 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.52000000000000002 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) On OSX 10.4 with macports installed, I used: $./configure CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib and Emacs fails to compile with: xsettings.c: In function 'parse_xft_settings': xsettings.c:323: error: 'FC_HINT_NONE' undeclared (first use in this function) xsettings.c:323: error: (Each undeclared identifier is reported only once xsettings.c:323: error: for each function it appears in.) xsettings.c:325: error: 'FC_HINT_SLIGHT' undeclared (first use in this function) xsettings.c:327: error: 'FC_HINT_MEDIUM' undeclared (first use in this function) xsettings.c:329: error: 'FC_HINT_FULL' undeclared (first use in this function) xsettings.c: In function 'apply_xft_settings': xsettings.c:424: error: 'FC_HINT_STYLE' undeclared (first use in this function) apparently because (old) /usr/X11R6/include include files are still picked up with priority by the eventually used flags: gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/mt/emacs-23.1.95/src -I/usr/X11R6/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/opt/local/include -I/opt/local/include/freetype2 -Dtemacs -I/opt/local/include/librsvg-2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -MMD -MF deps/xsettings.d xsettings.c When I reorder ALL_CFLAGS in src/Makefile to place -I/usr/X11R6/include at the end, Emacs compiles. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 10 09:06:59 2010 Received: (at 5921) by debbugs.gnu.org; 10 Apr 2010 13:06:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0aOo-0000T9-Tk for submit@debbugs.gnu.org; Sat, 10 Apr 2010 09:06:59 -0400 Received: from smtprelay-b12.telenor.se ([62.127.194.21]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0aOm-0000T3-Ou for 5921@debbugs.gnu.org; Sat, 10 Apr 2010 09:06:57 -0400 Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 9B116E499 for <5921@debbugs.gnu.org>; Sat, 10 Apr 2010 15:06:53 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuJDANIUwEtV4S1uPGdsb2JhbACHZJNfDAEBAQE1LbkHhQwE X-IronPort-AV: E=Sophos;i="4.52,181,1270418400"; d="scan'208";a="61916753" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 10 Apr 2010 15:06:53 +0200 Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 59B027FA01A; Sat, 10 Apr 2010 15:06:52 +0200 (CEST) Message-ID: <4BC077EC.1010105@swipnet.se> Date: Sat, 10 Apr 2010 15:06:52 +0200 From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= User-Agent: Thunderbird 2.0.0.24 (X11/20100317) MIME-Version: 1.0 To: Markus Triska Subject: Re: bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 5921 Cc: 5921@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.3 (---) Can you send the config.log file? Jan D. Markus Triska skrev: > On OSX 10.4 with macports installed, I used: > > $./configure CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib > > and Emacs fails to compile with: > > xsettings.c: In function 'parse_xft_settings': > xsettings.c:323: error: 'FC_HINT_NONE' undeclared (first use in this function) > xsettings.c:323: error: (Each undeclared identifier is reported only once > xsettings.c:323: error: for each function it appears in.) > xsettings.c:325: error: 'FC_HINT_SLIGHT' undeclared (first use in this function) > xsettings.c:327: error: 'FC_HINT_MEDIUM' undeclared (first use in this function) > xsettings.c:329: error: 'FC_HINT_FULL' undeclared (first use in this function) > xsettings.c: In function 'apply_xft_settings': > xsettings.c:424: error: 'FC_HINT_STYLE' undeclared (first use in this function) > > apparently because (old) /usr/X11R6/include include files are still > picked up with priority by the eventually used flags: > > gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. > -I/Users/mt/emacs-23.1.95/src -I/usr/X11R6/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo > -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/opt/local/include > -I/opt/local/include/freetype2 -Dtemacs -I/opt/local/include/librsvg-2 > -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include > -I/opt/local/include -I/opt/local/include/gtk-2.0 > -I/opt/local/include/cairo -I/opt/local/include/pixman-1 > -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 > -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include > -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconf/2 > -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 > -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include -MMD -MF deps/xsettings.d xsettings.c > > When I reorder ALL_CFLAGS in src/Makefile to place > -I/usr/X11R6/include at the end, Emacs compiles. > > > > From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 10 12:16:02 2010 Received: (at 5921) by debbugs.gnu.org; 10 Apr 2010 16:16:02 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0dLl-0002Fn-Tx for submit@debbugs.gnu.org; Sat, 10 Apr 2010 12:16:02 -0400 Received: from pantheon-po33.its.yale.edu ([130.132.50.94]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0dLk-0002FP-LI for 5921@debbugs.gnu.org; Sat, 10 Apr 2010 12:16:01 -0400 Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po33.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3AGFutQ022080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Apr 2010 12:15:58 -0400 Received: by furry (Postfix, from userid 1000) id 5E11CC055; Sat, 10 Apr 2010 12:15:55 -0400 (EDT) From: Chong Yidong To: Markus Triska Subject: Re: 23.1; OSX: Emacs 23.1.95 pretest does not compile Date: Sat, 10 Apr 2010 12:15:55 -0400 Message-ID: <87pr27jnb8.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 5921 Cc: 5921@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.9 (--) > (old) /usr/X11R6/include include files are still picked up with > priority by the eventually used flags Does this patch DTRT? === modified file 'src/Makefile.in' *** src/Makefile.in 2010-04-01 23:08:14 +0000 --- src/Makefile.in 2010-04-10 16:11:26 +0000 *************** *** 269,275 **** /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM since it may have -I options that should override those two. */ ! ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM C_SWITCH_SYSTEM_TEMACS ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} @FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@ ${DEPFLAGS} ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@ .SUFFIXES: .m --- 269,275 ---- /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM since it may have -I options that should override those two. */ ! ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SYSTEM_TEMACS ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM @FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@ ${DEPFLAGS} ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@ .SUFFIXES: .m From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 10 17:28:40 2010 Received: (at 5921) by debbugs.gnu.org; 10 Apr 2010 21:28:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0iEK-0004ef-5C for submit@debbugs.gnu.org; Sat, 10 Apr 2010 17:28:40 -0400 Received: from mail.gmx.net ([213.165.64.20]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O0iEI-0004eQ-At for 5921@debbugs.gnu.org; Sat, 10 Apr 2010 17:28:39 -0400 Received: (qmail invoked by alias); 10 Apr 2010 21:28:35 -0000 Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-imac.local) [62.178.240.212] by mail.gmx.net (mp060) with SMTP; 10 Apr 2010 23:28:35 +0200 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX1/PEV99fknPXVHcJUXfGPNnTfh90e7Os9FYHHrRtm 5thqgNLHQ7/WpJ Received: by mt-imac.local (Postfix, from userid 501) id 586EB562A30; Sat, 10 Apr 2010 23:28:34 +0200 (CEST) From: Markus Triska To: Chong Yidong Subject: Re: 23.1; OSX: Emacs 23.1.95 pretest does not compile References: <87pr27jnb8.fsf@stupidchicken.com> Date: Sat, 10 Apr 2010 23:28:34 +0200 In-Reply-To: <87pr27jnb8.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 10 Apr 2010 12:15:55 -0400") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64000000000000001 X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: 5921 Cc: 5921@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) Chong Yidong writes: > Does this patch DTRT? It fixes the reported issue (i.e., Emacs now compiles), thank you! However, from "otool -L emacs", I see that it still gives priority to libraries from "/sw/lib/", although I again specifically tried to give priority to those in /opt/local/lib via (CFLAGS and) LDFLAGS. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 10 22:39:28 2010 Received: (at 5921) by debbugs.gnu.org; 11 Apr 2010 02:39:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0n56-0007B4-IS for submit@debbugs.gnu.org; Sat, 10 Apr 2010 22:39:28 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0n55-0007Az-AX for 5921@debbugs.gnu.org; Sat, 10 Apr 2010 22:39:27 -0400 Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O0n53-0007hf-TO; Sat, 10 Apr 2010 22:39:25 -0400 To: Markus Triska Subject: Re: bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile References: From: Dan Nicolaescu Date: Sat, 10 Apr 2010 22:39:25 -0400 In-Reply-To: (Markus Triska's message of "Sat\, 10 Apr 2010 10\:10\:06 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 5921 Cc: 5921@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) Markus Triska writes: > On OSX 10.4 with macports installed, I used: > > $./configure CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib Have you tries using the --x-includes, -x-libraries, --includedir, --libdir flags? Using them is better than fiddling with the CFLAGS because they place various items in the correct order on the command line (at least they used to, it's doubtfull that these flags are used much these days, so they might have bitrotted...) > > and Emacs fails to compile with: > > xsettings.c: In function 'parse_xft_settings': > xsettings.c:323: error: 'FC_HINT_NONE' undeclared (first use in this function) > xsettings.c:323: error: (Each undeclared identifier is reported only once > xsettings.c:323: error: for each function it appears in.) > xsettings.c:325: error: 'FC_HINT_SLIGHT' undeclared (first use in this function) > xsettings.c:327: error: 'FC_HINT_MEDIUM' undeclared (first use in this function) > xsettings.c:329: error: 'FC_HINT_FULL' undeclared (first use in this function) > xsettings.c: In function 'apply_xft_settings': > xsettings.c:424: error: 'FC_HINT_STYLE' undeclared (first use in this function) > > apparently because (old) /usr/X11R6/include include files are still > picked up with priority by the eventually used flags: > > gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. > -I/Users/mt/emacs-23.1.95/src -I/usr/X11R6/include > -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include > -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo > -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/opt/local/include > -I/opt/local/include/freetype2 -Dtemacs -I/opt/local/include/librsvg-2 > -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include > -I/opt/local/include -I/opt/local/include/gtk-2.0 > -I/opt/local/include/cairo -I/opt/local/include/pixman-1 > -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 > -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include > -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconf/2 > -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 > -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/glib-2.0 > -I/opt/local/lib/glib-2.0/include -I/opt/local/include > -I/opt/local/include -MMD -MF deps/xsettings.d xsettings.c > > When I reorder ALL_CFLAGS in src/Makefile to place > -I/usr/X11R6/include at the end, Emacs compiles. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 18:06:13 2010 Received: (at 5921) by debbugs.gnu.org; 12 Apr 2010 22:06:13 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1Rll-0002jR-5w for submit@debbugs.gnu.org; Mon, 12 Apr 2010 18:06:13 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1Rlj-0002jM-8u for 5921@debbugs.gnu.org; Mon, 12 Apr 2010 18:06:11 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O1Rld-0002kC-L5; Mon, 12 Apr 2010 18:06:05 -0400 To: Markus Triska Subject: Re: bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile References: <87pr27jnb8.fsf@stupidchicken.com> From: Glenn Morris X-Spook: CNCIS Armani secure Blowfish 9/11 security Rule Psix mania X-Ran: C2/}n.ufm}",0hhRCCXH9I1o? (Markus Triska's message of "Sat\, 10 Apr 2010 23\:28\:34 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: 5921 Cc: Chong Yidong , 5921@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Markus Triska wrote: > However, from "otool -L emacs", I see that it still gives priority to > libraries from "/sw/lib/", although I again specifically tried to give > priority to those in /opt/local/lib via (CFLAGS and) LDFLAGS. This is probably a duplicate of http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5252 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 15 14:29:17 2010 Received: (at control) by debbugs.gnu.org; 15 Apr 2010 18:29:17 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ToS-0006Lv-G1 for submit@debbugs.gnu.org; Thu, 15 Apr 2010 14:29:16 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ToQ-0006Lk-Gy for control@debbugs.gnu.org; Thu, 15 Apr 2010 14:29:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O2ToE-0004Yp-8p; Thu, 15 Apr 2010 14:29:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19399.23277.131729.705471@fencepost.gnu.org> Date: Thu, 15 Apr 2010 14:29:01 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: black X-Ran: I2osu0uqhYF(oLTuF1AB"l21"KvQ3eLee*z=|sh+n2)N_$p!_]VW&cPXC&Mgg;U0FphPs\ X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) reassign 5922 aquamacs severity 5931 minor tags 5931 moreinfo merge 5252 5921 retitle 5921 /sw and /opt/local on OSX tags 5531 moreinfo tags 5568 wontfix notabug severity 5568 minor reassign 5932 emacs,cc-mode reassign 5953 emacs,cc-mode severity 5952 wishlist severity 5953 wishlist tags 5952 patch reassign 5946 emacs,ns severity 5937 minor From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 17:28:58 2011 Received: (at control) by debbugs.gnu.org; 11 Sep 2011 21:28:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2raE-0003kR-5h for submit@debbugs.gnu.org; Sun, 11 Sep 2011 17:28:58 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2raB-0003kI-TM for control@debbugs.gnu.org; Sun, 11 Sep 2011 17:28:56 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2rVw-00019k-GV for control@debbugs.gnu.org; Sun, 11 Sep 2011 23:24:32 +0200 Date: Sun, 11 Sep 2011 23:21:31 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #2280 X-MailScanner-ID: 1R2rVw-00019k-GV X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316381072.78343@4oh4M/3IzWfLtgnx20hyWQ X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) reassign 2280 ns From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 03:32:18 2012 Received: (at control) by debbugs.gnu.org; 16 May 2012 07:32:18 +0000 Received: from localhost ([127.0.0.1]:56973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUYiW-0006of-Sq for submit@debbugs.gnu.org; Wed, 16 May 2012 03:32:17 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:47446 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUYiU-0006oW-RG for control@debbugs.gnu.org; Wed, 16 May 2012 03:32:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SUYiM-0000XR-4p for control@debbugs.gnu.org; Wed, 16 May 2012 03:32:06 -0400 Date: Wed, 16 May 2012 03:32:06 -0400 Message-Id: Subject: control message for bug 6819 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) merge 2280 6819 From unknown Sun Jun 22 11:48:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 16 Jun 2012 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator