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
Error Springlobby is unable to load your Unitsync library
Moderator: Moderators
-
- Posts: 50
- Joined: 21 Jul 2006, 22:11
-
- Posts: 50
- Joined: 21 Jul 2006, 22:11
Re: Error Springlobby is unable to load your Unitsync library
I compiled springlobby after spring. So some packages are added after spring. I found some dependecy problems.
My system is debian lenny 32bit.
For *regex* i found some packages:
Which package do i need for *regex* ?
regards Markus
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
...
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)
regards Markus
Re: Error Springlobby is unable to load your Unitsync library
The Unitsync.dll file is broken.
Re: Error Springlobby is unable to load your Unitsync library
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).
-
- Posts: 50
- Joined: 21 Jul 2006, 22:11
Re: Error Springlobby is unable to load your Unitsync library
So you mean this will be compiled with spring and not with springlobby ?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).
Is there another more stable lobby client at this time ?
Further on i got some error messages during compiling spring.
I still have packages installed including the name thread and boost.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
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
Re: Error Springlobby is unable to load your Unitsync library
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+.
-
- Posts: 50
- Joined: 21 Jul 2006, 22:11
Re: Error Springlobby is unable to load your Unitsync library
But this seems not to work with springlobby, because of needed dependencies. I will try this way again.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+.
Re: Error Springlobby is unable to load your Unitsync library
springlobby should work with boost 1.34
Re: Error Springlobby is unable to load your Unitsync library
you can just disable torrent system and SL will need no external boost whatsoever
-
- Posts: 50
- Joined: 21 Jul 2006, 22:11
Re: Error Springlobby is unable to load your Unitsync library
I do not want to download and install all media files manually.koshi wrote:you can just disable torrent system and SL will need no external boost whatsoever
