From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Failed to compile from last bzr repo Date: Tue, 5 Apr 2011 18:36:38 +0200 Message-ID: References: <87vcyugxgs.fsf@gnu.org> <87wrjab38x.fsf@gmail.com> <83d3l1x6i6.fsf@gnu.org> <87pqp07lmg.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1302021487 26085 80.91.229.12 (5 Apr 2011 16:38:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Apr 2011 16:38:07 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Sean Sieger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 05 18:38:02 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q79GT-0002uf-7n for ged-emacs-devel@m.gmane.org; Tue, 05 Apr 2011 18:38:01 +0200 Original-Received: from localhost ([127.0.0.1]:44127 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q79GS-0006uQ-QC for ged-emacs-devel@m.gmane.org; Tue, 05 Apr 2011 12:38:00 -0400 Original-Received: from [140.186.70.92] (port=38174 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q79Fp-0006TO-1I for emacs-devel@gnu.org; Tue, 05 Apr 2011 12:37:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q79Fn-0008Vm-G6 for emacs-devel@gnu.org; Tue, 05 Apr 2011 12:37:20 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:46997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q79Fn-0008Vf-BQ for emacs-devel@gnu.org; Tue, 05 Apr 2011 12:37:19 -0400 Original-Received: by gyd8 with SMTP id 8so266139gyd.0 for ; Tue, 05 Apr 2011 09:37:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=gb5tl00i0LGlCzXgybNQSqYJaZWzLNqIW1rC1aBSsWc=; b=GDIA4F7LPHwO3NIWUEG+ebeI4igIAg1uUFMOr4SOe4A3Jkuj0NViSs2TKToU3KAuZ+ z4Lb8i9B6me85VL4sI0miRC0Ac4LQILZaEpPDKXcWlpK0PbLvk8TlJ1A/1gG/rx8nvcn kD8OTP7iN+wEGOsPNa2p0FR6LgImxr0SpiKUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=dOSSEB/pWRanvfMwT5dRod5pl9oESfZmTHsrH3ULKc0+pz+qfIsxNDKKqgS3U5B6KO cgUV3b7wiV2WQkRy9iJnIpxF58RG0cF4jlf3nMAFEoUjbbeSKksMWyaTKd+Igj34X62z YAFcchMJ5OGjFSguuVQ875ZSNCmnjlO2SbHR4= Original-Received: by 10.236.189.38 with SMTP id b26mr689270yhn.147.1302021438085; Tue, 05 Apr 2011 09:37:18 -0700 (PDT) Original-Received: by 10.147.182.17 with HTTP; Tue, 5 Apr 2011 09:36:38 -0700 (PDT) In-Reply-To: <87pqp07lmg.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138184 Archived-At: On Tue, Apr 5, 2011 at 17:39, Sean Sieger wrote: > Where do you find the configure information that you and Juanma are > discussing? =C2=A0I've poked around, but I haven't found anything beyond > configure --help. =C2=A0The INSTALL files don't say, right? =C2=A0The ass= ertions, > CFLAGs and so on, where are they listed? I don't understand the question. configure --help lists `--enable-checking', which already activates lots of assertions. There are other checks you can enable, like GLYPH_DEBUG, FONT_DEBUG and DEBUG_GCPRO, but you have to do it by hand. This is as easy as passing "--cflags -DFONT_DEBUG" to configure, except in the case of GLYPH_DEBUG, which must be set to 1. This is currently unsupported on Windows (cmd.exe interprets "=3D" as a separator, so it doesn't grok -DGLYPH_DEBUG=3D1). If you're interested you can change the makefiles after running configure (I'd recommend writing a small perl script or some such and running it after configure.bat). Take a look at lisp.h for other options, like USE_LISP_UNION_TYPE. Hope this helps, =C2=A0 =C2=A0 Juanma