Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 80676 invoked from network); 18 Jun 2009 14:53:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jun 2009 14:53:18 -0000 Received: (qmail 5020 invoked by uid 500); 18 Jun 2009 14:53:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 4994 invoked by uid 500); 18 Jun 2009 14:53:29 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 4985 invoked by uid 99); 18 Jun 2009 14:53:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 14:53:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 14:53:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5B069234C044 for ; Thu, 18 Jun 2009 07:53:07 -0700 (PDT) Message-ID: <1929346299.1245336787358.JavaMail.jira@brutus> Date: Thu, 18 Jun 2009 07:53:07 -0700 (PDT) From: "Oliver Deakin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-669) [drlvm] build fails on Windows OS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Deakin closed HARMONY-669. --------------------------------- Fixed, Windows build works fine. > [drlvm] build fails on Windows OS > --------------------------------- > > Key: HARMONY-669 > URL: https://issues.apache.org/jira/browse/HARMONY-669 > Project: Harmony > Issue Type: Bug > Components: VM > Environment: Windows > Reporter: Marina V. Goldburt > Assignee: Geir Magnusson Jr > Attachments: patch_aprutil.txt > > > build fails with the error: > [cc] 0 total files to be compiled. > [cc] Starting link > [cc] Creating library vmcore.lib and object vmcore.exp > [cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external symb > ol _XML_SetCharacterDataHandler referenced in function _apr_xml_parser_create@4 > [cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external symb > ol _XML_SetElementHandler referenced in function _apr_xml_parser_create@4 > [cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external symb > ol _XML_SetUserData referenced in function _apr_xml_parser_create@4 > [cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external symb > ol _XML_ParserCreate referenced in function _apr_xml_parser_create@4 > [cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external symb > ol _XML_ParserFree referenced in function _cleanup_parser > [cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external symb > ol _XML_GetErrorCode referenced in function _do_parse > [cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external symb > ol _XML_Parse referenced in function _do_parse > [cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external symb > ol _XML_ErrorString referenced in function _apr_xml_parser_geterror@12 > [cc] vmcore.dll : fatal error LNK1120: 8 unresolved externals -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.