Forgot one important part, before running cmake as mentioned with -DCMAKE_TOOLCHAIN_FILE you'll want to use the included python setup.py script in the bin directory as per:
[rkieley@i5t450s qpid-proton]$ python bin/setup.py emscripten script_dir is /home/rkieley/LocalProjects/usx/research/qpid-proton/bin === setup emscripten SDK: downloading 'emsdk-portable.tar.gz'... . . . That will download and setup the latest emscripten under qpid-proton/sdks which is then referenced by the emscripten.toolchain.cmake file during the build. Roddie -- View this message in context: http://qpid.2158936.n2.nabble.com/proton-c-Seeking-feedback-on-an-updated-emscripten-build-tp7665208p7665209.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
