When I compiling libuv in my server it always showed below error. Anyone 
has a idea?

$make
make  all-am
make[1]: Entering directory 
`/picb/compbio.finished/compbio2/xiongjieyi/programs/libuv'
  CC     src/libuv_la-fs-poll.lo
In file included from ./include/uv.h:61,
                 from src/fs-poll.c:22:
./include/uv-unix.h:128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘uv_rwlock_t’
./include/uv-unix.h:145: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘uv_barrier_t’
In file included from src/fs-poll.c:22:
./include/uv.h:2053: error: expected ‘)’ before ‘*’ token
./include/uv.h:2054: error: expected ‘)’ before ‘*’ token
./include/uv.h:2055: error: expected ‘)’ before ‘*’ token
./include/uv.h:2056: error: expected ‘)’ before ‘*’ token
./include/uv.h:2057: error: expected ‘)’ before ‘*’ token
./include/uv.h:2058: error: expected ‘)’ before ‘*’ token
./include/uv.h:2059: error: expected ‘)’ before ‘*’ token
./include/uv.h:2060: error: expected ‘)’ before ‘*’ token
./include/uv.h:2096: error: expected ‘)’ before ‘*’ token
./include/uv.h:2097: error: expected ‘)’ before ‘*’ token
./include/uv.h:2098: error: expected ‘)’ before ‘*’ token
./include/uv.h:2144: error: expected specifier-qualifier-list before 
‘uv_rwlock_t’
make[1]: *** [src/libuv_la-fs-poll.lo] Error 1
make[1]: Leaving directory 
`/picb/compbio.finished/compbio2/xiongjieyi/programs/libuv'
make: *** [all] Error 2

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to