Page 1 of 1
Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 13:22
by kaiserbert
Hi All,
i compiled spring and springlobby, but got the message, <Springlobby is unable to load your Unitsync library.>
Further on if i execute the command <springsettings> then i get <could not acces your settings>. I compiled and installed spring as root and global. How to correct this ?
regards bert
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 16:36
by kaiserbert
I compiled springlobby after spring. So some packages are added after spring. I found some dependecy problems.
Code: Select all
Checking for C library boost_regex-gcc-mt... (cached) no
Checking for C library boost_thread-gcc-mt... (cached) no
Checking for C library boost_program_options-gcc-mt... (cached) no
Checking for C library zlib... (cached) no
Checking for C library zlib1... (cached) no
Checking for C library freetype6... (cached) no
...
My system is debian lenny 32bit.
For *regex* i found some packages:
Code: Select all
ii libboost-regex-dev 1.34.1-14 regular expression library for C++
ii libboost-regex1.34.1 1.34.1-14 regular expression library for C++
pn libboost-regex1.35-dev <keine> (keine Beschreibung vorhanden)
pn libboost-regex1.35.0 <keine> (keine Beschreibung vorhanden)
ii libregexp-java 1.4-5 regular expression library for Java
un regexplorer <keine> (keine Beschreibung vorhanden)
Which package do i need for *regex* ?
regards Markus
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 16:52
by Jazcash
The Unitsync.dll file is broken.
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 17:11
by imbaczek
it's called libunitsync.so on linux and you have to compile spring to get one (or use a package, maybe ubuntu ones will work, you'll need to search the wiki).
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 19:45
by kaiserbert
imbaczek wrote:it's called libunitsync.so on linux and you have to compile spring to get one (or use a package, maybe ubuntu ones will work, you'll need to search the wiki).
So you mean this will be compiled with spring and not with springlobby ?
Is there another more stable lobby client at this time ?
Further on i got some error messages during compiling spring.
rts/System/Sound/Music.cpp: In function 'void music::UpdateMusicStream()':
rts/System/Sound/Music.cpp:30: error: 'boost::this_thread' has not been declared
rts/System/Sound/Music.cpp:30: error: 'boost::posix_time' has not been declared
I still have packages installed including the name thread and boost.
Code: Select all
ii libboost-thread-dev 1.34.1-14 portable C++ multi-threading
ii libboost-thread1.34.1 1.34.1-14 portable C++ multi-threading
pn libboost-thread1.35-dev <keine> (keine Beschreibung vorhanden)
ii libboost-thread1.35.0 1.35.0-5 portable C++ multi-threading
ii libpthread-stubs0 0.1-2 pthread stubs not provided by native libc
ii libpthread-stubs0-dev 0.1-2 pthread stubs not provided by native libc, development files
ii libqthreads-12 1.6.8-6.3 QuickThreads library for Guile
So i am not suer what is missing on my system.
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 19:58
by hoijui
spring was not compatible with boost 1.34 anymore, i changed this today (just in the last hour). so you had to get latest master of spring to compile (you wont be able to play online then until the next release, most likely), or somehow get boost 1.35+.
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 20:05
by kaiserbert
hoijui wrote:spring was not compatible with boost 1.34 anymore, i changed this today (just in the last hour). so you had to get latest master of spring to compile (you wont be able to play online then until the next release, most likely), or somehow get boost 1.35+.
But this seems not to work with springlobby, because of needed dependencies. I will try this way again.
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 20:26
by hoijui
springlobby should work with boost 1.34
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 21:12
by koshi
you can just disable torrent system and SL will need no external boost whatsoever
Re: Error Springlobby is unable to load your Unitsync library
Posted: 21 Jul 2009, 22:23
by kaiserbert
koshi wrote:you can just disable torrent system and SL will need no external boost whatsoever
I do not want to download and install all media files manually.
