Page 1 of 1
(springlobby) compiling on linux
Posted: 30 May 2013, 15:29
by ==Troy==
Hi, trying to compile SL on ubuntu 10.04, config gives "MINIZIP" not found error, although I do have all zlibs installed. Any help? Is it possible to compile on 10.04 at all at the moment?
Thanks.
Re: (springlobby) compiling on linux
Posted: 30 May 2013, 15:52
by gajop
Maybe, but you need to post the entire log message.
Btw, what's the reason you aren't updating your distro?
Re: (springlobby) compiling on linux
Posted: 30 May 2013, 18:58
by ==Troy==
Error :
Code: Select all
cmake .
CMake Error at CMakeLists.txt:9 (cmake_policy):
Policy "CMP0015" is not known to this version of CMake.
-- Found xgettext: /usr/bin/xgettext
-- Found msgmerge: /usr/bin/msgmerge
-- Sound enabled!
CMake Warning at src/downloader/lib/cmake/UtilGit.cmake:17 (Find_Package):
Could not find module FindGit.cmake or a configuration file for package
Git.
Adjust CMAKE_MODULE_PATH to find FindGit.cmake or set Git_DIR to the
directory containing a CMake configuration file for Git. The file will
have one of the following names:
GitConfig.cmake
git-config.cmake
Call Stack (most recent call first):
src/downloader/lib/CMakeLists.txt:17 (INCLUDE)
-- Version tarball
-- Could NOT find MINIZIP (missing: MINIZIP_LIBRARY MINIZIP_INCLUDE_DIR)
-- Configuring incomplete, errors occurred!
Reason why not to update? I dislike upgrades, as they tend to break things, and I do not have time to fully set up the new version. Plus unity is a bleh (and finding another distro for casual use is also a pain).
Edit : is the git also down?
Re: (springlobby) compiling on linux
Posted: 01 Jun 2013, 04:50
by abma
it looks like cmake is to old.
which version of springlobby are you trying to compile? the git url also changed to git://github.com/springlobby/springlobby.git