php-uuid扩展安装错误?怎么了?

时间:2018-04-24 08:18:18

标签: php

我在mac上安装uuid扩展。在我安装ossp-uuid之前。 但是make exec时有错误。 怎么解决这个问题? 谢谢!

/Users/houziqiang/sapp/uuid-1.0.4/uuid.c:93:43: error: use of undeclared identifier
      'UUID_TYPE_DCE_TIME'
        REGISTER_LONG_CONSTANT("UUID_TYPE_TIME", UUID_TYPE_DCE_TIME, CONST_PERSISTE...
                                                 ^
/Users/houziqiang/sapp/uuid-1.0.4/uuid.c:94:42: error: use of undeclared identifier
      'UUID_TYPE_DCE_RANDOM'
        REGISTER_LONG_CONSTANT("UUID_TYPE_DCE", UUID_TYPE_DCE_RANDOM, CONST_PERSIST...
                                                ^
/Users/houziqiang/sapp/uuid-1.0.4/uuid.c:95:43: error: use of undeclared identifier
      'UUID_TYPE_DCE_TIME'
        REGISTER_LONG_CONSTANT("UUID_TYPE_NAME", UUID_TYPE_DCE_TIME, CONST_PERSISTE...
                                                 ^
/Users/houziqiang/sapp/uuid-1.0.4/uuid.c:96:45: error: use of undeclared identifier
      'UUID_TYPE_DCE_RANDOM'
        REGISTER_LONG_CONSTANT("UUID_TYPE_RANDOM", UUID_TYPE_DCE_RANDOM, CONST_PERS...
                                                   ^
/Users/houziqiang/sapp/uuid-1.0.4/uuid.c:169:9: error: use of undeclared identifier
      'UUID_TYPE_DCE_TIME'
          case UUID_TYPE_DCE_TIME:
               ^
/Users/houziqiang/sapp/uuid-1.0.4/uuid.c:172:9: error: use of undeclared identifier
      'UUID_TYPE_DCE_RANDOM'
          case UUID_TYPE_DCE_RANDOM:
               ^
/Users/houziqiang/sapp/uuid-1.0.4/uuid.c:354:14: warning: implicit declaration of function
      'uuid_time' is invalid in C99 [-Wimplicit-function-declaration]
        RETURN_LONG(uuid_time(u, NULL));
                    ^
1 warning and 6 errors generated.
make: *** [uuid.lo] Error 1`enter code here`

0 个答案:

没有答案