linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00311
[Question #95174]: building terminated because of errors
New question #95174 on LinuxDC++:
https://answers.launchpad.net/linuxdcpp/+question/95174
It is the last section in scons output:
g++ -o build/client/Text.o -c -I. -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DICONV_CONST=const -DHAVE_IFADDRS_H -D_DATADIR='"/usr/local/share"' -pthread client/Text.cpp
In file included from /usr/include/c++/4.3/ext/hash_map:64,
from client/stdinc.h:110,
from client/Text.cpp:19:
/usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
client/Text.cpp: In static member function ‘static const std::string& Text::convert(const std::string&, std::string&, const std::string&, const std::string&)’:
client/Text.cpp:339: ошибка: некорректное преобразование из ‘const char**’ в ‘char**’
client/Text.cpp:339: ошибка: при инициализации 2 -го аргумента ‘size_t libiconv(void*, char**, size_t*, char**, size_t*)’
scons: *** [build/client/Text.o] Error 1
scons: building terminated because of errors.
What can I do?
--
You received this question notification because you are a member of
LinuxDC++ Team, which is an answer contact for LinuxDC++.