From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giuseppe Scrivano Newsgroups: gmane.emacs.devel Subject: Re: Unable to build emacs-23 since months now. Date: Wed, 20 Jul 2011 14:45:33 +0200 Message-ID: <8762mxyvbm.fsf@gnu.org> References: <87mxg9mlx8.fsf@gmail.com> <87ei1lz5he.fsf@gnu.org> <87mxg9469z.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311170249 21474 80.91.229.12 (20 Jul 2011 13:57:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2011 13:57:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 20 15:57:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QjXHA-0002FV-SW for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2011 15:57:25 +0200 Original-Received: from localhost ([::1]:53058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjXHA-0006CE-1R for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2011 09:57:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjWA5-0004Vf-0N for emacs-devel@gnu.org; Wed, 20 Jul 2011 08:46:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjWA3-0000oa-I3 for emacs-devel@gnu.org; Wed, 20 Jul 2011 08:46:00 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjWA3-0000oW-9Q for emacs-devel@gnu.org; Wed, 20 Jul 2011 08:45:59 -0400 Original-Received: from localhost ([127.0.0.1]:48177 helo=svart.gnu.org) by fencepost.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1QjWA2-0004p0-NS; Wed, 20 Jul 2011 08:45:58 -0400 In-Reply-To: <87mxg9469z.fsf@gmail.com> (Thierry Volpiatto's message of "Wed, 20 Jul 2011 12:04:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:142166 Archived-At: Thierry Volpiatto writes: >> you can try to workaround it by passing the right include path to CFLAGS >> at configure time. > CFLAGS?? where do you have the "glibconfig.h" file? Assuming it is under /usr/include/foo, you can configure emacs as: ./configure CFLAGS="-I/usr/include/foo" Cheers, Giuseppe