-
Notifications
You must be signed in to change notification settings - Fork 10
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
I have an issue #11
Comments
What are you trying to accomplish? This package is part of Darling, we don't really intend for it to be used standalone. |
Im trying to download the corecrypto library, but I cant find any other github or download for it, so I thought this was it. |
*** No rule to make target 'install'. Stop.who can help me? |
What are you trying to do? |
The makefile line numbers are different. |
@NotKirito How did you try to build the library? Anyways, this repo contains a submodule (for ctest), so the proper way to clone it is with the |
Thanks for the fast reply! I should have |
Now, it compiles, but I get a |
Update: I gave up compiling it and decided to take the precompiled slightly older version, if anybody else finds this issue intending to use this for AltServer-Linux, go to https://github.com/NyaMisty/AltServer-Linux/releases and scroll down to the first x86_64 non-UPnP binary you can find, get your udid with libimobiledevice's idevice_id and run (sorry for offtopic) |
@NotKirito There's currently not any |
I tried, and I got some cryptic type errors from the compiler (already deleted my build docker, will make a new one once I have time). I already kind of gave up on compiling AltServer-Linux with darling-corecrypto, but I’m willing to help debugging this.
Thanks though!
… Le 15 janv. 2022 à 19:21, Ariel Abreu ***@***.***> a écrit :
Now, it compiles, but I get a make: *** No rule to make target 'install'. Stop. when attempting to make install. Could I just cp -r /path/to/darling-corecrypto/include/corecrypto /usr/include/corecrypto?
@NotKirito There's currently not any install commands in the CMakeLists.txt for the non-Apple/Darling build, so CMake doesn't know what files to install. Installing it manually should work; I (or someone else) can add the install commands to the CMakeLists.txt later.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
I am having an issue when I make, I get this exact error
"home/root/darling-corecrypto/tests/main.c:8:10: fatal error: ctest.h: No such file or directory
8 | #include <ctest.h>
| ^~~~~~~~~
compilation terminated.
make[2]: *** [tests/CMakeFiles/test_corecrypto.dir/build.make:63: tests/CMakeFiles/test_corecrypto.dir/main.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:125: tests/CMakeFiles/test_corecrypto.dir/all] Error 2
make: *** [Makefile:84: all] Error 2"
The text was updated successfully, but these errors were encountered: