升级后,Ubuntu 12.04上的C ++ Eclipse无法解析

时间:2022-05-07 21:22:45

After upgrading to 12.04, my Eclipse that I had since 11.10 has been full of errors at start up. Now, it can't resolve standard stuff like fprintf, clock, and time, even though the exact same project compiled on 11.10 and I triple checked the includes being.... included. I already clear the Discovery options for C, C++ in both Debug and Release.... still the same. (though after the first clear, things got better, as the issue was worse before, with it not even knowing of the includes)

升级到12.04后,我从11.10开始的Eclipse在启动时充满了错误。现在,它无法解决标准的东西,如fprintf,时钟和时间,即使在11.10编译完全相同的项目,我三重检查包括....包括。我已经在Debug和Release中清除了C,C ++的Discovery选项....仍然是一样的。 (虽然在第一次明确之后,事情变得更好,因为之前的问题更糟,因为它甚至不知道包括)

Any idea how to fix this?

知道如何解决这个问题吗?

1 个解决方案

#1


0  

Right-click on your project and choose Index -> Update with Modified Files

右键单击您的项目,然后选择“索引” - >“使用修改的文件更新”

#1


0  

Right-click on your project and choose Index -> Update with Modified Files

右键单击您的项目,然后选择“索引” - >“使用修改的文件更新”