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.
我正在尝试将我们的系统从 Xcode 3.2 移动到 Xcode 4.6,但出现以下编译错误(同一行)
Expected identifier or '{' Expected unqualified-id
导致错误的代码是(行 - 命名空间 PVM):
namespace wvNS { namespace PVM { int a = 1; } }
我们在系统内的文件数量中有此代码。有人可以对此有所了解吗?
谢谢!
谢谢马特!
我在 10.8 SDK 中找到了这个(显然不在 10.6 SDK 中)
#define PSWP 0 #define PVM 4 #define PINOD 8 #define PRIBIO 16 #define PVFS 20