GitHub user prestona opened a pull request: https://github.com/apache/qpid-proton/pull/72
NO-JIRA: Fix break in Javascript bindings build Attempting to build Proton with Emscripten on the path fails with the following message: /home/prestona/git/qpid-proton/examples/c/messenger/recv-async.c:26:10: fatal error: 'pncompat/misc_funcs.inc' file not found #include "pncompat/misc_funcs.inc" ^ 1 error generated. This appears to have been introduced by commit 84e416e389fe74ec7a1cab9252af2342fc95b83f You can merge this pull request into a Git repository by running: $ git pull https://github.com/prestona/qpid-proton javascript_build_break Alternatively you can review and apply these changes as the patch at: https://github.com/apache/qpid-proton/pull/72.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #72 ---- commit 46f949699531b873f10b301aae0e73ff1ed8220a Author: Adrian Preston <prest...@uk.ibm.com> Date: 2016-03-31T13:10:34Z NO-JIRA: Fix break in Javascript bindings build Attempting to build Proton with Emscripten on the path fails with the following message: /home/prestona/git/qpid-proton/examples/c/messenger/recv-async.c:26:10: fatal error: 'pncompat/misc_funcs.inc' file not found #include "pncompat/misc_funcs.inc" ^ 1 error generated. This appears to have been introduced by commit 84e416e389fe74ec7a1cab9252af2342fc95b83f ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---