Skip to content

Instantly share code, notes, and snippets.

@oivoodoo
Created January 6, 2022 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oivoodoo/a55a95afd253078fe85e7aeff882b084 to your computer and use it in GitHub Desktop.
Save oivoodoo/a55a95afd253078fe85e7aeff882b084 to your computer and use it in GitHub Desktop.
ekx/samples/sample-1-app master ✗ 6d ⚑ ✚ ◒
▶ yarn run build:web
yarn run v1.21.1
$ ekx web clean --verbose
🔔 📺 EKX 📺
🔔 🗑 Remove EXPORT directory /Users/akorsak/projects/balconygames/c/ekx/samples/sample-1-app/export
🔔 Build Before
🔔 Build Main
🔔 Build After
🔔 Do project variables setup..
cleanup build directory: /Users/akorsak/projects/balconygames/c/ekx/samples/sample-1-app/export/sample-1-app-web/build/web-release
Configure
CMake Error at /usr/local/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeDetermineSystem.cmake:130 (message):
Could not find toolchain file:
/Users/akorsak/dev/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
⛔ build failed exit code: 1
(node:69196) UnhandledPromiseRejectionWarning: exit code: 1
(Use `node --trace-warnings ...` to show where the warning was created)
(node:69196) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:69196) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
✨ Done in 1.39s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment