SpringLobby can't find mods
Posted: 11 Oct 2008, 13:44
I built spring and springlobby from source but get these lobby errors:
11:55:07: Loading from: /usr/local/lib/spring/unitsync.so
11:55:07: Couldn't load lpSubTableIntPtr from unitsync library
11:55:07: Couldn't load lpSubTableStrPtr from unitsync library
...
I tried recompiling without -march by commenting out the relevant lines in CMakeLists.txt and recompiling:
#set (MARCH_FLAG native CACHE STRING "CPU optimization (use i686 for generic optimization)")
#if (MARCH_FLAG)
# set (CMAKE_CXX_FLAGS "-march=${MARCH_FLAG}")
#endif (MARCH_FLAG)
as was suggested in this thread - viewtopic.php?f=20&t=16361 but I still get the same errors. Any ideas?
11:55:07: Loading from: /usr/local/lib/spring/unitsync.so
11:55:07: Couldn't load lpSubTableIntPtr from unitsync library
11:55:07: Couldn't load lpSubTableStrPtr from unitsync library
...
I tried recompiling without -march by commenting out the relevant lines in CMakeLists.txt and recompiling:
#set (MARCH_FLAG native CACHE STRING "CPU optimization (use i686 for generic optimization)")
#if (MARCH_FLAG)
# set (CMAKE_CXX_FLAGS "-march=${MARCH_FLAG}")
#endif (MARCH_FLAG)
as was suggested in this thread - viewtopic.php?f=20&t=16361 but I still get the same errors. Any ideas?