Re: Make error..
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Utsman Abdurrahman wrote: > Dear All, > I found error when Iam trying to reinstall my Kannel 1.3.2 on make command > step. It is ok on configure step, with description : > Running system checks ... [snip] > Checking for POSIX threads support ... > checking for working pthreads... yes > checking for pthread_spinlock support... no > checking for pthread_rwlock support... no heh, what a system is that (no rwlocks support)? [snip] > > But on make command. > Error came out : > gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 -o gw/bb_alog.o > -c gw/bb_alog.c In file included from gwlib/gwlib.h:104, > from gw/bb_alog.c:64: > gwlib/gw-rwlock.h:69: parse error before "pthread_rwlock_t" > gwlib/gw-rwlock.h:69: warning: no semicolon at end of struct or union > gwlib/gw-rwlock.h:71: parse error before '}' token > gwlib/gw-rwlock.h:71: warning: data definition has no type or storage > class gwlib/gw-rwlock.h:76: parse error before '*' token > gwlib/gw-rwlock.h:76: warning: data definition has no type or storage > class gwlib/gw-rwlock.h:77: parse error before '*' token > gwlib/gw-rwlock.h:78: parse error before '*' token > gwlib/gw-rwlock.h:79: parse error before '*' token > gwlib/gw-rwlock.h:80: parse error before '*' token > gwlib/gw-rwlock.h:81: parse error before '*' token > make: *** [gw/bb_alog.o] Error 1 > > Please advice, cause this errors is very confusing me. > I would be very grateful for any responds regarding this message. fixed in cvs, please try it. -- Thanks, Alex