From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?Q8OpZHJpYyBDaMOpcGllZA==?= Newsgroups: gmane.emacs.devel Subject: Can't compile master Date: Tue, 01 Jul 2014 10:51:55 +0200 Message-ID: <53b276ad.233dc20a.1264.ffffb7ce@mx.google.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1404209428 18257 80.91.229.3 (1 Jul 2014 10:10:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jul 2014 10:10:28 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 01 12:10:21 2014 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 1X1v12-0002EP-AW for ged-emacs-devel@m.gmane.org; Tue, 01 Jul 2014 12:10:20 +0200 Original-Received: from localhost ([::1]:40620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1twx-0000qh-23 for ged-emacs-devel@m.gmane.org; Tue, 01 Jul 2014 05:02:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tnM-00030K-F6 for emacs-devel@gnu.org; Tue, 01 Jul 2014 04:52:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1tnD-0007Ku-Ah for emacs-devel@gnu.org; Tue, 01 Jul 2014 04:52:08 -0400 Original-Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:48568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tnD-0007JL-34 for emacs-devel@gnu.org; Tue, 01 Jul 2014 04:51:59 -0400 Original-Received: by mail-wg0-f42.google.com with SMTP id z12so8992971wgg.1 for ; Tue, 01 Jul 2014 01:51:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:to:subject:user-agent:mime-version :content-type:content-transfer-encoding; bh=5B8SxYhLpGGdcFaRrlQOVOsNF2jcLZpNvYOXo0AwuBk=; b=ZbCqfeYM1DDsytfMz7DG4m28OaX99UkUJKQgz+TJvqOM5sxIobhkng/GhWcAZ6vATQ +hItAMFjXHXuI3YjGNsbP5tvyxGrLN/qPQjoV+LH/lTx3JXNA0BWuDSMEGvsAGxhCfWE 6jGxd+9AQJhmJdncfQ32BxEVFL7CcD7a3dGsp8uxQ3/KA5/yKZXmMrHE8wmbL2HdUYdn EtLfCXBeffB+Xe800HmuFVZxAGgORrlW8vUGv9TV064bYapaeueOutWJtXucoM+GSCbT Chq3xQvBONJ2isvjejMQQxNFiRsmSdW3LCZ2VFKWKwS1C1S/9WskAb1xFP2lPdZwdTJC XxEg== X-Received: by 10.194.77.177 with SMTP id t17mr48785547wjw.55.1404204717852; Tue, 01 Jul 2014 01:51:57 -0700 (PDT) Original-Received: from Zorglub.gmail.com ([83.145.91.46]) by mx.google.com with ESMTPSA id m3sm46745701wjr.49.2014.07.01.01.51.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Jul 2014 01:51:57 -0700 (PDT) User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.4.50 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22a 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:172836 Archived-At: Hello, I'm not able to compile master branch anymore: progmodes/cc-mode.el:120:1:Error: Required feature `cc-fonts' was not provided Makefile:284: recipe for target 'progmodes/cc-mode.elc' failed Here is my configure command: ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --with-x-toolkit=lucid How do I get 'cc-fonts' feature? Regards, -- Cédric Chépied