linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04194
[Question #159745]: UPDATE ERRORS
New question #159745 on ADCH++:
https://answers.launchpad.net/adchpp/+question/159745
0x255@SonicTorment:~/dev/adchpp$ scons mode=release
scons: Reading SConscript files ...
Checking for C header file poll.h... (cached) no
Checking for C header file sys/epoll.h... (cached) no
Checking for C header file ruby.h... (cached) no
Checking for dlopen() in C library dl... (cached) no
Checking for pthread_create() in C library pthread... (cached) no
Checking for SSL_connect() in C library ssl... (cached) no
Ruby not found, skipping ruby module
Python.h not found, not building python extension
No Linux support for PHP extensions yet
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/release-default/adchpp/AdcCommand.os (shared)
In file included from adchpp/Mutex.h:22:0,
from adchpp/Pool.h:22,
from adchpp/Buffer.h:22,
from adchpp/AdcCommand.h:25,
from adchpp/AdcCommand.cpp:21:
adchpp/Thread.h:82:2: error: #error No threading support found
In file included from adchpp/Pool.h:22:0,
from adchpp/Buffer.h:22,
from adchpp/AdcCommand.h:25,
from adchpp/AdcCommand.cpp:21:
adchpp/Mutex.h:103:2: error: #error No mutex found
In file included from adchpp/Buffer.h:22:0,
from adchpp/AdcCommand.h:25,
from adchpp/AdcCommand.cpp:21:
adchpp/Pool.h:87:2: error: ‘FastMutex’ does not name a type
adchpp/Pool.h: In member function ‘T* adchpp: ool<T, Clear>::get()’:
adchpp/Pool.h:76:3: error: ‘FastMutex’ has not been declared
adchpp/Pool.h:76:19: error: expected ‘;’ before ‘l’
adchpp/Pool.h: In member function ‘void adchpp: ool<T, Clear>: ut(T ’:
adchpp/Pool.h:80:3: error: ‘FastMutex’ has not been declared
adchpp/Pool.h:80:19: error: expected ‘;’ before ‘l’
In file included from adchpp/Buffer.h:23:0,
from adchpp/AdcCommand.h:25,
from adchpp/AdcCommand.cpp:21:
adchpp/FastAlloc.h: At global scope:
adchpp/FastAlloc.h:28:19: error: ‘FastMutex’ does not name a type
adchpp/FastAlloc.h: In static member function ‘static void* adchpp::FastAlloc<T>::allocate()’:
adchpp/FastAlloc.h:63:3: error: ‘FastMutex’ has not been declared
adchpp/FastAlloc.h:63:19: error: expected ‘;’ before ‘l’
adchpp/FastAlloc.h: In static member function ‘static void adchpp::FastAlloc<T>: eallocate(void ’:
adchpp/FastAlloc.h:73:3: error: ‘FastMutex’ has not been declared
adchpp/FastAlloc.h:73:19: error: expected ‘;’ before ‘l’
scons: *** [build/release-default/adchpp/AdcCommand.os] Error 1
scons: building terminated because of errors.
0x255@SonicTorment:~/dev/adchpp$
PLease help me ....
--
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.