[Unreal-users] (no subject)
Status: Beta
Brought to you by:
wildchild
From: KnightHawk <kh...@an...> - 2003-01-09 00:05:26
|
We currently have a server that we are trying upgrade to anything past beta 9. Currently,the IRCD and OS is : Unreal3.2-Selene[beta9] Running Linux 2.4.18-3. When doing the make, regardless of doing a fresh install or a make clean first and then a make, we get the following errors (same result with gmake as well): In file included from ../include/threads.h:35, from events.c:46: /usr/local/include/pthread.h:275: conflicting types for `pthread_t' /usr/include/bits/pthreadtypes.h:140: previous declaration of `pthread_t' /usr/local/include/pthread.h:276: conflicting types for `pthread_attr_t' /usr/include/bits/pthreadtypes.h:52: previous declaration of `pthread_attr_t' /usr/local/include/pthread.h:277: conflicting types for `pthread_key_t' /usr/include/bits/pthreadtypes.h:70: previous declaration of `pthread_key_t' /usr/local/include/pthread.h:278: warning: redefinition of `pthread_once_t' /usr/include/bits/pthreadtypes.h:94: warning: `pthread_once_t' previously declared here /usr/local/include/pthread.h:279: conflicting types for `pthread_mutexattr_t' /usr/include/bits/pthreadtypes.h:90: previous declaration of `pthread_mutexattr_t' /usr/local/include/pthread.h:280: conflicting types for `pthread_mutex_t' /usr/include/bits/pthreadtypes.h:83: previous declaration of `pthread_mutex_t' /usr/local/include/pthread.h:281: conflicting types for `pthread_condattr_t' /usr/include/bits/pthreadtypes.h:67: previous declaration of `pthread_condattr_t' /usr/local/include/pthread.h:282: conflicting types for `pthread_cond_t' /usr/include/bits/pthreadtypes.h:60: previous declaration of `pthread_cond_t' make[1]: *** [events.o] Error 1 make[1]: Leaving directory `/home/nipsy/Unreal3.2/src' make: *** [build] Error 2 Is there any way around this? |