-2

我正在尝试将我们的系统从 Xcode 3.2 移动到 Xcode 4.6,但出现以下编译错误(同一行)

Expected identifier or '{' 
Expected unqualified-id 

导致错误的代码是(行 - 命名空间 PVM):

namespace wvNS
{
   namespace PVM
   {
       int a = 1;
   }
}

我们在系统内的文件数量中有此代码。有人可以对此有所了解吗?

谢谢!

4

1 回答 1

0

谢谢马特!

我在 10.8 SDK 中找到了这个(显然不在 10.6 SDK 中)

#define PSWP    0
#define PVM     4
#define PINOD   8
#define PRIBIO  16
#define PVFS    20
于 2013-09-12T10:58:56.803 回答