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

can't build photon in x86_64 #711

Closed
BigVan opened this issue Feb 8, 2025 · 1 comment
Closed

can't build photon in x86_64 #711

BigVan opened this issue Feb 8, 2025 · 1 comment

Comments

@BigVan
Copy link
Contributor

BigVan commented Feb 8, 2025

# cmake -B build
-- Checking dependency zlib
-- Will find zlib
-- Checking dependency openssl
-- Will find openssl
-- Checking dependency aio
-- Will find aio
-- Checking dependency curl
-- Will find curl
-- Checking dependency gflags
-- Will find gflags
-- Checking dependency googletest
-- Will find googletest
-- The ASM_NASM compiler identification is unknown
-- Didn't find assembler
CMake Error at common/checksum/test/CMakeLists.txt:5 (enable_language):
  No CMAKE_ASM_NASM_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "ASM_NASM" or the CMake cache entry CMAKE_ASM_NASM_COMPILER to the
  full path to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
@lihuiba
Copy link
Collaborator

lihuiba commented Feb 10, 2025

you need to install nasm in order to build unit tests.

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

3 participants