This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UklGRnL4CgBXQVZFZm10IBAAAAABAAEARKwAAIhYAQACABAATElTVEYAAABJTkZPSU5BTSQA | |
AABTb3VuZEZsb3dlciAxLjUuMiBtaWMgbG9vcGJhY2sgdGVzdABJQVJUDgAAAEFhcm9uIFNp | |
bW1vbnMAZGF0YQD4CgAAAAAAAAAAAAEA/v8CAP7/AQABAP//AAABAP7/AgD//wAAAgD9/wIA | |
AAD//wEAAAD//wIA/v8BAAAAAAAAAP//AgD9/wQA/P8CAAAA/v8EAPz/AgD//wEA//8BAP// | |
AAABAP7/AwD8/wUA+v8GAPv/BAD9/wEAAQD+/wMA/f8CAP7/AgD//wAAAQD+/wEAAQD+/wEA | |
AAD//wIA/////wEAAAAAAAEA/v8CAP7/AgD//wAAAQD+/wIA/v8CAP//AAABAP3/BQD7/wQA | |
/v///wMA/f8CAP//AQD+/wMA/f8DAP3/AwD9/wMA/v8BAAAA//8CAP3/BAD7/wUA/P8DAP3/ | |
AwD9/wMA/f8CAP//AQAAAP7/AwD9/wMA/v8BAP//AgD9/wMA/////wIA/f8DAP////8BAP// | |
AQAAAP//AQAAAAAA//8CAP3/BQD6/wYA+v8FAP3/AQABAP3/AwD/////AwD8/wIAAQD+/wIA | |
/////wIA//8AAAAAAAAAAAAAAQD9/wQA/P8DAP////8CAP7/AQABAP7/AQAAAAAAAQD+/wIA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$echo 'this is a test' > testfile.txt | |
$ | |
$emcc test_fileio.c -o test_fileio.js | |
clang: warning: argument unused during compilation: '-nostdinc++' | |
$ | |
$node test_fileio.js testfile.txt 'this is a test' | |
reading testfile.txt | |
could not open testfile.txt | |
node.js:201 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure | |
## --------- ## | |
## Platform. ## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
configure:728: checking for a BSD compatible install | |
configure:781: checking whether build environment is sane | |
configure:838: checking whether make sets ${MAKE} | |
configure:884: checking for working aclocal | |
configure:897: checking for working autoconf | |
configure:910: checking for working automake | |
configure:923: checking for working autoheader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.61. Invocation command line was | |
$ ./configure --with-ogg=/home/asimmons/Development/libogg-install | |
## --------- ## | |
## Platform. ## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
$ ls -l ~/Library/Logs/Homebrew/closure* | |
ls: /Users/mithrandir/Library/Logs/Homebrew/closure*: No such file or directory | |
$ brew doctor | |
Warning: Your XQuartz (2.7.1) is outdated | |
Please install XQuartz 2.7.4. | |
Warning: You have leftover files from an older version of Xcode. | |
You should delete them using: | |
/Developer/Library/uninstall-developer-folder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ EMCC_DEBUG=1 make speex_test | |
[ 92%] Built target speex | |
Linking CXX executable ../bin/speex_test.js | |
emcc invocation: /Users/asimmons/Development/emscripten/emcc -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/speex_test.dir/speex_test.cpp.o -o ../bin/speex_test.js ../lib/libspeex.a | |
(Emscripten: Running sanity checks) | |
Warning: Applying some potentially unsafe optimizations! (Use -O2 if this fails.) | |
emcc: compiling to bitcode | |
emcc: copying bitcode file: CMakeFiles/speex_test.dir/speex_test.cpp.o | |
emcc: copying library file: ../lib/libspeex.a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ EMCC_DEBUG=1 make speex_test | |
[ 93%] Built target speex | |
Linking CXX executable ../bin/speex_test.js | |
emcc invocation: /home/asimmons/Development/emscripten/emcc -O3 -DNDEBUG CMakeFiles/speex_test.dir/speex_test.cpp.o -o ../bin/speex_test.js -rdynamic ../lib/libspeex.a | |
(Emscripten: Running sanity checks) | |
Warning: Applying some potentially unsafe optimizations! (Use -O2 if this fails.) | |
emcc: compiling to bitcode | |
emcc: copying bitcode file: CMakeFiles/speex_test.dir/speex_test.cpp.o | |
emcc: copying library file: ../lib/libspeex.a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Windows\system32>cinst VisualStudioExpress2013WindowsDesktop | |
Chocolatey (v0.9.8.27) is installing 'VisualStudioExpress2013WindowsDesktop' and | |
dependencies. By installing you accept the license for 'VisualStudioExpress2013 | |
WindowsDesktop' and each dependency you are installing. | |
VisualStudioExpress2013WindowsDesktop v12.0.21005.1 | |
Installing VisualStudioExpress2013WindowsDesktop... | |
Write-Error : [ERROR] Running C:\Users\admin\AppData\Local\Temp\chocolatey\Visu | |
alStudioExpress2013WindowsDesktop\VisualStudioExpress2013WindowsDesktopInstall. | |
exe with /Passive /NoRestart /Log C:\Users\admin\AppData\Local\Temp\VisualStudi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python setup | |
python3 -m virtualenv venv | |
./venv/bin/python --version | |
# Python 3.7.2 | |
# run script normally | |
./venv/bin/python bdister.py | |
# | |
# ...snip... | |
# creating 'dist/foobar-1.0-py3.7.egg' and adding 'build/bdist.macosx-10.14-x86_64/egg' to it |
OlderNewer