scons: done reading SConscript files.scons: Building targets ...g++ -o build/client/AdcCommand.o -c -pthread -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_DATADIR='"/usr/local/share"' client/AdcCommand.cpp/usr/include/pthread.h:285: ошибка: conflicting declaration ‘typedef struct pthread_st* pthread_t’/usr/include/bits/pthreadtypes.h:36: ошибка: ‘pthread_t’ has a previous declaration as ‘typedef long unsigned int pthread_t’/usr/include/pthread.h:286: ошибка: conflicting declaration ‘typedef struct pthread_attr_st* pthread_attr_t’/usr/include/bits/pthreadtypes.h:43: ошибка: ‘pthread_attr_t’ has a previous declaration as ‘typedef union pthread_attr_t pthread_attr_t’/usr/include/pthread.h:287: ошибка: conflicting declaration ‘typedef int pthread_key_t’/usr/include/bits/pthreadtypes.h:109: ошибка: ‘pthread_key_t’ has a previous declaration as ‘typedef unsigned int pthread_key_t’/usr/include/pthread.h:289: ошибка: conflicting declaration ‘typedef int pthread_mutexattr_t’/usr/include/bits/pthreadtypes.h:79: ошибка: ‘pthread_mutexattr_t’ has a previous declaration as ‘typedef union pthread_mutexattr_t pthread_mutexattr_t’/usr/include/pthread.h:290: ошибка: conflicting declaration ‘typedef struct pthread_mutex_st* pthread_mutex_t’/usr/include/bits/pthreadtypes.h:73: ошибка: ‘pthread_mutex_t’ has a previous declaration as ‘typedef union pthread_mutex_t pthread_mutex_t’/usr/include/pthread.h:291: ошибка: conflicting declaration ‘typedef int pthread_condattr_t’/usr/include/bits/pthreadtypes.h:105: ошибка: ‘pthread_condattr_t’ has a previous declaration as ‘typedef union pthread_condattr_t pthread_condattr_t’/usr/include/pthread.h:292: ошибка: conflicting declaration ‘typedef struct pthread_cond_st* pthread_cond_t’/usr/include/bits/pthreadtypes.h:99: ошибка: ‘pthread_cond_t’ has a previous declaration as ‘typedef union pthread_cond_t pthread_cond_t’/usr/include/pthread.h:293: ошибка: conflicting declaration ‘typedef int pthread_rwlockattr_t’/usr/include/bits/pthreadtypes.h:142: ошибка: ‘pthread_rwlockattr_t’ has a previous declaration as ‘typedef union pthread_rwlockattr_t pthread_rwlockattr_t’/usr/include/pthread.h:294: ошибка: conflicting declaration ‘typedef struct pthread_rwlock_st* pthread_rwlock_t’/usr/include/bits/pthreadtypes.h:136: ошибка: ‘pthread_rwlock_t’ has a previous declaration as ‘typedef union pthread_rwlock_t pthread_rwlock_t’client/CriticalSection.h: In constructor ‘FastCriticalSection::FastCriticalSection()’:client/CriticalSection.h:100: ошибка: нет подходящей функции для вызова ‘pthread_mutex_t::pthread_mutex_t(NULL)’/usr/include/bits/pthreadtypes.h:73: замечание: претенденты: pthread_mutex_t::pthread_mutex_t()/usr/include/bits/pthreadtypes.h:73: замечание: pthread_mutex_t::pthread_mutex_t(const pthread_mutex_t&)scons: *** [build/client/AdcCommand.o] Error 1scons: building terminated because of errors.
$cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login (leave password blank) $cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp $cd linuxdcpp && scons --prefix=/usr#scons install