From 7251b50b353b34698c53e5ad9a462646fa84d536 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 20 Jan 2019 14:22:45 -0500 Subject: [PATCH] Make bear-macos issue a sub-tree Since it is directly relevant to the project-compile-settings section. --- modules/lang/cc/README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/lang/cc/README.org b/modules/lang/cc/README.org index 4097e8e09..d08a988a7 100644 --- a/modules/lang/cc/README.org +++ b/modules/lang/cc/README.org @@ -14,7 +14,7 @@ - [[rtags][rtags]] - [[Configure][Configure]] - [[Project compile settings][Project compile settings]] - - [[Known issues with bear on macOS][Known issues with bear on macOS]] + - [[Known issues with bear on macOS][Known issues with bear on macOS]] * Description This module adds support for the C-family of languages: C, C++, and Objective-C. @@ -125,7 +125,8 @@ bear make Use ~M-x +cc/reload-compile-db~ to reload your compile db in an already-open C/C++/ObjC buffer. -** Known issues with bear on macOS + +*** Known issues with bear on macOS MacOS' [[https://support.apple.com/en-us/HT204899][System Integrity Protection (SIP)]] might interfere with bear if ~make~ is under ~/usr/bin/~ which results in an empty compilation database. @@ -161,6 +162,5 @@ bear gmake #+END_SRC Additional info: - + [[https://github.com/rizsotto/Bear/issues/158][Empty compilation database with compiler in /usr/local]] + [[https://github.com/rizsotto/Bear/issues/152][Workaround for 'Empty compilation database on OS X Captain]]