我正在尝试将我们的系统从Xcode 3.2移动到Xcode 4.6,我得到以下编译错误(同一行)
Expected identifier or '{'
Expected unqualified-id
导致错误的代码是(行 - 名称空间PVM):
namespace wvNS
{
namespace PVM
{
int a = 1;
}
}
我们的系统内部有多少个文件。 有人可以发现这个吗?
谢谢!
答案 0 :(得分:0)
谢谢马特!
我在10.8 SDK中找到了这个(显然不在10.6 SDK中)
#define PSWP 0
#define PVM 4
#define PINOD 8
#define PRIBIO 16
#define PVFS 20