Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 66882 invoked from network); 5 May 2006 11:34:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2006 11:34:04 -0000 Received: (qmail 79222 invoked by uid 500); 5 May 2006 11:34:04 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 79188 invoked by uid 500); 5 May 2006 11:34:04 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 79176 invoked by uid 99); 5 May 2006 11:34:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 04:34:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 04:34:03 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9FD27142B5 for ; Fri, 5 May 2006 11:33:27 +0000 (GMT) Message-ID: <15684354.1146828807874.JavaMail.jira@brutus> Date: Fri, 5 May 2006 11:33:27 +0000 (GMT+00:00) From: "Andrey Chernyshev (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-443) Compilation fixes for DRLVM on gcc-3.4.6 In-Reply-To: <8177561.1146779776922.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-443?page=all ] Andrey Chernyshev updated HARMONY-443: -------------------------------------- Attachment: DRLVM-log4cxx-gcc-4_1_0-patch.zip I have rebunded the patch for LOG4CXX for GCC 4.1.0 such that it will help to apply it automatically during the build. Extract the content of this archive in the same directory as DRLVM archive and then try run "build update". The trick is that building system copies all patches for external resources such as Lo4CXX from the "build\patches" directory. For example, if you need to patch something in LOG4CXX, just put the updated files in the appropriate directory under Harmony\build\patches\common\LOG4CXX > Compilation fixes for DRLVM on gcc-3.4.6 > ---------------------------------------- > > Key: HARMONY-443 > URL: http://issues.apache.org/jira/browse/HARMONY-443 > Project: Harmony > Type: Improvement > Components: VM > Environment: Debian linux, gcc-3.4.6 > Reporter: Ivan Volosyuk > Attachments: DRLVM-gcc-3.4.6.diff, DRLVM-gcc-4.1.0.diff, DRLVM-log4cxx-gcc-4.1.0.diff, DRLVM-log4cxx-gcc-4_1_0-patch.zip > > I have made a patch which fixes DRLVM compilation problem with gcc-3.4.6. > The project still compiles fine with gcc-3.3.6. > Fixed jitrino/**/Stl.h to have correct begin(), end() statements > Some fixes in jitrino > Fixed problem with missing header: ext/stl_map_func.h: > Header "ext/map_func.h" is used for GCC > 3.4 otherwise "ext/stl_map_func.h" is used. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira