Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android NDKを使用してプロジェクトをコンパイルしようとすると、次のエラーが発生します...
エラー: 不明な型名 'boolean'
ブール値を説明するヘッダーまたはそのようなものが欠落していると思います。しかし、私はそれを見つけることができないようです。これをgrepする簡単な方法はありますか?
これは私にとってはうまくいくようでした:
grep -r "typedef boolean" ./