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: [email protected]
For additional commands, e-mail: [email protected]