i had some problems to install springRTS with zypper, there is no spring-lobby client? I have add some repositorys but after install i have no AI avaiable?
Now I will install from source on openSuse 11.3 32Bit.
i have extract the tar.gz archive and change into the directory. But with cmake I become an error message:
Code: Select all
tux@iglu:~/Downloads/spring_0.82.7.1> cmake .
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Warning at rts/build/cmake/TestCXXFlags.cmake:37 (message):
SSE support missing, online play is highly discouraged with this build
Call Stack (most recent call first):
CMakeLists.txt:124 (INCLUDE)
CMake Warning at rts/build/cmake/TestCXXFlags.cmake:46 (message):
IEEE-FP support missing, online play is highly discouraged with this build
Call Stack (most recent call first):
CMakeLists.txt:124 (INCLUDE)
-- Building Spring for 32bit environment
-- Found AI Wrapper: LegacyCpp-AIWrapper
-- Found AI Wrapper: LegacyCpp-Creg-AIWrapper
-- Found AI Wrapper: CUtils (sources only wrapper)
-- Found AI Wrapper: Cpp-AIWrapper
-- Found AI Interface: Python-AIInterface 0.1
-- Found Skirmish AI: NullPythonAI 0.1
-- Found AI Interface: C-AIInterface 0.1
-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
warning: No Java includes found!
warning: Java AI Interface will not be built!
-- Found Skirmish AI: CppTestAI 0.1
warning: HughAI Skirmish AI will not be built!
-- Found Skirmish AI: RAI 0.601
-- Found Skirmish AI: AAI 0.9
-- Found Skirmish AI: KAIK 0.13
-- Found Skirmish AI: E323AI 3.25.0
-- Found Skirmish AI: NullAI 0.1
warning: NullJavaAI Skirmish AI will not be built!
warning: NullOOJavaAI Skirmish AI will not be built!
-- Could NOT find DocBook (missing: DOCBOOK_XSL)
-- MAN pages will not be generated/installed; missing utilit(y|ies): asciidoc docbook-xsl
-- Found OpenAL: /usr/lib/libopenal.so
-- Found Freetype: -lfreetype -lz
-- Found Freetype: -lfreetype -lz
-- Configuring incomplete, errors occurred!
thanks
quasar