From rscohn1@hotmail.com Wed Aug 21 06:57:55 2002 Received: from deimos.hpl.hp.com (deimos.hpl.hp.com [15.0.48.190]) by napali.hpl.hp.com (8.12.2/8.12.2/Debian -5) with ESMTP id g7LDvsuh025047 for ; Wed, 21 Aug 2002 06:57:55 -0700 Received: from hotmail.com (dav20.sea2.hotmail.com [207.68.164.124]) by deimos.hpl.hp.com (8.9.3 (PHNE_24419)/HPL-PA Relay) with ESMTP id GAA17060 for ; Wed, 21 Aug 2002 06:57:54 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 21 Aug 2002 06:57:31 -0700 X-Originating-IP: [146.152.228.5] From: "Cohn, Robert" To: Date: Wed, 21 Aug 2002 09:57:29 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: X-OriginalArrivalTime: 21 Aug 2002 13:57:31.0174 (UTC) FILETIME=[B1432460:01C2491A] Subject: [libunwind] compile error sc_rbs_base Sender: libunwind-admin@linux.hpl.hp.com Errors-To: libunwind-admin@linux.hpl.hp.com X-BeenThere: libunwind@linux.hpl.hp.com X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Mailing list for the discussion of libunwind List-Unsubscribe: , List-Archive: Status: O I could not compile 0.2 on my redhat 7.2 machine because sc_rbs_base was not a member of sigcontext. sigcontext comes from /usr/include/bits/sigcontext.h. I found another copy in asm/sigcontext.h that has the needed member. I tried replacing bits/sigcontext.h with the one from asm, but ran into other problems. In the end, I copied the missing fields from asm/sigcontext.h to bits/sigcontext.h. Is there a better way to fix this problem? Robert