linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02526
[Bug 502923] Re: build error, Freebsd 7.1, rev. 283
** Changed in: adchpp
Status: New => Incomplete
--
build error, Freebsd 7.1,rev. 283
https://bugs.launchpad.net/bugs/502923
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
Status in ADCH++: Incomplete
Bug description:
# uname -a
FreeBSD 7.1-RELEASE
# pkg_info | grep gcc
gcc-4.2.5.20090325_1 GNU Compiler Collection 4.2
pkg_info | grep scons
scons-1.2.0_20090223 A build tool alternative to make
pkg_info | grep pyth
py25-dnspython-1.6.0 A DNS toolkit for Python
python-2.5,2 The "meta-port" for the default version of Python interpret
python24-2.4.5_3 An interpreted object-oriented programming language
python25-2.5.4_2 An interpreted object-oriented programming language
python26-2.6.4 An interpreted object-oriented programming language
# scons
scons: Reading SConscript files ...
Checking for C header file poll.h... (cached) yes
Checking for C header file sys/epoll.h... (cached) no
Checking for dlopen() in C library dl... (cached) no
Checking for pthread_create() in C library pthread... (cached) yes
Checking for SSL_connect() in C library ssl... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-default/adchpp/AdcCommand.os (shared)
In file included from adchpp/AdcCommand.h:24,
from adchpp/AdcCommand.cpp:21:
adchpp/Util.h: In static member function 'static int64_t adchpp::Util::toInt64(const char*)':
adchpp/Util.h:177: error: 'atoll' was not declared in this scope
scons: *** [build/debug-default/adchpp/AdcCommand.os] Error 1
scons: building terminated because of errors.