From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39770 invoked by alias); 9 Mar 2017 18:37:15 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 39744 invoked by uid 89); 9 Mar 2017 18:37:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-io0-f179.google.com Received: from mail-io0-f179.google.com (HELO mail-io0-f179.google.com) (209.85.223.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Mar 2017 18:37:13 +0000 Received: by mail-io0-f179.google.com with SMTP id l7so34070533ioe.3 for ; Thu, 09 Mar 2017 10:37:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=su2Xspn7fGqGBZRGWRYGxzNKeafzvhcxsO2IJYFnicg=; b=Kfu5/ZpA0uZ/BGZM+MyIlRySC34pPZ3hmHyxVcYj2HO8OsgOrtx82GpDxUepQImMhI RP+vrprYcVOxaWpg5EUlyJsJhJlpjGX+P1ChlSs7S65712RcIMkJ9n+wTJSBTTopVKiT ZVxsoTMP5GFM7YwVqCQfxseG0G17mbuJ0vhbOsn93xvuBPpsTngh/4oPEBovKaDHCKrv jEv2rychoBaj1qkXViJHrgGX+hLQ8HX16jOwXOMS+7m9CGqau4t/+ZzjYnH34MEcIga7 w+dGBowDBCSUpQ8DXzBiYMX1WXQaUTkOBpmxu+mW0ct1ErXrtY0cD99QfYzc3eB2CrQ0 yuJQ== X-Gm-Message-State: AMke39nbY0/Ak036xLDwbuTG09y+CXR1Z2YXhXDvJ8QnhU+QLDi7b1uCU59WuE/cnBvXVw== X-Received: by 10.107.34.75 with SMTP id i72mr13000838ioi.48.1489084632732; Thu, 09 Mar 2017 10:37:12 -0800 (PST) Received: from ?IPv6:2601:283:4600:c7:447:d9ed:fa84:ad5e? ([2601:283:4600:c7:447:d9ed:fa84:ad5e]) by smtp.gmail.com with ESMTPSA id b129sm9453627itc.3.2017.03.09.10.37.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Mar 2017 10:37:12 -0800 (PST) From: Rian Quinn Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: newlib-2.5.0.20170228.tar.gz missing sys/config.h Message-Id: <8AF1F335-2AC8-4ADC-8C7A-F87D7101A542@gmail.com> Date: Thu, 09 Mar 2017 18:37:00 -0000 To: newlib@sourceware.org X-SW-Source: 2017/txt/msg00160.txt.bz2 sys/config.h is completely missing, so attempting to compile it results tot= al chaos. This was not an issue with the previous version.=20 /home/user/new_hypervisor/source_newlib/newlib/libc/include/_ansi.h:16:10: = fatal error: 'sys/config.h' file not found #include - Rian