linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01032
[Bug 426785] Re: not compiled F11
Fixed in version 2.5.0.
** Changed in: adchpp
Status: Fix Committed => Fix Released
--
not compiled F11
https://bugs.launchpad.net/bugs/426785
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
Status in ADCH++: Fix Released
Bug description:
# LANG=en_EN 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 dlopen() in C library dl... (cached) yes
Checking for pthread_create() in C library pthread... (cached) yes
Checking for SSL_connect() in C library ssl... (cached) yes
bzr: warning: unsupported locale setting
Could not determine what text encoding to use.
This error usually means your Python interpreter
doesn't support the locale set by $LANG (en_EN)
Continuing with ascii encoding.
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-default/adchpp/AdcCommand.os (shared)
In file included from adchpp/AdcCommand.h:22,
from adchpp/AdcCommand.cpp:21:
adchpp/common.h:97: error: 'uint8_t' was not declared in this scope
adchpp/common.h:97: error: template argument 1 is invalid
adchpp/common.h:97: error: template argument 2 is invalid
adchpp/common.h:97: error: invalid type in declaration before ';' token
adchpp/common.h:98: error: expected initializer before 'ByteIter'
In file included from adchpp/Mutex.h:4,
from adchpp/Pool.h:22,
from adchpp/Util.h:22,
from adchpp/AdcCommand.h:24,
from adchpp/AdcCommand.cpp:21:
adchpp/Thread.h:78: error: 'uint32_t' has not been declared
In file included from adchpp/AdcCommand.h:24,
from adchpp/AdcCommand.cpp:21:
adchpp/Util.h:303: error: 'uint32_t' does not name a type
adchpp/Util.h:304: error: 'uint32_t' does not name a type
adchpp/Util.h:305: error: 'uint32_t' does not name a type
In file included from adchpp/AdcCommand.h:25,
from adchpp/AdcCommand.cpp:21:
adchpp/Buffer.h:25: error: ISO C++ forbids declaration of 'uint8_t' with no type
adchpp/Buffer.h:25: error: expected ';' before '*' token
adchpp/Buffer.h:26: error: expected ';' before 'uint8_t'
adchpp/Buffer.h:26: error: ISO C++ forbids declaration of 'uint8_t' with no type
adchpp/Buffer.h:26: error: expected ';' before '*' token
adchpp/Buffer.h:29: error: expected ';' before 'void'
adchpp/Buffer.h: In constructor 'adchpp::Buffer::Buffer(const std::string&)':
adchpp/Buffer.h:15: error: 'uint8_t' was not declared in this scope
adchpp/Buffer.h:15: error: expected primary-expression before ')' token
adchpp/Buffer.h:15: error: expected primary-expression before ')' token
adchpp/Buffer.h: In constructor 'adchpp::Buffer::Buffer(const void*, size_t)':
adchpp/Buffer.h:16: error: 'uint8_t' was not declared in this scope
adchpp/Buffer.h:16: error: expected primary-expression before ')' token
adchpp/Buffer.h:16: error: expected primary-expression before ')' token
adchpp/Buffer.h:16: error: expected ')' before 'ptr'
adchpp/Buffer.h: In member function 'void adchpp::Buffer::resize(size_t)':
adchpp/Buffer.h:23: error: request for member 'resize' in 'adchpp::Buffer::buf()', which is of non-class type 'int'
adchpp/Buffer.h: In member function 'size_t adchpp::Buffer::size() const':
adchpp/Buffer.h:24: error: request for member 'size' in 'adchpp::Buffer::buf()', which is of non-class type 'const int'
adchpp/Buffer.h: In member function 'void adchpp::Buffer::erase_first(size_t)':
adchpp/Buffer.h:29: error: request for member 'erase' in 'adchpp::Buffer::buf()', which is of non-class type 'int'
adchpp/Buffer.h:29: error: request for member 'begin' in 'adchpp::Buffer::buf()', which is of non-class type 'int'
adchpp/Buffer.h:29: error: request for member 'begin' in 'adchpp::Buffer::buf()', which is of non-class type 'int'
adchpp/Buffer.h: In member function 'void adchpp::Buffer::append(InputIterator, InputIterator)':
adchpp/Buffer.h:32: error: request for member 'insert' in '((adchpp::Buffer*)this)->adchpp::Buffer::buf()', which is of non-class type 'int'
adchpp/Buffer.h:32: error: request for member 'end' in '((adchpp::Buffer*)this)->adchpp::Buffer::buf()', which is of non-class type 'int'
In file included from adchpp/AdcCommand.cpp:21:
adchpp/AdcCommand.h: At global scope:
adchpp/AdcCommand.h:33: error: 'uint32_t' has not been declared
In file included from adchpp/AdcCommand.cpp:21:
adchpp/AdcCommand.h:93: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:93: error: 'CMD_SUP' was not declared in this scope
adchpp/AdcCommand.h:93: error: template argument 1 is invalid
adchpp/AdcCommand.h:94: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:94: error: 'CMD_STA' was not declared in this scope
adchpp/AdcCommand.h:94: error: template argument 1 is invalid
adchpp/AdcCommand.h:95: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:95: error: 'CMD_INF' was not declared in this scope
adchpp/AdcCommand.h:95: error: template argument 1 is invalid
adchpp/AdcCommand.h:96: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:96: error: 'CMD_MSG' was not declared in this scope
adchpp/AdcCommand.h:96: error: template argument 1 is invalid
adchpp/AdcCommand.h:97: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:97: error: 'CMD_SCH' was not declared in this scope
adchpp/AdcCommand.h:97: error: template argument 1 is invalid
adchpp/AdcCommand.h:98: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:98: error: 'CMD_RES' was not declared in this scope
adchpp/AdcCommand.h:98: error: template argument 1 is invalid
adchpp/AdcCommand.h:99: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:99: error: 'CMD_CTM' was not declared in this scope
adchpp/AdcCommand.h:99: error: template argument 1 is invalid
adchpp/AdcCommand.h:100: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:100: error: 'CMD_RCM' was not declared in this scope
adchpp/AdcCommand.h:100: error: template argument 1 is invalid
adchpp/AdcCommand.h:101: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:101: error: 'CMD_GPA' was not declared in this scope
adchpp/AdcCommand.h:101: error: template argument 1 is invalid
adchpp/AdcCommand.h:102: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:102: error: 'CMD_PAS' was not declared in this scope
adchpp/AdcCommand.h:102: error: template argument 1 is invalid
adchpp/AdcCommand.h:103: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:103: error: 'CMD_QUI' was not declared in this scope
adchpp/AdcCommand.h:103: error: template argument 1 is invalid
adchpp/AdcCommand.h:104: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:104: error: 'CMD_GET' was not declared in this scope
adchpp/AdcCommand.h:104: error: template argument 1 is invalid
adchpp/AdcCommand.h:105: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:105: error: 'CMD_GFI' was not declared in this scope
adchpp/AdcCommand.h:105: error: template argument 1 is invalid
adchpp/AdcCommand.h:106: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:106: error: 'CMD_SND' was not declared in this scope
adchpp/AdcCommand.h:106: error: template argument 1 is invalid
adchpp/AdcCommand.h:107: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:107: error: 'CMD_SID' was not declared in this scope
adchpp/AdcCommand.h:107: error: template argument 1 is invalid
adchpp/AdcCommand.h:109: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:109: error: 'CMD_CMD' was not declared in this scope
adchpp/AdcCommand.h:109: error: template argument 1 is invalid
adchpp/AdcCommand.h:112: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:114: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:115: error: ISO C++ forbids declaration of 'uint32_t' with no type
adchpp/AdcCommand.h:115: error: expected ',' or '...' before 'aSID'
adchpp/AdcCommand.h:116: error: 'uint32_t' has not been declared
adchpp/AdcCommand.h:118: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:119: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:121: error: 'uint16_t' does not name a type
adchpp/AdcCommand.h:122: error: ISO C++ forbids declaration of 'uint16_t' with no type
adchpp/AdcCommand.h:122: error: expected ',' or '...' before 'aField'
adchpp/AdcCommand.h:124: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:125: error: 'uint32_t' has not been declared
adchpp/AdcCommand.h:129: error: expected ')' before 'cmd'
adchpp/AdcCommand.h:136: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:166: error: 'uint32_t' has not been declared
adchpp/AdcCommand.h:172: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:173: error: 'uint32_t' has not been declared
adchpp/AdcCommand.h:174: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:175: error: 'uint32_t' has not been declared
adchpp/AdcCommand.h:190: error: 'uint8_t' does not name a type
adchpp/AdcCommand.h:191: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:195: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h:196: error: 'uint32_t' does not name a type
adchpp/AdcCommand.h: In static member function 'static std::string adchpp::AdcCommand::fromSID(int)':
adchpp/AdcCommand.h:115: error: 'aSID' was not declared in this scope
adchpp/AdcCommand.h: In static member function 'static std::string adchpp::AdcCommand::fromField(int)':
adchpp/AdcCommand.h:122: error: 'aField' was not declared in this scope
adchpp/AdcCommand.h: In constructor 'adchpp::AdcCommand::AdcCommand(const std::string&)':
adchpp/AdcCommand.h:130: error: class 'adchpp::AdcCommand' does not have any field named 'cmdInt'
adchpp/AdcCommand.h: In constructor 'adchpp::AdcCommand::AdcCommand(const adchpp::BufferPtr&)':
adchpp/AdcCommand.h:131: error: class 'adchpp::AdcCommand' does not have any field named 'cmdInt'
adchpp/AdcCommand.h:131: error: 'class adchpp::Buffer' has no member named 'data'
adchpp/AdcCommand.h: In copy constructor 'adchpp::AdcCommand::AdcCommand(const adchpp::AdcCommand&)':
adchpp/AdcCommand.h:132: error: class 'adchpp::AdcCommand' does not have any field named 'cmdInt'
adchpp/AdcCommand.h:132: error: 'const class adchpp::AdcCommand' has no member named 'cmdInt'
adchpp/AdcCommand.h:132: error: class 'adchpp::AdcCommand' does not have any field named 'from'
adchpp/AdcCommand.h:132: error: 'const class adchpp::AdcCommand' has no member named 'from'
adchpp/AdcCommand.h:132: error: class 'adchpp::AdcCommand' does not have any field named 'to'
adchpp/AdcCommand.h:132: error: 'const class adchpp::AdcCommand' has no member named 'to'
adchpp/AdcCommand.h: In member function 'std::string adchpp::AdcCommand::getFourCC() const':
adchpp/AdcCommand.h:138: error: 'cmd' was not declared in this scope
adchpp/AdcCommand.h: In member function 'bool adchpp::AdcCommand::operator==(int) const':
adchpp/AdcCommand.h:166: error: 'cmdInt' was not declared in this scope
adchpp/AdcCommand.h: In member function 'void adchpp::AdcCommand::setTo(int)':
adchpp/AdcCommand.h:173: error: 'to' was not declared in this scope
adchpp/AdcCommand.h: In member function 'void adchpp::AdcCommand::setFrom(int)':
adchpp/AdcCommand.h:175: error: 'from' was not declared in this scope
adchpp/AdcCommand.h: In member function 'bool adchpp::CommandHandler<T>::dispatch(adchpp::Client&, adchpp::AdcCommand&)':
adchpp/AdcCommand.h:207: error: 'class adchpp::AdcCommand' has no member named 'getCommand'
adchpp/AdcCommand.h:208: error: 'CMD_SUP' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:209: error: 'CMD_STA' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:210: error: 'CMD_INF' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:211: error: 'CMD_MSG' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:212: error: 'CMD_SCH' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:213: error: 'CMD_RES' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:214: error: 'CMD_CTM' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:215: error: 'CMD_RCM' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:216: error: 'CMD_GPA' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:217: error: 'CMD_PAS' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:218: error: 'CMD_QUI' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:219: error: 'CMD_GET' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:220: error: 'CMD_GFI' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:221: error: 'CMD_SND' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:222: error: 'CMD_SID' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.h:223: error: 'CMD_CMD' is not a member of 'adchpp::AdcCommand'
adchpp/AdcCommand.cpp: At global scope:
adchpp/AdcCommand.cpp:34: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:35: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:36: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:37: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:38: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:39: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:40: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:41: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:42: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:43: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:44: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:45: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:46: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:47: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:48: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:50: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp:52: error: 'uint32_t' does not name a type
adchpp/AdcCommand.cpp: In constructor 'adchpp::AdcCommand::AdcCommand()':
adchpp/AdcCommand.cpp:56: error: class 'adchpp::AdcCommand' does not have any field named 'cmdInt'
adchpp/AdcCommand.cpp:56: error: class 'adchpp::AdcCommand' does not have any field named 'from'
adchpp/AdcCommand.cpp: In constructor 'adchpp::AdcCommand::AdcCommand(adchpp::AdcCommand::Severity, adchpp::AdcCommand::Error, const std::string&, char)':
adchpp/AdcCommand.cpp:58: error: class 'adchpp::AdcCommand' does not have any field named 'cmdInt'
adchpp/AdcCommand.cpp:58: error: 'CMD_STA' was not declared in this scope
adchpp/AdcCommand.cpp:58: error: class 'adchpp::AdcCommand' does not have any field named 'from'
adchpp/AdcCommand.cpp:58: error: 'HUB_SID' was not declared in this scope
adchpp/AdcCommand.cpp: In member function 'void adchpp::AdcCommand::parse(const char*, size_t)':
adchpp/AdcCommand.cpp:87: error: 'cmd' was not declared in this scope
adchpp/AdcCommand.cpp:130: error: 'from' was not declared in this scope
adchpp/AdcCommand.cpp:130: error: 'toSID' was not declared in this scope
adchpp/AdcCommand.cpp:136: error: 'to' was not declared in this scope
adchpp/AdcCommand.cpp:136: error: 'toSID' was not declared in this scope
adchpp/AdcCommand.cpp:164: error: 'from' was not declared in this scope
adchpp/AdcCommand.cpp:164: error: 'toSID' was not declared in this scope
adchpp/AdcCommand.cpp:170: error: 'to' was not declared in this scope
adchpp/AdcCommand.cpp:170: error: 'toSID' was not declared in this scope
adchpp/AdcCommand.cpp: In member function 'std::string adchpp::AdcCommand::toString() const':
adchpp/AdcCommand.cpp:208: error: 'class adchpp::Buffer' has no member named 'data'
adchpp/AdcCommand.cpp:219: error: 'from' was not declared in this scope
adchpp/AdcCommand.cpp:224: error: 'to' was not declared in this scope
adchpp/AdcCommand.cpp: In member function 'bool adchpp::AdcCommand::getParam(const char*, size_t, std::string&) const':
adchpp/AdcCommand.cpp:244: error: 'toField' was not declared in this scope
adchpp/AdcCommand.cpp: In member function 'bool adchpp::AdcCommand::delParam(const char*, size_t)':
adchpp/AdcCommand.cpp:254: error: 'toField' was not declared in this scope
adchpp/AdcCommand.cpp: In member function 'bool adchpp::AdcCommand::hasFlag(const char*, size_t) const':
adchpp/AdcCommand.cpp:265: error: 'toField' was not declared in this scope
scons: *** [build/debug-default/adchpp/AdcCommand.os] Error 1
scons: building terminated because of errors.
# gcc -v
Используются внутренние спецификации.
Целевая архитектура: i586-redhat-linux
Параметры конфигурации: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i586 --build=i586-redhat-linux
Модель многопоточности: posix
gcc версия 4.4.1 20090725 (Red Hat 4.4.1-2) (GCC)
# python2.6 -V
Python 2.6
# rpm -qa | grep swig
swig-1.3.39-1.fc11.i586
# bzr log | less
------------------------------------------------------------
revno: 178