Hm that su...
Same error and a few more unter Mint 13 Xcfe
laurentlutgen@MintMac ~/Downloads/mangos/server $ cmake .. -DPREFIX=/opt/mangos-server
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:44 (find_package):
Could not find module FindPlatform.cmake or a configuration file for
package Platform.
Adjust CMAKE_MODULE_PATH to find FindPlatform.cmake or set Platform_DIR to
the directory containing a CMake configuration file for Platform. The file
will have one of the following names:
PlatformConfig.cmake
platform-config.cmake
-- Found Git: /usr/bin/git
This script builds the MaNGOS server.
Options that can be used in order to configure the process:
PREFIX: Path where the server should be installed to
PCH: Use precompiled headers
DEBUG: Debug mode
To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
For example: cmake .. -DDEBUG=1 -DPREFIX=/opt/mangos
CMake Warning at CMakeLists.txt:107 (find_package):
Could not find module FindPCHSupport.cmake or a configuration file for
package PCHSupport.
Adjust CMAKE_MODULE_PATH to find FindPCHSupport.cmake or set PCHSupport_DIR
to the directory containing a CMake configuration file for PCHSupport. The
file will have one of the following names:
PCHSupportConfig.cmake
pchsupport-config.cmake
CMake Error at CMakeLists.txt:170 (include):
include could not find load file:
cmake/ImportACE.cmake
CMake Error at CMakeLists.txt:188 (include):
include could not find load file:
cmake/ImportTBB.cmake
CMake Error at CMakeLists.txt:205 (find_package):
Could not find module FindMySQL.cmake or a configuration file for package
MySQL.
Adjust CMAKE_MODULE_PATH to find FindMySQL.cmake or set MySQL_DIR to the
directory containing a CMake configuration file for MySQL. The file will
have one of the following names:
MySQLConfig.cmake
mysql-config.cmake
-- checking for module 'openssl'
-- found openssl, version 1.0.1
-- Found OpenSSL: /usr/lib/i386-linux-gnu/libssl.so;/usr/lib/i386-linux-gnu/libcrypto.so (found version "1..1")
-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.3.4")
CMake Error: File /home/laurentlutgen/Downloads/mangos/cmake/cmake_uninstall.cmake.in does not exist.
CMake Error at CMakeLists.txt:211 (configure_file):
configure_file Problem configuring file
MaNGOS-Core revision : Git repository not found
Install server to : /opt/mangos-server
Use PCH : No
Build in debug-mode : No (default)
CMake Error: File /home/laurentlutgen/Downloads/mangos/config.h.cmake does not exist.
CMake Error at CMakeLists.txt:401 (configure_file):
configure_file Problem configuring file
CMake Error at CMakeLists.txt:403 (add_subdirectory):
add_subdirectory given source "dep" which is not an existing directory.
CMake Error at CMakeLists.txt:427 (add_subdirectory):
add_subdirectory given source "src" which is not an existing directory.
-- Configuring incomplete, errors occurred!
Or did I do something wrong?
Thx
Chutlu