Eclipse CDT を使用しています。Windows用の4.1をダウンロードしました。
プロジェクトのプロパティに移動して、インクルード フォルダーをプロジェクトに追加し、C/C++ 全般 >> パスとシンボル >> インクルードにフォルダーを追加しました。
make ファイルにインクルードを追加しました。
残念ながら、ビルド エラーが発生しています。
#error Unsupported machine word size.
‘__TBB_CompareAndSwapW’ was not declared in this scope
incomplete type ‘tbb::internal::machine_load_store_relaxed<int, 4u>’
used in nested name specifier
there are no arguments to ‘__TBB_CompareAndSwapW’ that depend on a template
parameter, so a declaration of ‘__TBB_CompareAndSwapW’ must be available
自分を助けるために何ができますか?