Page 1 of 1

unitsync.so compilation /w dependencies!

Posted: 27 Aug 2007, 11:50
by cowking
Can anyone instruct me how to do this? Why isn't unitsync.so enough that gets compiled when I do basic scons installation. That unitsync.so doesn't seem to be enough for AFLobby for example.

How to compile it correctly to fill out all these dependencies? When I try to do 'scons unitsync.so' all I get is 'scons: `unitsync' is up to date.'

Posted: 27 Aug 2007, 12:20
by tc-
If you only do:

Code: Select all

scons configure
scons
scons install
The unitsync lib should be located in "/usr/local/lib/spring/" iirc.
Did you try SpringLobby? If so didn't it autodetect the right paths for you?