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

Library Fails to Build #54

Closed
wereretot opened this issue May 8, 2023 · 1 comment
Closed

Library Fails to Build #54

wereretot opened this issue May 8, 2023 · 1 comment

Comments

@wereretot
Copy link

cmake .  ✔
cmake --build . --config Release
-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- CMAKE_SYSTEM_PROCESSOR: x86_64
-- x86 detected
CMake Error at CMakeLists.txt:215 (add_subdirectory):
The source directory

/home/rexommendation/Downloads/rwkv.cpp-master-a3178b2/ggml

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:218 (set_target_properties):
set_target_properties Can not find target to add properties to: ggml

-- Configuring incomplete, errors occurred!
make: Makefile: No such file or directory
make: *** No rule to make target 'Makefile'. Stop.

@saharNooby
Copy link
Collaborator

Hi! This duplicates #29, solution is there.

If you insist on downloading zip file instead of cloning using git, you can download zip for ggml library and unpack it into ggml directory.

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

2 participants