Created
October 20, 2020 17:49
-
-
Save ryanpcmcquen/fd7cb87288b364bb0d18767416261e91 to your computer and use it in GitHub Desktop.
emscripten on macOS 10.15.7 - Homebrew build logs
This file contains hidden or 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
Homebrew build logs for emscripten on macOS 10.15.7 | |
Build date: 2020-10-16 16:33:47 |
This file contains hidden or 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
HOMEBREW_VERSION: 2.5.6 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: abf214c01ff1edb57acf7e23d5eb24a777335e11 | |
Last commit: 8 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 57d07d4da9c972c427190b66d5fcb67714a131e7 | |
Core tap last commit: 25 hours ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_MAKE_JOBS: 8 | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
CPU: octa-core 64-bit kabylake | |
Clang: 12.0 build 1200 | |
Git: 2.28.0 => /usr/local/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
Java: 12.0.2, 1.8.0_265 | |
macOS: 10.15.7-x86_64 | |
CLT: 12.0.0.0.1.1599194153 | |
Xcode: 12.0.1 |
This file contains hidden or 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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and which additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew-provided | |
script of the same name. We found the following "config" scripts: | |
/Users/rmcquen/.cargo/bin/cargo-config | |
Warning: You have unlinked kegs in your Cellar. | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
pyqt | |
Warning: Homebrew's sbin was not found in your PATH but you have installed | |
formulae that put executables in /usr/local/sbin. | |
Consider setting the PATH for example like so: | |
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.profile |
This file contains hidden or 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
2020-10-16 16:33:47 -0700 | |
/usr/local/Cellar/emscripten/2.0.7/bin/emcc | |
============================================================================== | |
Welcome to Emscripten! | |
This is the first time any of the Emscripten tools has been run. | |
A settings file has been copied to /usr/local/Cellar/emscripten/2.0.7/libexec/.emscripten, at absolute path: /usr/local/Cellar/emscripten/2.0.7/libexec/.emscripten | |
It contains our best guesses for the important paths, which are: | |
LLVM_ROOT = /usr/bin | |
NODE_JS = /usr/local/opt/node@12/bin/node | |
EMSCRIPTEN_ROOT = /usr/local/Cellar/emscripten/2.0.7/libexec | |
Please edit the file if any of those are incorrect. | |
This command will now exit. When you are done editing those paths, re-run it. | |
============================================================================== | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment