Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM Build Failures #32

Closed
jerinphilip opened this issue Feb 17, 2021 · 1 comment
Closed

WASM Build Failures #32

jerinphilip opened this issue Feb 17, 2021 · 1 comment

Comments

@jerinphilip
Copy link
Contributor

I'm setting up wasm to build locally. Branch wasm-integration. Is there a known solution the following error @abhi-agg, @motin.

Click to Expand Log

EMULATOR="/mnt/Storage/jphilip/bergamot/emsdk/node/14.15.5_64bit/bin/node"
-- Project name: marian
-- Project version: v1.9.56+b86f8a7
CMake Warning at 3rd_party/marian-dev/CMakeLists.txt:97 (message):
  CMAKE_BUILD_TYPE not set; setting to Release


-- Checking support for CPU intrinsics
-- Could not find hardware support for SSE3 on this machine.
-- Could not find hardware support for SSSE3 on this machine.
-- Could not find hardware support for SSE4.1 on this machine.
-- Could not find hardware support for AVX on this machine.
-- Could not find hardware support for AVX2 on this machine.
-- Could not find hardware support for AVX512 on this machine.
-- SSE2 support found
CMake Warning at 3rd_party/marian-dev/CMakeLists.txt:462 (message):
  COMPILE_CUDA=off : Building only CPU version


-- Not Found Tcmalloc
CMake Warning at 3rd_party/marian-dev/CMakeLists.txt:499 (message):
  Cannot find TCMalloc library.  Continuing.


CMake Deprecation Warning at 3rd_party/marian-dev/src/3rd_party/onnxjs/deps/eigen/CMakeLists.txt:3 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Performing Test COMPILER_SUPPORT_std=cpp03
-- Performing Test COMPILER_SUPPORT_std=cpp03 - Failed
CMake Error at 3rd_party/marian-dev/src/3rd_party/onnxjs/deps/eigen/CMakeLists.txt:112 (message):
  Can't link to the standard math library.  Please report to the Eigen
  developers, telling them about your platform.


-- Configuring incomplete, errors occurred!

Here's commands used to build: https://gist.github.com/jerinphilip/f1caac37ac1eced45e6e9d94380bc4d0

@jerinphilip
Copy link
Contributor Author

This is a missed typo. wasm-integration is compiling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant