libunitsync.so
Posted: 02 Jan 2017, 06:13
I can't find where this file is located. I need it for setting up SPADS. Help?
Open Source Realtime Strategy Game Engine
https://springrts.com/phpbb/
Okay, should have noted this issue as solved, this was established through a pm with bibim. If I may ask: are you using Dedicated for your bot?MaDDoX wrote:I think Yuri used the file from the static Linux Spring package for our server. For the Mac, the library is actually libunitsync.dylib, you can find it in Contents/MacOS (RMBclick -> 'Show Contents' on the app).
Code: Select all
In file included from /usr/include/Availability.h:190:0,
from /usr/include/wchar.h:72,
from /opt/local/include/gcc49/c++/cwchar:44,
from /opt/local/include/gcc49/c++/bits/postypes.h:40,
from /opt/local/include/gcc49/c++/bits/char_traits.h:40,
from /opt/local/include/gcc49/c++/string:40,
…
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:777:39: error: 'introduced' was not declared in this scope
const CFStringRef kCFURLLabelColorKey API_DEPRECATED("Use NSURLLabelColorKey", macosx(10.6, 10.12), ios(4.0, 10.0), watchos(2.0, 3.0), tvos(9.0, 10.0));
Code: Select all
In file included from /Users/foo/Spring/Sources/spring/AI/Skirmish/E323AI/CCataloguer.h:6:0,
from /Users/foo/Spring/Sources/spring/AI/Skirmish/E323AI/CCataloguer.cpp:1:
/Users/foo/Spring/Sources/spring/AI/Skirmish/E323AI/headers/Defines.h:42:22: error: expected unqualified-id before numeric constant
#define MAX_FEATURES 15
^
/Users/foo/Spring/Sources/spring/rts/Sim/Misc/GlobalConstants.h:103:22: note: in expansion of macro 'MAX_FEATURES'
static constexpr int MAX_FEATURES = 64000;