From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24367 invoked by alias); 28 Jan 2014 18:47:05 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 24355 invoked by uid 89); 28 Jan 2014 18:47:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f45.google.com Received: from mail-la0-f45.google.com (HELO mail-la0-f45.google.com) (209.85.215.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 28 Jan 2014 18:47:04 +0000 Received: by mail-la0-f45.google.com with SMTP id b8so716698lan.32 for ; Tue, 28 Jan 2014 10:47:00 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.125.225 with SMTP id mt1mr175210lbb.35.1390934820246; Tue, 28 Jan 2014 10:47:00 -0800 (PST) Received: by 10.112.143.70 with HTTP; Tue, 28 Jan 2014 10:47:00 -0800 (PST) In-Reply-To: <52E7F542.2000706@johndubchak.com> References: <52E6D62D.30804@johndubchak.com> <52E6E030.1020104@johndubchak.com> <52E6E3CB.3050503@johndubchak.com> <52E6EE2E.5040909@johndubchak.com> <52E6F7B2.3040109@johndubchak.com> <52E7F275.6020809@johndubchak.com> <52E7F542.2000706@johndubchak.com> Date: Tue, 28 Jan 2014 18:47:00 -0000 Message-ID: Subject: Re: Compile error: 'siginfo_t' is not declared using gcc-4.8.2 on RedHat, 6.4 From: Jonathan Wakely To: John Dubchak Cc: gcc-help Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00115.txt.bz2 On 28 January 2014 18:21, John Dubchak wrote: > On 1/28/14 10:09 AM, John Dubchak wrote: > I've resolved this issue. Jonathan's point about the include guards made me > review the ordering I was using and I discovered and removed a cyclic > dependency, which corrected the issue by addressing the compiler error. Ah, I didn't see this message when sending my last reply - glad you've solved the problem.