开发者

Compling Gearman Error - storage size uuid unknown

Trying to compile gearman on Suse 10 and I get this:

#:~/src/gearmand-0.14> sudo make
make  all-am
make[1]: Entering directory `/src/gearmand-0.14'
  CC     libgearman/libgearman_libgearman_la-client.lo
libgearman/client.c: In function '_client_add_task':
libgearman/client.c:986: error: storage size of 'uuid' isn't known
libgearman/client.c:1002: warning: implicit declaration of function 'uuid_generate'
libgearman/client.c:1003: warning: implicit declaration of function 'uuid_unparse'
libgearman/client.c:986: warning: unused variable 'uuid' [-Wunused-variable]
make[1]: *** [开发者_如何学Pythonlibgearman/libgearman_libgearman_la-client.lo] Error 1
make[1]: Leaving directory `/src/gearmand-0.14'
make: *** [all] Error 2

Here is the source file in question:

http://bazaar.launchpad.net/~gearman-developers/gearmand/trunk/annotate/head:/libgearman/client.c


storage size of 'uuid' isn't known

I guess you're missing an #include in client.c.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜