brew install Valgrind 명령으로 Valgrind를 설치하려고했는데 다음과 같은 메시지가 나타납니다.
"valgrind :이 공식은 업스트림 비 호환성으로 인해 Sierra보다 새로운 macOS 버전에서 컴파일되거나 작동하지 않습니다. 오류 : 충족되지 않은 요구 사항이이 빌드에 실패했습니다."
또한 "valgrind 편집"을 만들고 코드의 헤드 섹션에서 "sourceware.org/git/valgrind.git"를 "git : //sourceware.org/git/valgrind.git"로 바꾸고 Iterm에 썼습니다. brew install --HEAD valgrind
"하지만 그것은 나에게 준다 :
Last 15 lines from /Users/m/Library/Logs/Homebrew/valgrind/02.configure:
checking for gcc-ar... no
checking for perl... /usr/bin/perl
checking for gdb... /no/gdb/was/found/at/configure/time
checking dependency style of clang... none
checking for diff -u... yes
checking for clang option to accept ISO C99... none needed
checking for a supported version of gcc... ok (clang-11.0.0)
checking build system type... x86_64-pc-darwin
checking host system type... x86_64-pc-darwin
checking for a supported CPU... ok (x86_64)
checking for a 64-bit only build... yes
checking for a 32-bit only build... no
checking for a supported OS... ok (darwin)
checking for the kernel version... unsupported (19.0.0)
configure: error: Valgrind works on Darwin 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x and 17.x (Mac OS X 10.6/7/8/9/10/11 and macOS 10.12/13)
READ THIS: https://docs.brew.sh/Troubleshooting