Discussion:
[jira] [Created] (XALANC-771) Support for Parallel Builds
Bill Blough (JIRA)
2016-12-25 20:31:58 UTC
Permalink
Bill Blough created XALANC-771:
----------------------------------

Summary: Support for Parallel Builds
Key: XALANC-771
URL: https://issues.apache.org/jira/browse/XALANC-771
Project: XalanC
Issue Type: Wish
Components: XalanC
Reporter: Bill Blough
Assignee: Steven J. Hathaway
Priority: Minor


When doing parallel builds (make -j <n> where <n> is the number of parallel jobs) PlatformSupport is sometimes built before Utils. This causes the build to fail, as LocalMsgIndex.hpp (required by PlatformSupport and generated by make -C Utils) is missing.




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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@xalan.apache.org
For additional commands, e-mail: dev-***@xalan.apache.org
Bill Blough (JIRA)
2016-12-28 04:58:58 UTC
Permalink
[ https://issues.apache.org/jira/browse/XALANC-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Blough updated XALANC-771:
-------------------------------
Attachment: parallel.diff

This patch (against trunk) should fix the issue.
Post by Bill Blough (JIRA)
Support for Parallel Builds
---------------------------
Key: XALANC-771
URL: https://issues.apache.org/jira/browse/XALANC-771
Project: XalanC
Issue Type: Wish
Components: XalanC
Reporter: Bill Blough
Assignee: Steven J. Hathaway
Priority: Minor
Attachments: parallel.diff
When doing parallel builds (make -j <n> where <n> is the number of parallel jobs) PlatformSupport is sometimes built before Utils. This causes the build to fail, as LocalMsgIndex.hpp (required by PlatformSupport and generated by make -C Utils) is missing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@xalan.apache.org
For additional commands, e-mail: dev-***@xalan.apache.org

Loading...