Jump to content

Recommended Posts

Hy guys ... i get this when i try to compile the source game

 


compile utils.cpp
utils.cpp:119:9: error: no member named 'split' in namespace 'boost'
        boost::split(vecArgs, arg, boost::is_any_of(" "), boost::token_compress_on);
        ~~~~~~~^
utils.cpp:119:36: error: no member named 'is_any_of' in namespace 'boost'
        boost::split(vecArgs, arg, boost::is_any_of(" "), boost::token_compress_on);
                                   ~~~~~~~^
utils.cpp:119:59: error: no member named 'token_compress_on' in namespace 'boost'
        boost::split(vecArgs, arg, boost::is_any_of(" "), boost::token_compress_on);
                                                          ~~~~~~~^
3 errors generated.
gmake[1]: *** [Makefile:103: OBJDIR/utils.o] Error 1
 

Link to comment
Share on other sites

  • Active Member

#include <boost/algorithm/string.hpp>

#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/foreach.hpp>

#include <boost/unordered_map.hpp>
#include <boost/shared_array.hpp>

 

add

  • Lmao 1
Link to comment
Share on other sites

1 hour ago, HeadHunter said:

error

Hy i resolved this error but when i try to open a chest i get this 

0321 11:18:24955 ::   File "ui.py", line 1479, in OnUnselectItemSlot

0321 11:18:24957 ::   File "ui.py", line 87, in __call__

0321 11:18:24957 ::   File "ui.py", line 78, in __call__

0321 11:18:24957 ::   File "uiInventory.py", line 1106, in UseItemSlot

0321 11:18:24957 ::   File "uiInventory.py", line 1126, in __UseItem

0321 11:18:24957 :: AttributeError
0321 11:18:24957 :: : 
0321 11:18:24957 :: 'Interface' object has no attribute 'OpenChestDropInfo'
0321 11:18:24957 :: 

Link to comment
Share on other sites

  • Active Member
1 minute ago, HeadHunter said:

Hy i resolved this error but when i try to open a chest i get this 

0321 11:18:24955 ::   File "ui.py", line 1479, in OnUnselectItemSlot

0321 11:18:24957 ::   File "ui.py", line 87, in __call__

0321 11:18:24957 ::   File "ui.py", line 78, in __call__

0321 11:18:24957 ::   File "uiInventory.py", line 1106, in UseItemSlot

0321 11:18:24957 ::   File "uiInventory.py", line 1126, in __UseItem

0321 11:18:24957 :: AttributeError
0321 11:18:24957 :: : 
0321 11:18:24957 :: 'Interface' object has no attribute 'OpenChestDropInfo'
0321 11:18:24957 :: 

reinstall systems in python only

 

Link to comment
Share on other sites

  • Active Member
9 minutes ago, HeadHunter said:


#0  0x20de42ad in strlen () from /lib/libc.so.7
[Current thread is 1 (LWP 100092)]
(gdb) bt
#0  0x20de42ad in strlen () from /lib/libc.so.7
#1  0x20d45865 in ?? () from /lib/libc.so.7
#2  0x20d4e6f1 in vsnprintf () from /lib/libc.so.7
 

 

i get this 

reinstall system in game source

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.