- 締切済み
make時のエラーについて
mantaflow(http://mantaflow.ethz.ch/install.html)をmakeしようとしたのですが 以下のエラーが出てしまいます。 ::syscallとは何の事でしょうか? 環境はubuntu 12.04 32bitです。 libtbb-devはインストールしてあります、解決法をご教示下さい。 /home/name/mantaflow/mantaflow/source/fluidsolver.cpp:15: /usr/include/tbb/machine/linux_common.h: 関数 ‘int tbb::internal::futex_wait(void*, int)’ 内: /usr/include/tbb/machine/linux_common.h:67:13: エラー: ‘::syscall’ has not been declared /usr/include/tbb/machine/linux_common.h: 関数 ‘int tbb::internal::futex_wakeup_one(void*)’ 内: /usr/include/tbb/machine/linux_common.h:76:13: エラー: ‘::syscall’ has not been declared /usr/include/tbb/machine/linux_common.h: 関数 ‘int tbb::internal::futex_wakeup_all(void*)’ 内: /usr/include/tbb/machine/linux_common.h:82:13: エラー: ‘::syscall’ has not been declared make[2]: *** [CMakeFiles/manta.dir/pp/source/fluidsolver.cpp.o] エラー 1 make[1]: *** [CMakeFiles/manta.dir/all] エラー 2 make: *** [all] エラー 2
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- Tacosan
- ベストアンサー率23% (3656/15482)
これかなぁ. ほかに警告メッセージとか出てませんかね.