From c-users-return-4339-apmail-xalan-c-users-archive=xalan.apache.org@xalan.apache.org Fri Jan 4 09:54:40 2013 Return-Path: X-Original-To: apmail-xalan-c-users-archive@www.apache.org Delivered-To: apmail-xalan-c-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0762E8E7 for ; Fri, 4 Jan 2013 09:54:40 +0000 (UTC) Received: (qmail 36976 invoked by uid 500); 4 Jan 2013 09:54:40 -0000 Delivered-To: apmail-xalan-c-users-archive@xalan.apache.org Received: (qmail 36819 invoked by uid 500); 4 Jan 2013 09:54:39 -0000 Mailing-List: contact c-users-help@xalan.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: c-users@xalan.apache.org Delivered-To: mailing list c-users@xalan.apache.org Received: (qmail 36798 invoked by uid 99); 4 Jan 2013 09:54:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 09:54:39 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of larryl_turbo@hotmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 09:54:33 +0000 Received: from tom.nabble.com ([192.168.236.105]) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Tr3ye-0003YM-QJ for c-users@xalan.apache.org; Fri, 04 Jan 2013 01:54:12 -0800 Date: Fri, 4 Jan 2013 01:54:12 -0800 (PST) From: larryl To: c-users@xalan.apache.org Message-ID: <1357293252647-39617.post@n7.nabble.com> Subject: Building Xalan - MsgCreator error -1073741515 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello folks: Developing 32 bit app on Win 7/64, VS 2010. I'm new to Xerces and Xalan. Xerces built fine on my Windows system, I've been parsing XML with it for several weeks. I'm having problems building Xalan. I'm getting the following error: --------------------------------------------- 2>D:\utilities\code\windows_files\xalan\xalan-c-1.11\c\Projects\Win32\VC10\Utils\XalanMsgLib\XalanMsgLib.targets(45,5): error MSB3721: The command " ..\..\..\..\..\Build\Win32\VC10\Debug\MsgCreator ..\..\..\..\..\src\xalanc\NLS\en_US\XalanMsg_en_US.xlf -TYPE inmem -LOCALE en_US -OUTDIR ..\..\..\..\..\Build\Win32\VC10\Debug\Nls\Include " exited with code -1073741515. -------------------------------------- The message has been spread over several lines for readability. I've searched archives for "-1073741515" and found nothing. The folders and files refereced in the argument list do exist. The "Include" folder is empty. I'm assuming there is something I haven't configured in the project. The Build's output is peppered with dozens of this error: fatal error C1083: Cannot open include file: 'LocalMsgIndex.hpp': No such file or directory Suggestions? Thanks Larry -- View this message in context: http://apache-xml.6118.n7.nabble.com/Building-Xalan-MsgCreator-error-1073741515-tp39617.html Sent from the Xalan - C - Users mailing list archive at Nabble.com.