rizsotto / Bear

Bear is a tool that generates a compilation database for clang tooling.
GNU General Public License v3.0
4.83k stars 313 forks source link

Installation problem on Sonoma 14.6.1 #596

Open knepley opened 1 month ago

knepley commented 1 month ago

Describe the bug The wrapper and bear executables fail to link

To Reproduce Follow the generic build instructions

Expected behavior It should link properly

Environment:

Additional context You can fix fix by editing source/bear/CMakeLists.txt source/intercept/CMakeLists.txt and adding "-framework CoreFoundation" -lresolv to target_link_libraries