From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 688 invoked by alias); 22 Apr 2009 11:25:02 -0000 Received: (qmail 547 invoked by uid 48); 22 Apr 2009 11:24:45 -0000 Date: Wed, 22 Apr 2009 11:25:00 -0000 Message-ID: <20090422112445.546.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/38892] gcc 4.4.0 20090104 - natVMVirtualMachine.cc:903: error: request for member 'frame_type' in ... In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dave dot korn dot cygwin at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg01909.txt.bz2 ------- Comment #7 from dave dot korn dot cygwin at gmail dot com 2009-04-22 11:24 ------- That gets me about three files further through the build, then there's another failure: In file included from /gnu/gcc/gcc/libjava/gnu/classpath/natConfiguration.cc:17: /gnu/gcc/gcc/libjava/gnu/classpath/Configuration.h:32: error: expected unqualified-id before numeric constant make[3]: *** [gnu/classpath/natConfiguration.lo] Error 1 That line says: static jboolean DEBUG; so I guess DEBUG is probably a #define somewhere and it's turning into static jboolean 1; or something like that, I'll do some digging. Meantime, there's always the --disable workaround. -- dave dot korn dot cygwin at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dave dot korn dot cygwin at | |gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38892