никогда не пользовался биром. установил. запускаю и получаю: bear -- make
bear: Internal error.
Traceback (most recent call last):
File "/usr/bin/bear", line 289, in wrapper
return function(*args, **kwargs)
File "/usr/bin/bear", line 316, in intercept_build
exit_code, current = capture(args, tools)
File "/usr/bin/bear", line 340, in capture
exit_code = run_build(
args.build, env=environment)
File "/usr/bin/bear", line 213, in run_build
exit_code =
subprocess.call(command, *args, **kwargs)
File "/usr/lib/python3.8/subprocess.py", line 340, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.8/subprocess.py", line 854, in
init self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '--'
bear: Please run this command again and turn on verbose mode (add '-vvvv' as argument).