You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Roger Leigh (JIRA)" <xe...@xml.apache.org> on 2016/07/19 15:53:20 UTC

[jira] [Created] (XERCESC-2078) iconv message loader won't build when using current automake

Roger Leigh created XERCESC-2078:
------------------------------------

             Summary: iconv message loader won't build when using current automake
                 Key: XERCESC-2078
                 URL: https://issues.apache.org/jira/browse/XERCESC-2078
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.1.4
            Reporter: Roger Leigh
         Attachments: 0001-build-Correct-use-of-mkdir_p-with-current-automake.patch

The existing {{Makefile.in}} in {{src/xerces/util/MsgLoader/MsgCatalog` uses `$(mkdir_p)}}.  However, with current (and not so current) automake versions this is set to {{$(MKDIR_P)}}, but this variable is unset, leading to a failed build:

{{gmake[4]: ../../../../../src/.libs: Command not found}}

(from [build|https://ci.openmicroscopy.org/view/Experimental/job/XERCESC-AUTOTOOLS-BSD/build_type=Release,config=4,generator=Unix%20Makefiles,label=perch,shared=OFF/14/console])

The attached patch substitutes the missing variable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org