From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: Unable to build emacs-23 since months now. Date: Wed, 20 Jul 2011 13:58:03 +0200 Message-ID: <878vrtf9kk.fsf@gmail.com> References: <87mxg9mlx8.fsf@gmail.com> <878vrtfj7k.fsf@mid.gehheimdienst.de> <87ipqx467v.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1311168419 8903 80.91.229.12 (20 Jul 2011 13:26:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2011 13:26:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 20 15:26:54 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 1QjWnc-0003a8-Dw for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2011 15:26:52 +0200 Original-Received: from localhost ([::1]:38590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjWnb-0006oT-24 for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2011 09:26:51 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjVQF-0000W5-1M for emacs-devel@gnu.org; Wed, 20 Jul 2011 07:58:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjVQA-0002Fd-KS for emacs-devel@gnu.org; Wed, 20 Jul 2011 07:58:38 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:56974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjVQA-0002FP-69 for emacs-devel@gnu.org; Wed, 20 Jul 2011 07:58:34 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QjVQ8-0003Pz-GW for emacs-devel@gnu.org; Wed, 20 Jul 2011 13:58:32 +0200 Original-Received: from uni14-1-82-233-220-106.fbx.proxad.net ([82.233.220.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jul 2011 13:58:32 +0200 Original-Received: from antoine.levitt by uni14-1-82-233-220-106.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jul 2011 13:58:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: uni14-1-82-233-220-106.fbx.proxad.net Mail-Copies-To: never 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: 80.91.229.12 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:142165 Archived-At: 20/07/11 12:05, Thierry Volpiatto > Frank Schmitt writes: > >> Thierry Volpiatto writes: >> >> >>> from xterm.h:44, >>> from dispnew.c:56: >>> /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: Aucun fichier ou dossier de ce type >>> compilation terminated. >>> make[1]: *** [dispnew.o] Erreur 1 >>> make[1]: quittant le répertoire « /home/thierry/download/emacs-bzr/emacs-23/src » >>> make: *** [src] Erreur 2 >> >> I've seen this happen with my own project after upgrade to Ubuntu >> 11.04. A make distclean (or whatever this is called with Emacs) or a >> fresh checkout should work. > No i already tried that. > Thanks anyway. That's strange. Can you post the output of "sudo updatedb && locate glibconfig.h" and the gcc compilation line? My glibconfig.h is in /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h and the gcc line has -I/usr/lib/x86_64-linux-gnu/glib-2.0/include. Btw, you can use "LANG=C make" for your bug reports, that'll print the messages in english.