Created
March 22, 2020 15:40
-
-
Save LinArcX/d573ed769861f7e8c626edd2c3e6d4de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ╰ make | |
| [ 37%] Built target util | |
| [ 50%] Built target sqlite | |
| [ 75%] Built target ui | |
| [ 87%] Built target libgit | |
| [ 93%] Linking C executable captain-ballard | |
| /nix/store/ajrrkivdfvp8dp4vdg5hp1h5hblmanc9-binutils-2.31.1/bin/ld: ../modules/liblibgit.a(git_common.c.o): in function `check_lg2': | |
| git_common.c:(.text+0x14): undefined reference to `git_error_last' | |
| /nix/store/ajrrkivdfvp8dp4vdg5hp1h5hblmanc9-binutils-2.31.1/bin/ld: ../modules/liblibgit.a(git_common.c.o): in function `treeish_to_tree': | |
| git_common.c:(.text+0x81c): undefined reference to `git_error_last' | |
| /nix/store/ajrrkivdfvp8dp4vdg5hp1h5hblmanc9-binutils-2.31.1/bin/ld: git_common.c:(.text+0x835): undefined reference to `git_error_last' | |
| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) | |
| make[2]: *** [core/CMakeFiles/captain-ballard.dir/build.make:90: core/captain-ballard] Error 1 | |
| make[1]: *** [CMakeFiles/Makefile2:100: core/CMakeFiles/captain-ballard.dir/all] Error 2 | |
| make: *** [Makefile:84: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment