BYTEARRAY Data;
Data[0] = 0x54;
return Data;
bnet.cpp: In member function ‘void CBNET::ProcessChatEvent(CIncomingChatEvent*)’:
bnet.cpp:1666:31: error: ‘class boost::filesystem3::directory_entry’ has no member named ‘filename’
string FileName = i->filename( );
^
bnet.cpp:1667:39: error: conversion from ‘boost::filesystem3::path’ to non-scalar type ‘std::__cxx11::string {aka std::__cxx11::basic_string<char>}’ requested
string Stem = i->path( ).stem( );
^
bnet.cpp:1677:33: error: ‘class boost::filesystem3::directory_entry’ has no member named ‘filename’
FoundMapConfigs = i->filename( );
^
bnet.cpp:1679:41: error: ‘class boost::filesystem3::directory_entry’ has no member named ‘filename’
FoundMapConfigs += ", " + i->filename( );
^
bnet.cpp:1695:42: error: conversion from ‘boost::filesystem3::path’ to non-scalar type ‘std::__cxx11::string {aka std::__cxx11::basic_string<char>}’ requested
string File = LastMatch.filename( );
^
bnet.cpp:1777:31: error: ‘class boost::filesystem3::directory_entry’ has no member named ‘filename’
string FileName = i->filename( );
^
bnet.cpp:1778:39: error: conversion from ‘boost::filesystem3::path’ to non-scalar type ‘std::__cxx11::string {aka std::__cxx11::basic_string<char>}’ requested
string Stem = i->path( ).stem( );
^
bnet.cpp:1788:27: error: ‘class boost::filesystem3::directory_entry’ has no member named ‘filename’
FoundMaps = i->filename( );
^
bnet.cpp:1790:35: error: ‘class boost::filesystem3::directory_entry’ has no member named ‘filename’
FoundMaps += ", " + i->filename( );
^
bnet.cpp:1806:42: error: conversion from ‘boost::filesystem3::path’ to non-scalar type ‘std::__cxx11::string {aka std::__cxx11::basic_string<char>}’ requested
string File = LastMatch.filename( );
^
has no member named ‘filename’
g++ -o ghostdbmysql.o -O3 -DGHOST_MYSQL -I. -I../bncsutil/src/ -I../StormLib/ -c ghostdbmysql.cpp
In file included from /usr/local/include/boost/thread/detail/platform.hpp:17:0,
from /usr/local/include/boost/thread/thread.hpp:12,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/config/requires_threads.hpp:29:4: error: #error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
# error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
^
In file included from /usr/local/include/boost/thread/thread.hpp:12:0,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/detail/platform.hpp:67:9: error: #error "Sorry, no boost threads are available for this platform."
# error "Sorry, no boost threads are available for this platform."
^
In file included from /usr/local/include/boost/thread.hpp:13:0,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/thread.hpp:19:2: error: #error "Boost threads unavailable on this platform"
#error "Boost threads unavailable on this platform"
^
In file included from /usr/local/include/boost/thread/detail/thread.hpp:13:0,
from /usr/local/include/boost/thread/thread.hpp:22,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
#error "Boost threads unavailable on this platform"
^
In file included from /usr/local/include/boost/thread/detail/thread.hpp:15:0,
from /usr/local/include/boost/thread/thread.hpp:22,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/detail/thread_heap_alloc.hpp:19:2: error: #error "Boost threads unavailable on this platform"
#error "Boost threads unavailable on this platform"
^
In file included from /usr/local/include/boost/thread/detail/thread_group.hpp:9:0,
from /usr/local/include/boost/thread/thread.hpp:24,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/shared_mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
#error "Boost threads unavailable on this platform"
^
In file included from /usr/local/include/boost/thread.hpp:14:0,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/condition_variable.hpp:18:2: error: #error "Boost threads unavailable on this platform"
#error "Boost threads unavailable on this platform"
^
In file included from /usr/local/include/boost/thread.hpp:17:0,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/once.hpp:18:2: error: #error "Boost threads unavailable on this platform"
#error "Boost threads unavailable on this platform"
^
In file included from /usr/local/include/boost/thread.hpp:18:0,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/recursive_mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
#error "Boost threads unavailable on this platform"
^
In file included from /usr/include/pthread.h:24:0,
from /usr/include/x86_64-linux-gnu/c++/5/bits/gthr-default.h:35,
from /usr/include/x86_64-linux-gnu/c++/5/bits/gthr.h:148,
from /usr/include/c++/5/ext/atomicity.h:35,
from /usr/include/c++/5/bits/ios_base.h:39,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/istream:38,
from /usr/include/c++/5/fstream:38,
from includes.h:34,
from ghost.h:24,
from ghostdbmysql.cpp:23:
/usr/local/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
TIME_UTC=1
^
/usr/local/include/boost/thread/xtime.hpp:23:5: error: expected ‘}’ before numeric constant
/usr/local/include/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
In file included from /usr/local/include/boost/thread/detail/thread.hpp:14:0,
from /usr/local/include/boost/thread/thread.hpp:22,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/xtime.hpp:46:14: error: expected type-specifier before ‘system_time’
operator system_time() const
^
In file included from /usr/local/include/boost/thread/detail/thread.hpp:14:0,
from /usr/local/include/boost/thread/thread.hpp:22,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/xtime.hpp: In function ‘int xtime_get(xtime*, int)’:
/usr/local/include/boost/thread/xtime.hpp:73:40: error: ‘get_system_time’ was not declared in this scope
*xtp=get_xtime(get_system_time());
^
/usr/local/include/boost/thread/xtime.hpp:73:40: note: suggested alternative:
In file included from /usr/local/include/boost/thread/xtime.hpp:14:0,
from /usr/local/include/boost/thread/detail/thread.hpp:14,
from /usr/local/include/boost/thread/thread.hpp:22,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/thread_time.hpp:19:24: note: ‘boost::get_system_time’
inline system_time get_system_time()
^
In file included from /usr/local/include/boost/thread/detail/thread.hpp:14:0,
from /usr/local/include/boost/thread/thread.hpp:22,
from /usr/local/include/boost/thread.hpp:13,
from ghostdbmysql.cpp:36:
/usr/local/include/boost/thread/xtime.hpp: At global scope:
/usr/local/include/boost/thread/xtime.hpp:88:1: error: expected declaration before ‘}’ token
} // namespace boost
^
Makefile:45: recipe for target 'ghostdbmysql.o' failed