Unquoted paths in the copy command in the VC project files
----------------------------------------------------------

                 Key: XERCESC-1868
                 URL: https://issues.apache.org/jira/browse/XERCESC-1868
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.0.0, 3.0.1
            Reporter: Boris Kolpackov
             Fix For: 3.0.2, 3.1.0


>From George Feinberg:

-----------------------------------------

There is a bug in .../VC8/xerces-all/XercesLib.vcproj
specific to ALL of the x64 configurations.  The rule for compiling
the file util/Xerces_autoconf_config.hpp is a copy step copying a
platform-specific file to a generic file.

In all of the various x64 configurations
quotation marks are missing around the paths which means that if it's
installed in
a directory that has embedded spaces somewhere in the path
the copy will fail and compilation will fail as well.
Also there is a stray '\' character between $(InputDir) and $
(InputName) that
leads to "\\" in the path (not a problem but different from the other
configurations).

I'm guessing this was tested in a directory without embedded spaces in
the path.

-----------------------------------------

We need to check project files for other VC versions as well.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to