From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.devel Subject: features.h in wip-rtl Date: Tue, 12 Jun 2012 23:39:40 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1339558789 15014 80.91.229.3 (13 Jun 2012 03:39:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2012 03:39:49 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jun 13 05:39:48 2012 Return-path: Envelope-to: guile-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 1SeeQu-0006UL-2R for guile-devel@m.gmane.org; Wed, 13 Jun 2012 05:39:48 +0200 Original-Received: from localhost ([::1]:38768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeeQt-0001IE-SG for guile-devel@m.gmane.org; Tue, 12 Jun 2012 23:39:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeeQr-0001I7-3s for guile-devel@gnu.org; Tue, 12 Jun 2012 23:39:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeeQp-0006dU-HW for guile-devel@gnu.org; Tue, 12 Jun 2012 23:39:44 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:51448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeeQp-0006dB-9e for guile-devel@gnu.org; Tue, 12 Jun 2012 23:39:43 -0400 Original-Received: by obbwd18 with SMTP id wd18so259317obb.0 for ; Tue, 12 Jun 2012 20:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=P/9x9xpkvBHzHyka0vmhdVrL8sLzoDR9yUV5cAVu2D8=; b=O2gUgwsynf628E9KC84asrm060k/XUBoUH6WC6W4zY48XTSEfKsYIVY1s1pHPwTy+x r5zd1hMzzDnd+D/jytPwPtlXYMaf5QPeFBOS6vhV7y4aJyjiKfo3nscEOIuN2EmXmoYM F0gIiLki6RhVKyG1RYaWG4u6+TEbK+cdLX9qSqkkybbmvA1fQuheR6La/0+SGrfquyM5 9cfECOzv687v1JsjeZYy9jfdusga7csIKeUp3I9QFcHUCPhevK1kShbN1L0EDIM3rih0 3kuLbLfE301CSNMJwaHQy0pCbIRn0svJKXenXuzMQ4XQuS2b91FVBsvn5xA+tmjGJmo2 DDyQ== Original-Received: by 10.182.53.100 with SMTP id a4mr22921512obp.3.1339558780411; Tue, 12 Jun 2012 20:39:40 -0700 (PDT) Original-Received: by 10.76.82.68 with HTTP; Tue, 12 Jun 2012 20:39:40 -0700 (PDT) X-Google-Sender-Auth: ca8Cl1uts8kbpRIZ5y58XZutsDw X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:14613 Archived-At: Hello, I've hit a problem building a recent wip-rtl. It now includes the file libguile/elf.h, which does "#include ". I'm building Guile on Mac OS X, and I think that doesn't have features.h, so the build breaks. However, I don't see any uses of feature.h in elf.h - in particular, there aren't any ifdef's. Can we take out that inclusion? Thanks, Noah