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

macOS-based deployment usage cannot find CircuitCompile.cmake #14

Open
nemothenoone opened this issue May 16, 2023 · 0 comments
Open

macOS-based deployment usage cannot find CircuitCompile.cmake #14

nemothenoone opened this issue May 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nemothenoone
Copy link
Member

/opt/local/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/.zkllvm/relwithdebinfo/bin/clang-16 -DCMAKE_CXX_COMPILER=/.zkllvm/relwithdebinfo/bin/clang-16 -DBUILD_TESTS=FALSE -DCMAKE_DEPENDS_USE_COMPILER=FALSE -G "CodeBlocks - Unix Makefiles" -S ./zkllvm-template -B ~/.build/zkllvm-template/debug

CMake Warning (dev) in CMakeLists.txt:
  No project() command is present.  The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command.  Add a line of
  code such as

    project(ProjectName)

  near the top of the file, but after cmake_minimum_required().

  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at CMakeLists.txt:9 (include):
  include could not find requested file:

    CircuitCompile


-- Found Boost: /opt/local/include (found version "1.76.0") found components: container random system unit_test_framework 
-- Could not find support for SSE2 on this machine.
-- Could not find support for SSE3 on this machine.
-- Could not find support for SSSE3 on this machine.
-- Could not find support for SSE4.1 on this machine.
-- Could not find support for SSE4.2 on this machine.
CMake Deprecation Warning at libs/crypto3/libs/containers/CMakeLists.txt:32 (cmake_policy):
  The OLD behavior for policy CMP0079 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Could not find support for SSE2 on this machine.
-- Could not find support for SSE3 on this machine.
-- Could not find support for SSSE3 on this machine.
-- Could not find support for SSE4.1 on this machine.
-- Could not find support for SSE4.2 on this machine.
-- Found Boost: /opt/local/include (found version "1.76.0")  
-- Could not find support for SSE2 on this machine.
-- Could not find support for SSE3 on this machine.
-- Could not find support for SSSE3 on this machine.
-- Could not find support for SSE4.1 on this machine.
-- Could not find support for SSE4.2 on this machine.
-- Could not find support for SSE2 on this machine.
-- Could not find support for SSE3 on this machine.
-- Could not find support for SSSE3 on this machine.
-- Could not find support for SSE4.1 on this machine.
-- Could not find support for SSE4.2 on this machine.
-- Could NOT find TomMath (missing: TomMath_LIBRARY TomMath_INCLUDE_DIRS) 
CMake Error at src/CMakeLists.txt:11 (add_circuit):
  Unknown CMake command "add_circuit".
Call Stack (most recent call first):
  src/CMakeLists.txt:42 (add_example)


-- Configuring incomplete, errors occurred!
See also "zkllvm-template/debug/CMakeFiles/CMakeOutput.log".
See also "zkllvm-template/debug/CMakeFiles/CMakeError.log".

[Failed to reload]
@nemothenoone nemothenoone added the bug Something isn't working label May 16, 2023
nemothenoone added a commit that referenced this issue Jun 2, 2023
nemothenoone added a commit that referenced this issue Jun 2, 2023
nemothenoone added a commit that referenced this issue Jun 3, 2023
NickVolynkin added a commit that referenced this issue Jun 12, 2023
This reverts commits:
* dba71d6
* fbf2d5f
* 08eb154

Resolves #24
NickVolynkin added a commit that referenced this issue Jun 12, 2023
This reverts commits:
* dba71d6
* fbf2d5f
* 08eb154

Resolves #24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant