← Back to team overview

linuxdcpp-team team mailing list archive

Re: [Question #159745]: UPDATE ERRORS

 

Question #159745 on ADCH++ changed:
https://answers.launchpad.net/adchpp/+question/159745

E_zombie proposed the following answer:
revno: 520
committer: pR0Ps <pR0Ps.CM@xxxxxxxxx>
branch nick: adchpp
timestamp: Tue 2011-08-30 21:52:09 -0400


openssl-devel-1.0.0d-1.fc15.i686
openssl-1.0.0d-1.fc15.i686


# LANG=en_US scons
scons: Reading SConscript files ...
Checking for C header file poll.h... (cached) yes
Checking for C header file sys/epoll.h... (cached) yes
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
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-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::Pool<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::Pool<T, Clear>::put(T*)':
adchpp/Pool.h:80:3: error: 'FastMutex' has not been declared
adchpp/Pool.h:80:19: error: expected ';' before 'l'
scons: *** [build/debug-default/adchpp/AdcCommand.os] Error 1
scons: building terminated because of errors.

-- 
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.