C ++ x11程序编译并运行,但在eclipse上显示错误/警告

时间:2013-07-08 16:40:05

标签: c++ eclipse macos c++11 installation

我正试图在我的eclipse上使用C ++ 11(使用mac);我已经将gcc升级到4.7并在下面的图片中编写了简单的代码。如您所见,

下方有一条红线
thread t1(call_from_thread);
t1.join();

并且

下有一条令人担忧的消息(黄色)
#include <thread>

尽管存在错误/警告,但仍会编译并运行。我想知道为什么我仍然会遇到这些错误?

注意:

  1. 我在Cross G ++编译器和Linker命令上的设置是:/ opt / local / bin / g ++
  2. 我正在阅读http://www.eclipse.org/forums/index.php/mv/msg/282618/787571/之后写这篇文章并试图用 GXX_EXPERIMENTAL_CXX0X 来解决这个问题我还是有同样的错误信息
  3. 我也尝试过juno和Indigo
  4. 谢谢

    enter image description here

0 个答案:

没有答案