rizsotto / Bear

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

stdlib functions cannot be used #229

Closed ta3pks closed 5 years ago

ta3pks commented 5 years ago

Expected Behavior

to have the same result as just running the command without bear

Actual Behavior

the command fails

Environment

ta3pks commented 5 years ago

the same issue was closed #144 but xcode-select --install is not the solution

image image
rizsotto commented 5 years ago

215 looks very similar to this. Can be the same issue?

crowell commented 5 years ago

yes, this is the same as #215, and the workaround i posted there should apply

rizsotto commented 5 years ago

you wanted to track it in a new ticket?

ta3pks commented 5 years ago

@rizsotto i didnt notice that thread i just found the #144 which was closed thats why opened the new one and the solution in #215 fixes my problem thanks.

rizsotto commented 5 years ago

thanks @NikosEfthias