I am trying to compile Xalan-2.7 on Visual Studio 2005 but cannot compile
Localization Project. First, I had to extend the nmake line to: 

nmake    /f "BuildMessages.mak" /NOLOGO CFG=Debug TYPE=inmem LOCALE=en_US
BITS=Win32 NLSDIR=..\..\..\..\..\src\xalanc\NLS
MSGFILENAME=XalanMsg_XIFFEXT=.xlf

Then, I get the following error:

------ Build started: Project: Localization, Configuration: Debug Win32
------
Performing Makefile project actions
Used BITS  = Win32
Used CFG  = Debug
Used LOCALE  = en_US
Used TYPE  = inmem
Used XLIFF file: "XalanMsg_en_US.xlf"
A subdirectory or file ) already exists.
NMAKE : fatal error U1077: 'if' : return code '0x1'
Stop.
Project : error PRJ0019: A tool returned an error code from "Performing
Makefile project actions"
Build log was saved at
"file://c:\TestCenter\mainline\common\tools\Xalan\xml-xalan\c\Projects\Win32
\VC7.1\Utils\Localization\BuildLog.htm"
Localization - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Any one else has experienced this?

Mehdi

Reply via email to