Quote:
Originally Posted by oOAiRMaXOo.
/usr/include/boost/functional/hash/hash.hpp:413: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/functional/hash/hash.hpp:413: error: template argument 1 is invalid
In file included from /usr/include/boost/type_traits/is_arithmetic.hpp:13,
from /usr/include/boost/type_traits/is_convertible.hpp:22,
from /usr/include/boost/iterator/iterator_categories.hpp:20,
from /usr/include/boost/unordered/detail/table.hpp:14,
from /usr/include/boost/unordered/detail/equivalent.hpp:10,
from /usr/include/boost/unordered/unordered_map.hpp:19,
from /usr/include/boost/unordered_map.hpp:16,
from GuildSafeboxManager.h:7,
from ClientManager.cpp:7:
/usr/include/boost/type_traits/is_integral.hpp:65: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:65: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:65: error: template argument 1 is invalid
/usr/include/boost/type_traits/is_integral.hpp:65: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:65: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:65: error: template argument 1 is invalid
/usr/include/boost/type_traits/is_integral.hpp:65: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:65: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:65: error: template argument 1 is invalid
/usr/include/boost/type_traits/is_integral.hpp:65: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:65: error: 'ulong_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:65: error: template argument 1 is invalid
/usr/include/boost/type_traits/is_integral.hpp:66: error: 'long_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:66: error: 'long_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:66: error: template argument 1 is invalid
/usr/include/boost/type_traits/is_integral.hpp:66: error: 'long_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:66: error: 'long_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:66: error: template argument 1 is invalid
/usr/include/boost/type_traits/is_integral.hpp:66: error: 'long_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:66: error: 'long_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:66: error: template argument 1 is invalid
/usr/include/boost/type_traits/is_integral.hpp:66: error: 'long_long_type' is not a member of 'boost'
/usr/include/boost/type_traits/is_integral.hpp:66: error: 'long_long_type' is not a member of 'boost'
|
try to update boost-libs:
whereis boost-libs
cd [the path what is shown through the first command]
make install clean
Quote:
Originally Posted by MarcosCC
|
go in stdafx.h and:
#include "../../common/length.h"
#include "../../common/tables.h"
#include "../../common/singleton.h"
#include "../../common/utils.h"
#include "../../common/stl.h"
#include "../../common/service.h"
change in :
#include "../../common/service.h"
#include "../../common/length.h"
#include "../../common/tables.h"
#include "../../common/singleton.h"
#include "../../common/utils.h"
#include "../../common/stl.h"
so Service.h to the top